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
Florian Fainelli
4eda974038
uclibc++: make it depend on INSTALL_LIBSTDCPP
...
SVN-Revision: 33910
2012-10-24 13:05:18 +00:00
Florian Fainelli
7756529b80
ncurses: build C++ bindings only our toolchain supports C++
...
SVN-Revision: 33909
2012-10-24 13:05:15 +00:00
Jo-Philipp Wich
073f68c200
libevent2: move to trunk (required by lldpd), add myself as maintainer
...
SVN-Revision: 33866
2012-10-19 18:08:19 +00:00
Hamish Guthrie
95b5c68007
ocf-crypto-headers: Correct license info
...
SVN-Revision: 33863
2012-10-19 15:45:59 +00:00
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
2012-10-19 15:34:28 +00:00
Jo-Philipp Wich
53c2c3f84d
sysfsutils: move to the correct directory
...
SVN-Revision: 33856
2012-10-19 10:22:11 +00:00
Jo-Philipp Wich
0e1f91b60a
sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
...
SVN-Revision: 33806
2012-10-17 13:00:44 +00:00
Jo-Philipp Wich
283bc1de19
libnetfilter-conntrack: move to trunk and add myself as maintainer
...
SVN-Revision: 33804
2012-10-17 12:47:54 +00:00
Jo-Philipp Wich
9b256a0bbf
libmnl: move to trunk and add myself as maintainer
...
SVN-Revision: 33734
2012-10-12 12:15:36 +00:00
Jo-Philipp Wich
6a1c047970
gettext-full: move to trunk and add myself as maintainer
...
SVN-Revision: 33713
2012-10-10 17:58:23 +00:00
Jo-Philipp Wich
971ae637f1
gettext: move to trunk and add myself as maintainer
...
SVN-Revision: 33712
2012-10-10 17:57:59 +00:00
Jo-Philipp Wich
a8587b5d42
libiconv-full: move to trunk and add myself as maintainer
...
SVN-Revision: 33711
2012-10-10 17:57:23 +00:00
Jo-Philipp Wich
a49d72d713
libiconv: move to trunk and add myself as maintainer
...
SVN-Revision: 33710
2012-10-10 17:56:22 +00:00
Felix Fietkau
c6b27e2885
move a few development packages to trunk and add myself as a maintainer
...
SVN-Revision: 33705
2012-10-10 13:26:27 +00:00
Felix Fietkau
e51eb6046d
add myself as a maintainer for a few more packages
...
SVN-Revision: 33693
2012-10-10 12:49:37 +00:00
Jo-Philipp Wich
6945d722e6
cyassl: add a patch to better check legacy SSLv2 client hello records
...
If junk data is received during SSL_accept(), cyassl will treat it as legacy SSLv2
record without performing further plausibility checks. Change the legacy code path
to return UNKNOWN_HANDSHAKE_TYPE if the value of the third byte isn't 0x01 the
hello message type.
SVN-Revision: 33675
2012-10-09 16:41:36 +00:00
Felix Fietkau
37e89213fd
add myself as a maintainer for various packages
...
SVN-Revision: 33660
2012-10-08 11:41:02 +00:00
Felix Fietkau
48db59fab7
move library packages to package/libs/
...
SVN-Revision: 33657
2012-10-08 11:24:12 +00:00