Jo-Philipp Wich
f2f1233149
gettext-full: updated to 0.18.2.1
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36400
2013-04-23 10:29:49 +00:00
Jo-Philipp Wich
2da62933d7
libevent2: update to 2.0.21
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36399
2013-04-23 10:29:45 +00:00
Jo-Philipp Wich
d4d55b5ec7
libmnl: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36398
2013-04-23 10:29:42 +00:00
Jo-Philipp Wich
1170442691
libnetfilter-conntrack: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36397
2013-04-23 10:29:38 +00:00
Jonas Gorski
4f7ad789e4
polarssl: update to 1.2.6
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36396
2013-04-23 09:22:02 +00:00
Jonas Gorski
6ddfe0590c
ncurses: update to 5.9
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36395
2013-04-23 09:21:59 +00:00
Jonas Gorski
d1d01636b3
libnl: update to 3.2.21
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36394
2013-04-23 09:21:57 +00:00
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
2013-04-17 15:36:41 +00:00
Felix Fietkau
ff57fd06eb
libubox: update to latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36335
2013-04-15 13:55:05 +00:00
Florian Fainelli
f223d0927e
openssl: Pass in any TARGET_ASFLAGS
...
Packages not picking up the regular TARGET_AS need their openwrt
Makefiles tweaked. For a basic build, that's just openssl.
This depends on patch 1/5.
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36201
2013-04-05 12:36:09 +00:00
Felix Fietkau
8ca79490a5
libpcap: get rid of some bloat introduced by the update
...
SVN-Revision: 36151
2013-04-01 21:07:39 +00:00
Felix Fietkau
5a13c60771
libpcap: update to 1.3.0
...
Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in
Makefile. Upstream configure script ignores --disable-canusb.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36150
2013-04-01 21:07:34 +00:00
Felix Fietkau
033664a588
libubox: update to latest version, adds libjson-script
...
SVN-Revision: 35996
2013-03-13 15:44:08 +00:00
Florian Fainelli
bfcbabdf15
ncurses: fix build with musl libc toolchains
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35811
2013-02-26 16:40:07 +00:00
Florian Fainelli
16f7554f95
openssl: remove now obsolete cris/etrax patch
...
The etrax target has been removed in r34768.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35684
2013-02-19 17:22:51 +00:00
Florian Fainelli
23dc201979
libiconv: compile iconv stub with TARGET_CFLAGS
...
Fixes spurious build issues when changing target CFLAGS for specific ABI
options (such as ARM's floating point ABI).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35683
2013-02-19 17:22:46 +00:00
Florian Fainelli
f209bf0eb6
libevent2: do not add librt dependency when targetting eglibc
...
This is already taken care of by PKG_DEFAULT_DEPENDS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35607
2013-02-15 13:25:15 +00:00
Florian Fainelli
2cf1a8d73f
libbsd: make it available for eglibc only
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35606
2013-02-15 13:25:12 +00:00
Florian Fainelli
22e8b168c8
openssl: update OpenSSL to 1.0.1e, fix Cisco DTLS.
...
1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain
circumstances. 1.0.1e has the fix for TLS.
Also include a further patch from the 1.0.1 branch which fixes the
breakage this introduced for Cisco's outdated pre-standard version of
DTLS, as used by OpenConnect.
Update mirror URLs to reflect current reality.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35600
2013-02-14 13:00:03 +00:00
Tim Yardley
8f54ec7ce7
polarssl: security update (1.2.5) addressing CBC TLS issue
...
Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35525
2013-02-08 19:47:48 +00:00
Tim Yardley
b521113aa1
openssl: security update to 1.0.1d to address CBC TLS issue
...
addressing
CVE-2013-0169: 4th February 2013
Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35524
2013-02-08 19:36:06 +00:00
Felix Fietkau
e4e460afb5
polarssl: add from /packages, update to 1.2.4, fix openssl compatibility
...
SVN-Revision: 35411
2013-01-30 20:07:04 +00:00
Felix Fietkau
5ff55bf404
move lzo from /packages to trunk
...
SVN-Revision: 35410
2013-01-30 19:52:03 +00:00
Felix Fietkau
316f53d066
libubox: update to latest version, fixes a string corruption issue on JSON formatting
...
SVN-Revision: 35399
2013-01-29 22:23:43 +00:00
Felix Fietkau
71522ce160
add libusb-compat
...
SVN-Revision: 35387
2013-01-29 16:12:00 +00:00
Felix Fietkau
5fdc8ca9b8
libusb: add from /packages, add myself as maintainer
...
SVN-Revision: 35373
2013-01-29 10:48:37 +00:00
Felix Fietkau
7b845ca9c7
ustream-ssl: remove dependency conditional part to avoid build breakage when no variant is selected
...
SVN-Revision: 35294
2013-01-22 14:52:52 +00:00
Felix Fietkau
aca0690ce5
ustream-ssl: update to latest version, fixes handling large chunks of data ( fixes #12866 )
...
SVN-Revision: 35293
2013-01-22 14:29:01 +00:00
Jo-Philipp Wich
9173312542
libnfnetlink: update to v1.0.1
...
SVN-Revision: 35142
2013-01-13 19:49:06 +00:00
Felix Fietkau
cec8ed1882
add ustream-ssl, an ustream abstraction library for SSL stream sockets
...
SVN-Revision: 35131
2013-01-13 15:57:05 +00:00
Felix Fietkau
379b8258f5
libubox: update to latest version, adds small blobmsg enhancements and license fixes - package is now ISC/BSD-3c
...
SVN-Revision: 35128
2013-01-13 14:31:27 +00:00
Florian Fainelli
ebc47a91eb
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
...
Thanks to kyak for spotting this
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35047
2013-01-07 18:19:31 +00:00
Felix Fietkau
539b5ac46d
libubox: update to latest version, contains several uloop/ustream fixes
...
SVN-Revision: 35039
2013-01-07 15:25:03 +00:00
Felix Fietkau
b0c855253b
libnl-tiny: add includedir to pkg-config cflags
...
SVN-Revision: 34864
2012-12-22 18:56:01 +00:00
Felix Fietkau
b9d314aee9
libubox: fix a jshn array sequence counter bug, fixes some network.sh issues
...
SVN-Revision: 34746
2012-12-18 13:08:50 +00:00
Felix Fietkau
ba2286296e
ncurses: fix build error in libncursesw
...
SVN-Revision: 34739
2012-12-17 15:11:47 +00:00
Jo-Philipp Wich
e0ad41ead8
libubox: update to latest git head, introduces jshn json_is_a() helper
...
SVN-Revision: 34732
2012-12-17 13:07:38 +00:00
Felix Fietkau
1536f2be63
libubox: another jshn update, fixes array handling issues
...
SVN-Revision: 34723
2012-12-16 18:59:01 +00:00
Felix Fietkau
595b48be55
libubox: fix some jshn variable handling regressions
...
SVN-Revision: 34720
2012-12-16 17:05:46 +00:00
Felix Fietkau
a7877699f7
libubox: update to latest version, adds jshn namespace support
...
SVN-Revision: 34718
2012-12-16 16:49:47 +00:00
Florian Fainelli
85ce5212fe
libiconv-full: add clause to Makefile to actually install iconv
...
At present, if you select the iconv utility it will be built but not
installed. This patch adds the clauses necessary to the Makefile to
actually install iconv.
Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34530
2012-12-05 18:05:04 +00:00
Felix Fietkau
d38be845f4
libubox: update to latest version, fixes blob/blobmsg endian issues
...
SVN-Revision: 34456
2012-12-02 16:50:39 +00:00
Jo-Philipp Wich
d2d458324b
gettext-full: use shipped libxml for the host build, fixes lzma references from creeping in on certain distributions
...
SVN-Revision: 34400
2012-11-28 21:02:53 +00:00
Florian Fainelli
6b63716262
add preliminary support for musl
...
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
2012-11-23 20:02:29 +00:00
Felix Fietkau
1fff98998c
libubox: add more uloop timer fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34039
2012-10-31 19:30:21 +00:00
Felix Fietkau
9a59859aac
libubox: update to latest version, fixes a timer calculation issue in uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34037
2012-10-31 19:06:46 +00:00
Felix Fietkau
1008c1bd1f
libubox: pass the lua path to cmake to avoid build errors
...
SVN-Revision: 34033
2012-10-31 16:05:02 +00:00
Felix Fietkau
19a588f1a2
libubox: add build dependency on lua
...
SVN-Revision: 34022
2012-10-30 21:50:07 +00:00
Felix Fietkau
8aac4f9a06
libubox: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34005
2012-10-29 23:06:20 +00:00
Felix Fietkau
98ae11a58a
readline: update to version 6.2, enable parallel builds
...
SVN-Revision: 33997
2012-10-29 19:25:21 +00:00