Steven Barth
c6c0c275bc
libnftnl: bump to upstream release 1.0.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43729
2014-12-16 09:22:49 +00:00
Steven Barth
21bf45edd2
cyassl: bump to 3.3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43728
2014-12-16 09:16:00 +00:00
Steven Barth
e90e143852
libnftnl: bump to latest git
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43706
2014-12-14 16:03:18 +00:00
Felix Fietkau
d54e759611
toolchain: do not include libatomic.so in the libc package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43699
2014-12-13 23:58:47 +00:00
Jonas Gorski
e983ee54fd
libnl-tiny: fix receiving netlink messages larger than 4K
...
Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl:
Increase receive buffer size to 4 pages") also to libnl-tiny to ensure
netlink messages larger than 4KiB can be received, as the restart logic
seems to be broken.
This fixes iwinfo accessing info on dual band b43 cards, as they can
support a lot of channels, breaking the 4K default limit (seen was >5k).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43633
2014-12-11 19:35:48 +00:00
Felix Fietkau
0636bb43ae
toolchain: disable libatomic for gcc 4.6
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43623
2014-12-11 17:52:22 +00:00
Felix Fietkau
37c5b92d40
uclient: update to the latest version, fixes HTTP digest auth processing
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43600
2014-12-10 16:03:02 +00:00
Felix Fietkau
d928d333e3
libnl-tiny: remove dead code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43599
2014-12-10 16:02:49 +00:00
Florian Fainelli
acf4691904
libbsd: add support for aarch64
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43354
2014-11-24 06:33:34 +00:00
Felix Fietkau
2ff709e38f
libubox: fix a variable handling regression in jshn
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43351
2014-11-23 22:53:14 +00:00
Felix Fietkau
e4d207542e
libubox: update to the latest version, adds some jshn optimizations
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43350
2014-11-23 20:10:07 +00:00
Felix Fietkau
061319ec3d
lzo: disable unaligned access for everything except x86
...
Fixes issues on ARM
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43349
2014-11-23 20:10:02 +00:00
Jonas Gorski
4b16b90152
toolchain: musl: fix symlink for ldd
...
ld-musl-*.so* is a symlink "broken" for the hostsystem, so wildcard
will skip it, causing LD_MUSL_NAME to empty and the ldd symlink pointing
to ../../lib directly.
This causes sysupgrade failing to copy any linked libaries and
consequently failing to run anything after switching to ram disk.
Fix this by creating a symlink directly pointing to where ld-musl-*.so*
points to.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43314
2014-11-19 12:17:34 +00:00
Nicolas Thill
f4417f7ad8
package/*: replace occurences of 'ln -sf' to '$(LN)'
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43205
2014-11-06 19:35:34 +00:00
Nicolas Thill
bd92e9806b
ncurses: cleanup InstallDev
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43204
2014-11-06 19:35:23 +00:00
Nicolas Thill
8d515b3b40
libusb-compat: cleanup InstallDev
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43203
2014-11-06 19:35:14 +00:00
Steven Barth
2a5ad9cf0b
openssl: reenable CMS (broke krb5)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43176
2014-11-04 08:37:06 +00:00
Steven Barth
6d1d02eefb
polarssl: update to 1.3.9
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43170
2014-11-03 19:36:06 +00:00
John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43167
2014-11-03 09:56:44 +00:00
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43155
2014-11-03 08:01:08 +00:00
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
2014-11-02 12:20:54 +00:00
Steven Barth
6a4a437e04
openssl: optimize build options, disable old SSL versions
...
Based on a patchset by Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43123
2014-10-30 13:11:04 +00:00
John Crispin
6dc6e4ed08
libiconv: do not replace untranslatable characters with * or ?
...
Instead throw an -EILSEQ error.
Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl>
SVN-Revision: 43089
2014-10-27 15:51:25 +00:00
Felix Fietkau
9ac5cfe1ba
openssl: fix target definition for x86_64 ( #18182 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43045
2014-10-24 13:23:39 +00:00
Steven Barth
0b3fec7e80
libnftnl: bump to latest
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43012
2014-10-21 20:00:46 +00:00
John Crispin
b52651a66e
openssl: host build fails when ccache is enabled
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43002
2014-10-20 11:19:53 +00:00
Felix Fietkau
82c182f828
Revert "openssl: add host build."
...
This reverts commit r42988
SVN-Revision: 42997
2014-10-20 09:18:21 +00:00
John Crispin
c8ad508d37
openssl: add host build.
...
Only support Linux at the moment.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 42988
2014-10-20 06:29:27 +00:00
Felix Fietkau
f2a4294ab5
toolchain: drop the mips softfloat symlink hack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42975
2014-10-19 21:46:03 +00:00
Felix Fietkau
4c4157e287
toolchain: when using musl, install a symlink from ld-musl-*.so to /usr/bin/ldd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42974
2014-10-19 21:45:58 +00:00
Felix Fietkau
0a7bd0c8b9
openssl: add ABI_VERSION to fix package rebuild issues ( fixes #18169 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42963
2014-10-19 16:19:07 +00:00
Felix Fietkau
fedcfd0303
polarssl: do not build the unused programs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42960
2014-10-19 09:43:31 +00:00
Felix Fietkau
b6086a3079
polarssl: add missing version bump
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42949
2014-10-18 09:20:38 +00:00
Felix Fietkau
e5daecce98
polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42947
2014-10-18 09:17:31 +00:00
Jo-Philipp Wich
7949a3d381
openssl: update to v1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568)
...
Also refresh patches and bump copyright year in Makefile.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42929
2014-10-16 08:32:54 +00:00
John Crispin
607b3cac36
package: add libnetfilter-log.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 42921
2014-10-14 19:01:16 +00:00
John Crispin
ea74a1119e
libubox: update to latest git
...
this adds a new helper for setting/overriding the signal handlers
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42917
2014-10-14 15:53:00 +00:00
Steven Barth
e263cd27ee
libnftnl: bump to 2014-10-02
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42799
2014-10-06 05:30:36 +00:00
Steven Barth
64e3cb9fe8
toolchain: Fix libthreaddb not being installed
...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42752
2014-10-02 19:47:39 +00:00
Steven Barth
af8367a00b
libnftnl: bump for bugfixes
...
SVN-Revision: 42697
2014-09-29 08:31:31 +00:00
Felix Fietkau
0b148a331b
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42655
2014-09-23 10:41:24 +00:00
Steven Barth
2f7d8539bd
libnftnl: Add nftables libnftnl
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42597
2014-09-17 12:10:57 +00:00
Steven Barth
513d516d9c
libmnl: add some upstream fixes
...
SVN-Revision: 42573
2014-09-16 13:31:20 +00:00
Steven Barth
289dbe3a84
libreadline: bump to 6.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42543
2014-09-15 10:15:23 +00:00
Hauke Mehrtens
c8bc803189
cyassl: update to version 3.2.0
...
This fixes a security problem:
Security fix for RSA Padding check vulnerability
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42526
2014-09-13 20:56:55 +00:00
Steven Barth
0a5caa47e5
toolchain: packetize libatomic
...
Based on a patch by Tobias Steinicke <tobias.steinicke@inet.tu-berlin.de>.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42514
2014-09-12 12:25:55 +00:00
Felix Fietkau
c329f79dd4
uclient: update to the latest version, fixes some crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42419
2014-09-04 11:25:04 +00:00
Felix Fietkau
2efadff06b
nettle: disable mips16 support to improve performance
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
SVN-Revision: 42341
2014-08-31 12:03:43 +00:00
Felix Fietkau
a81f356873
uclient: update to latest version, fixes HTTP keepalive issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42257
2014-08-21 19:12:38 +00:00
John Crispin
db657af409
libubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42230
2014-08-20 18:21:59 +00:00