Felix Fietkau
c329f79dd4
uclient: update to the latest version, fixes some crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42419
10 years ago
Felix Fietkau
2efadff06b
nettle: disable mips16 support to improve performance
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
SVN-Revision: 42341
10 years ago
Felix Fietkau
a81f356873
uclient: update to latest version, fixes HTTP keepalive issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42257
10 years ago
John Crispin
db657af409
libubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42230
10 years ago
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
10 years ago
Steven Barth
415284ca1c
cyassl: update to 3.1.0
...
SVN-Revision: 42063
10 years ago
Steven Barth
0472c0e22f
polarssl: bump to 1.3.8
...
SVN-Revision: 42061
10 years ago
John Crispin
eb8119d590
openssl: another day another bug fix update
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42055
10 years ago
Felix Fietkau
354a835390
lzo: enable parallel build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41734
10 years ago
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
10 years ago
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
10 years ago
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
11 years ago
Felix Fietkau
07304f4732
librpc: fix compile errors with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41400
11 years ago
Felix Fietkau
8d8868cffc
gettext-full: use uclibc workarounds for musl as well
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41397
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
Steven Barth
a0e19ec2f9
nettle: import from packages, update to 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41248
11 years ago
Steven Barth
335529e207
gmp: import from packages, update and reduce size
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41247
11 years ago
Steven Barth
a5df7c0a17
ncurses: Install xterm-256color
...
Based on a patch by Jonathan Bennett <jbscience87@gmail.com>
SVN-Revision: 41212
11 years ago
John Crispin
18e8ae6b2c
libubox: update to latest git
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41123
11 years ago
Felix Fietkau
24662e6122
libnfnetlink: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41061
11 years ago
Hauke Mehrtens
a56519e1b9
openssl: version bump to 1.0.1h
...
today appeared another serious vulnerability in openssl. More info is
here http://ccsinjection.lepidum.co.jp . Users are advised to update to
openssl 1.0.1h.
Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41026
11 years ago
Felix Fietkau
8174c12c23
libubox: update to the latest version, adds static vlist initializer macros
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41013
11 years ago
John Crispin
39c5628e5a
libusb-compat: create directory for libusb-config
...
Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host
directory exists before trying to copy files to it.
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40998
11 years ago
Felix Fietkau
029013d42c
polarssl: enable parallel build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40950
11 years ago
Felix Fietkau
b73259c37a
polarssl: remove polarssl-progs, it is just a random collection of test programs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40949
11 years ago
Steven Barth
b5b0381cbb
polarssl: bump to 1.3.7
...
SVN-Revision: 40892
11 years ago
Felix Fietkau
253892e57f
uclient: update to the latest version, fixes an issue with http authentication handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40867
11 years ago
Felix Fietkau
af116a5ec3
libubox: update to latest version, fixes a segfault on json_script cleanup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40861
11 years ago
Felix Fietkau
9a22b006de
uclient: fix uclient-fetch permissions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40742
11 years ago
Felix Fietkau
7991b5ad66
libubox: update to the latest version, adds minor enhancements/fixes for uloop, blobmsg, kvlist and json_script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40739
11 years ago
Felix Fietkau
5295e5fd34
add uclient, a small HTTP/1.1 client library (+ utility), using ustream-ssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40738
11 years ago
Hauke Mehrtens
9be00fc256
cyassl: update to version 3.0.0
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40621
11 years ago
Felix Fietkau
4bfc83bba9
libubox: update to the latest version, adds a key/value store implementation and fixes an uloop issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40570
11 years ago
Steven Barth
8333ce1963
OpenSSL: update to 1.0.1g
...
This fixes the Heartbleed bug (CVE-2014-0160).
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 40421
11 years ago
Felix Fietkau
500681c380
uclibc++: disable mips16 support to avoid linkage errors with libsupc++ object files
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40390
11 years ago
Felix Fietkau
9ca965ba4c
libubox: switch to git.openwrt.org as source
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40025
11 years ago
Felix Fietkau
e7de56916a
ustream-ssl: update to latest version, adds certificate validation support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40017
11 years ago
Luka Perkov
8d92259690
libroxml: enable xpath support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40008
11 years ago
Felix Fietkau
8a17353e75
ustream-ssl: update to the latest version, fixes cyassl build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40004
11 years ago
Felix Fietkau
6d270ebc2b
polarssl: add support for generating rsa keys
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39999
11 years ago
Felix Fietkau
a37db0de7e
libroxml: add package (tiny XML parser/writer library)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39998
11 years ago
Felix Fietkau
4621a855b2
libnl-tiny: ensure compatibility to libnl version 3 and higher
...
To be prepared to support keepalived 1.2.10 and higher we need libnl3 or
higher. The attached patch
add some defines so that it can be build be libnl-tiny.
Patch by Thomas Heil
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39991
11 years ago
Felix Fietkau
2b64517dff
ustream-ssl: update to latest version, fixes writes before ssl handshake completion
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39985
11 years ago
Florian Fainelli
db87169b41
libusb-compat: install libusb-config in host staging dir
...
A bunch of packages such as sispctl look for libusb-config to find it, install
libusb-config in staging_dir/*/host/bin which is in the TARGET_PATH.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39975
11 years ago
Felix Fietkau
f7c29f0eb7
toolchain: remove accidental leftover debug code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39969
11 years ago
Felix Fietkau
6e6d7003bb
toolchain: add a symlink for musl softfloat ldso to the path where our gcc expects it
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39966
11 years ago
Felix Fietkau
41eac52c04
libpolarssl: add missing dependency ( #15321 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39959
11 years ago
Felix Fietkau
0fd4ebe2bd
libubox: update to the latest version, adds some utility macros
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39953
11 years ago