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
John Crispin
7ba7ddf88e
gmp: add host compile
...
Currently, any package that uses host compile and depends on
libgmp.so will fail. This is because gmp is not compile for
host machine. So, staging_dir/host has only static lib for gmp
$ ls staging_dir/host/lib/libgmp* -1
staging_dir/host/lib/libgmp.a
staging_dir/host/lib/libgmp.la
staging_dir/host/lib/libgmpxx.a
staging_dir/host/lib/libgmpxx.la
Addind host compile in gmp, the dependent package can use:
PKG_BUILD_DEPENDS:=gmp/host
That will compile gmp to staging_dir/host with *.so files
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 42196
2014-08-18 13:10:11 +00:00
Steven Barth
415284ca1c
cyassl: update to 3.1.0
...
SVN-Revision: 42063
2014-08-08 05:25:52 +00:00
Steven Barth
0472c0e22f
polarssl: bump to 1.3.8
...
SVN-Revision: 42061
2014-08-08 05:20:50 +00:00
John Crispin
eb8119d590
openssl: another day another bug fix update
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42055
2014-08-07 20:54:41 +00:00
Felix Fietkau
354a835390
lzo: enable parallel build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41734
2014-07-18 14:42:15 +00:00
Hauke Mehrtens
48494962d1
lzo: Update to version 2.08
...
lzo: Update to 2.08, fixes CVE-2014-4607
Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>
SVN-Revision: 41707
2014-07-17 22:06:04 +00:00
Felix Fietkau
0af20bbfc8
libubox: update to the latest version, fixes a jshn parsing error ( #17128 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41674
2014-07-16 18:35:25 +00:00
Felix Fietkau
b3b55de395
build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages
...
The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 41411
2014-06-30 08:19:48 +00:00
Felix Fietkau
07304f4732
librpc: fix compile errors with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41400
2014-06-29 22:25:54 +00:00
Felix Fietkau
8d8868cffc
gettext-full: use uclibc workarounds for musl as well
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41397
2014-06-29 22:25:43 +00:00
Jo-Philipp Wich
4255b2fde5
toolchain: only take last found libgcc* file
...
The current $(wildcard ...) match might return multiple files which will break subsequent cp commands
with an error like:
cp: target `/home/user/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/tmp-libc/lib/libgcc_s_pic.a' is not a directory
Prevent this issue by only taking the last path returned by globbing.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41357
2014-06-27 10:40:21 +00:00
John Crispin
64d0d18a4e
libubox: update to latest git head
...
this adds 5 lua fixes to the tree
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41328
2014-06-24 18:14:01 +00:00
Steven Barth
5142e91b2d
nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41263
2014-06-18 17:06:30 +00:00
Steven Barth
a0e19ec2f9
nettle: import from packages, update to 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41248
2014-06-18 10:04:43 +00:00
Steven Barth
335529e207
gmp: import from packages, update and reduce size
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41247
2014-06-18 10:04:38 +00:00
Steven Barth
a5df7c0a17
ncurses: Install xterm-256color
...
Based on a patch by Jonathan Bennett <jbscience87@gmail.com>
SVN-Revision: 41212
2014-06-16 18:21:02 +00:00
John Crispin
18e8ae6b2c
libubox: update to latest git
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41123
2014-06-11 12:59:26 +00:00
Felix Fietkau
24662e6122
libnfnetlink: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41061
2014-06-09 13:47:56 +00:00