Nikos Mavrogiannopoulos
c2374a89f6
gnutls: updated to 3.3.11
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-12 08:54:49 +01:00
Steven Barth
dfbbf95c85
libupnpp: fix indentation
...
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-11 09:31:13 +01:00
Ted Hess
0a88a7bf61
Merge pull request #600 from sourceindex/added-new-libnfc-package
...
libnfc: new package including the latest version of libnfc and utils
2014-12-10 12:39:16 -05:00
Sebastian Wendel
53cbe8c869
libnfc: switched to developer git repository
...
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-12-10 18:02:38 +01:00
Petko Bordjukov
80377be106
libupnpp: Add libupnpp-0.9.0 to the packages repository
...
This library is a wrapper of libupnp written in C++. It is a dependency of
upmpdcli.
Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2014-12-10 03:33:32 +02:00
Ted Hess
8b5421f699
misc: Correct tag spelling PKG_LICENSE_FILES
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
Michael Heimpold
d1f7e907a5
avahi: factor out service files into own packages
...
This allows the user to select individual services to be announced
via Avahi.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:04:00 +01:00
Michael Heimpold
36ea069216
avahi: trim descriptions of HTTP and SSH services
...
This makes the description of the HTTP and SSH services look the
same as in other distributions as suggested by kirelagin in #543 .
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:01:16 +01:00
Sebastian Wendel
158f4bf71f
libnfc: updated Makefile copyright header
...
Signed-off-by: Sebastian Wendel packages@sourceindex.de
2014-12-07 15:23:47 +01:00
Steven Barth
1483102d1b
Merge pull request #578 from Frieds-Technology/dmx_usb_module
...
dmx_usb_module: new package added
2014-12-07 11:17:53 +01:00
Sebastian Wendel
c3ffb23a25
libnfc: new package including the latest version of libnfc and utils
...
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-12-06 18:15:43 +01:00
Michael Heimpold
bfd83c310f
Merge pull request #585 from chewi/master
...
libxml2: Fix zlib detection the right way
2014-12-04 20:41:48 +01:00
Lukasz Baj
dd9b7ea73a
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
...
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-12-04 14:40:13 +01:00
James Le Cuirot
a540959020
libxml2: Fix zlib detection the right way
...
The previous fix (#557 ) forced -lz into LDFLAGS instead of fixing the
real issue where configure was failing to detect zlib in the first
place. This was happening because it was looking in /lib, resulting in
conflicts with the host libraries.
Signed-off-by: James Le Cuirot <james.le-cuirot@yakara.com>
2014-12-02 11:14:42 +00:00
Steven Barth
38befcd838
Merge pull request #583 from Frieds-Technology/libartnet
...
libartnet: new package added
2014-12-01 08:59:00 +01:00
Martijn Zilverschoon
f63733cdeb
libartnet: Removed uneeded configure argument
...
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 08:45:13 +01:00
Martijn Zilverschoon
87ba5de76e
libmicrohttpd: new package added
...
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:11:36 +01:00
Martijn Zilverschoon
2cd02fd11d
libartnet: new package added
...
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:09:24 +01:00
Martijn Zilverschoon
1f9485a894
dmx_usb_module: new package added
...
dmx_usb_module is a kernel module that is needed to controll FTDI485 based DMX modules.
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-11-30 18:10:15 +01:00
Nikos Mavrogiannopoulos
87d4a0a222
Merge pull request #570 from ageekymonk/libhttp-parser
...
Adding support for libhttp-parser
2014-11-29 19:20:40 +01:00
Damiano Renfer
3303cb41ef
libs/libsodium: update to 1.0.1
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2014-11-29 13:52:40 +01:00
Daniel Golle
aa0ce3260b
libowfat: bump version to 0.29
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:06:53 +01:00
ageekymonk
c77a0ead59
Adding support for libhttp-parser
...
Signed-off-by: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
2014-11-27 10:27:45 +00:00
Steven Barth
6c97ad84be
Merge pull request #563 from antonlacon/license-updates
...
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ian Leonard
ebafabcb6e
libtheora: add SPDX license information
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-25 23:29:26 -08:00
Michael Heimpold
4281b37484
libxml2: fix compilation on archlinux and gentoo
...
Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
[ Slightly modified commit message ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-26 00:01:44 +01:00
Steven Barth
9f7ec5c8d7
libv4l/tgt/hdparm/pciutils: disable MIPS16
...
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-25 20:32:49 +01:00
Steven Barth
393929eb4b
Merge pull request #550 from pfzim/master
...
fdm, tdb, nail: new packages added
2014-11-25 20:24:53 +01:00
Álvaro Fernández Rojas
39947d1f70
libftdi1: update to 1.2
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-25 19:27:05 +01:00
Ian Leonard
ac7cd4c6e6
misc: correct typo in Makefiles for PKG_LICENSE_FILES
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess
b80fe2edbc
Revert "avahi: Add sftp service"
...
This reverts commit 49c7e701bc
.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-24 09:27:24 -05:00
Martijn Zilverschoon
91f8f8b097
protobuf: Fixed protobuf host installation
...
Fixed the host install, because some packages need the host binary to build properly
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-11-24 05:30:32 +01:00
Ted Hess
49c7e701bc
avahi: Add sftp service
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-23 16:14:41 -05:00
Jiri Slachta
4b3cf1a604
libxml2: add host compile
...
Several packages may depend on host compiled packages during
the build time (such as the new LTS versions of telephony packages).
This commit adds an option to use the libxml2 to be built as
a host package. Usage would be following:
PKG_BUILD_DEPENDS:=libxml2/host
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-21 05:06:04 +01:00
Dmitry V. Zimin
649b84e557
tdb: new package added
...
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:44:34 +03:00
Etienne CHAMPETIER
d6330508bc
sqlite3: update to 3.8.7.1
...
Run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 22:00:22 +01:00
Nikos Mavrogiannopoulos
5b5043b8fe
gnutls: updated to address CVE-2014-8564
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-11 19:51:59 +01:00
Han Chen
aa604d34eb
libsodium: fixed pkgconfig not found it.
...
Signed-off-by: Han Chen chen1324@gmail.com
2014-11-04 23:31:13 +08:00
Ted Hess
719da24cd9
libavahi: Don't build libdns_sd if not selected
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-01 18:49:38 -04:00
Marcel Denia
5ab2c7cffd
db47: Drop -full variant and integrate it into the normal one
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-29 18:25:53 +01:00
Ted Hess
31db0a0ca6
Merge pull request #465 from Noltari/avahi-next
...
avahi: add libavahi-compat-libdnssd support.
2014-10-25 11:34:41 -04:00
Álvaro Fernández Rojas
f36017a44c
avahi: add libavahi-compat-libdnssd support.
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-25 17:14:41 +02:00
Ted Hess
2017a0f6e2
libmpdclient: Add patch for musl libc compatibility (from upstream repo)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-25 10:56:24 -04:00
Nicolas Thill
896b23e650
gnutls: force rebuuld when config changes
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Luka Perkov
404a5f5831
nspr: bump to 3.16.6
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 09:10:07 -04:00
Luka Perkov
faefb22e09
file: bump to 5.20
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 08:39:25 -04:00
ejurgensen
21a5b9f644
gperf: modified copy from oldpackages, upgrade to 3.0.4
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-20 23:07:17 +02:00
Steven Barth
5a7ea72967
libxml2: update to 2.9.2
...
fixes CVE-2014-3660, CVE-2014-0191 among other issues
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 10:57:42 +02:00
Steven Barth
2b6ffa58cf
cyrus-sasl / postfix: work around recursive dependency issue in toolchain
...
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 09:16:44 +02:00
W. Michael Petullo
ab1ded0cb1
db47: add a variant full which builds statistics etc. support
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:20:02 -04:00