Jo-Philipp Wich
071bec075d
libtorrent: remove manual autoconf invocation
...
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.
The bad autoconf call leads to the following build error in the SDK:
configure.ac:3: installing `./config.guess'
configure.ac:3: installing `./config.sub'
configure.ac:20: installing `./install-sh'
configure.ac:20: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../.configured_] Error 1
Remove the entire Build/Configure override to let libtorrent build correctly.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
2015-02-09 16:56:46 +01:00
Jo-Philipp Wich
bb160fa4d3
protobuf-c: use generic autoreconf fixup
...
Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh.
This ensures that proper variants of libtoolize, autoconf, automake etc. are
used, otherwise it is not possible to rebuild protobuf-c in the SDK env.
The change requires backport to BB as it currently blocks the rebuild of ocerv.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
2015-01-11 18:19:19 +01:00
Michael Heimpold
41a9c793c3
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 >
Backported to BB to fix https://dev.openwrt.org/ticket/18295
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2015-01-10 22:59:30 +01:00
Etienne CHAMPETIER
bf5e1c3dc4
sqlite3: update to 3.8.7.4
...
compile tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2014-12-22 10:13:32 +01:00
Etienne CHAMPETIER
ad7c25a87f
sqlite3: update to 3.8.7.1
...
Run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2014-11-15 11:48:22 +01:00
Nikos Mavrogiannopoulos
4e70aa58e8
gnutls: updated to address CVE-2014-8564
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-11-11 19:56:39 +01:00
Nicolas Thill
e07a0c5ceb
gnutls: force rebuuld when config changes
...
Signed-off-by: Nicolas Thill <nico@openwrt.org >
2014-11-11 19:56:33 +01:00
Nikos Mavrogiannopoulos
2f285717a2
gnutls: updated to 3.3.9
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-11-11 19:56:26 +01:00
Steven Barth
1426670b8a
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-21 08:57:32 +02:00
npodolak
3483c40819
fix apr-util URL
...
apr-util 1.5.3 is no longer hosted on biblio.org. Get it from archive.apache.org.
2014-10-07 14:51:04 -04:00
Nikos Mavrogiannopoulos
d8ac4fd0a5
gnutls: do not use uclibc's AI_IDN; it doesn't like it
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-09-25 13:34:55 +02:00
Nikos Mavrogiannopoulos
116eae8922
gnutls: updated to 3.3.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-09-25 13:34:49 +02:00
Nikos Mavrogiannopoulos
bdb8dd7dd7
libtasn1: updated to version 4.2
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-09-18 21:22:17 +02:00
Nikos Mavrogiannopoulos
fac996d2f1
p11-kit: updated to 0.20.7
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-09-18 21:18:35 +02:00
Christoph König
538791f644
sqlite3: update to 3.8.6
...
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com >
2014-09-16 20:05:48 +02:00
Karl Palsson
c461550fbb
Revert "libmodbus: revert to 2.0.4 to unbreak collectd support"
...
This reverts commit 98d5c3a15a .
If collectd wants to stay on their own very outdated v4.10.x, that's
fine, but they should not drag other packages down around with them.
Support for modern versions of libmodbus has existed in collectd since
v5.0.0, released 2011-03-28, so the actively maintained version of
libmodbus in OpenWrt's modern package feed should remain at the modern
versions in use by third party applications.
This restores libmodbus to the existing version used
throughout AA and BB prior to this collectd "fix"
Signed-off-by: Karl Palsson <karlp@remake.is >
2014-09-09 10:13:46 +00:00
Nikos Mavrogiannopoulos
fe13c18ebf
gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-09-06 15:19:22 +02:00
Nikos Mavrogiannopoulos
99abb3ee9d
gnutls: set USE_MIPS16 to zero
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-08-30 23:33:55 +02:00
Matthias Schiffer
eaa3e00d34
nacl: increment package release
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
2014-08-30 19:40:20 +02:00
Matthias Schiffer
dcf942c0fb
nacl: disable mips16 as it significantly decreases performance
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
2014-08-30 19:31:30 +02:00
Nikos Mavrogiannopoulos
f951450541
libtasn1: updated to 4.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-08-24 10:18:58 +02:00
Nikos Mavrogiannopoulos
5a76333485
gnutls: updated to 3.2.17
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-08-24 10:16:14 +02:00
Daniel Golle
98d5c3a15a
libmodbus: revert to 2.0.4 to unbreak collectd support
...
collectd is currently the only user of libmodbus.
Thus include the version of libmodbus which allows collectd
modbus plugin to build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2014-08-21 11:51:52 +02:00
Steven Barth
4da06b6a1d
libpam: fix package source to unbreak BB build
...
Yesterday's CVE-fix changed the package source URL to an invalid location.
Reverting this change to unbreak builds.
Signed-off-by: Steven Barth <steven@midlink.org >
2014-08-12 17:36:40 +02:00
Nikos Mavrogiannopoulos
cd125028a0
libpam: Applied fix for CVE-2014-2583
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-08-11 18:24:34 +02:00
Jiri Slachta
4b71632e7c
tiff: add licensing information
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz >
2014-08-11 15:10:41 +02:00
Jiri Slachta
20ee7a564c
tiff: fix multiple CVE's
...
This commit fixes multiple CVE's for library tiff:
CVE-2012-4564
CVE-2013-1960
CVE-2013-1961
CVE-2013-4231
CVE-2013-4232
CVE-2013-4244
CVE-2013-4243
Signed-off-by: Jiri Slachta <slachta@cesnet.cz >
2014-08-11 15:10:35 +02:00
Jiri Slachta
317c39a7ba
tiff: add tiff package back, take over maintainership
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz >
2014-08-11 15:10:27 +02:00
Steven Barth
1c5009964d
libftdi1: mark as non-MIPS16
...
Signed-off-by: Steven Barth <steven@midlink.org >
2014-08-08 13:11:25 +02:00
Steven Barth
948e243173
libftdi: mark as non-MIPS16
...
Signed-off-by: Steven Barth <steven@midlink.org >
2014-08-08 13:07:29 +02:00
Nikos Mavrogiannopoulos
a5944176bc
gnutls: updated to gnutls 3.2.16
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-08-04 23:06:28 +02:00
Nikos Mavrogiannopoulos
ec45943003
Added maintainer
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
2014-07-31 19:24:52 +02:00
Jo-Philipp Wich
ad886cf1f4
libjpeg: add missing maintainer field
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
2014-07-29 10:38:07 +02:00
Steven Barth
0cb8ba433a
tiff, giflib: removed for being abandoned
...
Signed-off-by: Steven Barth <steven@midlink.org >
2014-07-29 09:00:15 +02:00
Steven Barth
1ab5d3643a
tiff, giflib: remove maintainer as per request
...
Signed-off-by: Steven Barth <steven@midlink.org >
2014-07-27 12:47:50 +02:00
Álvaro Fernández Rojas
3db70e01a8
libftdi1: add new package.
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2014-07-25 20:46:03 +02:00
Álvaro Fernández Rojas
65e530e5b7
libftdi: add license.
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2014-07-25 20:45:32 +02:00
Ted Hess
205bac8793
Include nls.mk in dependencies
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-07-23 16:59:43 -04:00
Etienne CHAMPETIER
26e00eef1e
glib2: fix compilation in my fedora20 mock
...
see #72
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2014-07-23 01:35:34 +02:00
Etienne CHAMPETIER
a801f8edcd
sqlite3: update to 3.8.5
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
2014-07-23 01:20:55 +02:00
Etienne CHAMPETIER
9a575ba009
change my email address
2014-07-23 01:20:55 +02:00
Ted Hess
f08fd93c25
libv4l: Import from oldpackages, upgrade to 1.2.1, fix build
...
Update copyright, license info, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-07-22 15:23:25 -04:00
Ted Hess
4920a44067
Import argp-standalone from oldpackages, update copyright, and license info
...
Signed-off-by: Ted Hess <thess@kitschensync.net >
2014-07-22 14:39:14 -04:00
sbyx
a947c92a3c
Merge pull request #108 from currywurst76/master
...
Imports giflib & tiff from oldpackages.
2014-07-21 13:34:23 +02:00
Oliver Ertl
2ebd144735
inport tiff from oldpackages, refresh patches and add myself and maintainer
...
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de >
2014-07-20 13:16:29 +02:00
Oliver Ertl
e7d2488e51
import giflib from oldpackages, update to 5.1.0 and add myself as maintainer
...
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de >
2014-07-20 12:23:38 +02:00
Jiri Slachta
f6d2c55587
libxslt: import from oldpackages
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz >
2014-07-19 16:20:05 +02:00
W. Michael Petullo
1928e54f22
Copy libtheora package from old repository
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2014-07-19 14:08:11 +02:00
W. Michael Petullo
204954111f
libgpg-error: update to 1.12
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2014-07-19 14:08:11 +02:00
W. Michael Petullo
219a457696
Copy libgpg-error package from old repository
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2014-07-19 14:08:11 +02:00