summaryrefslogtreecommitdiff
path: root/package/libs
Commit message (Collapse)AuthorAgeFilesLines
...
* libnl-tiny: add includedir to pkg-config cflagsFelix Fietkau2012-12-221-1/+1
| | | | SVN-Revision: 34864
* libubox: fix a jshn array sequence counter bug, fixes some network.sh issuesFelix Fietkau2012-12-181-3/+3
| | | | SVN-Revision: 34746
* ncurses: fix build error in libncurseswFelix Fietkau2012-12-171-0/+13
| | | | SVN-Revision: 34739
* libubox: update to latest git head, introduces jshn json_is_a() helperJo-Philipp Wich2012-12-171-3/+3
| | | | SVN-Revision: 34732
* libubox: another jshn update, fixes array handling issuesFelix Fietkau2012-12-161-3/+3
| | | | SVN-Revision: 34723
* libubox: fix some jshn variable handling regressionsFelix Fietkau2012-12-161-3/+3
| | | | SVN-Revision: 34720
* libubox: update to latest version, adds jshn namespace supportFelix Fietkau2012-12-161-3/+3
| | | | SVN-Revision: 34718
* libiconv-full: add clause to Makefile to actually install iconvFlorian Fainelli2012-12-051-0/+5
| | | | | | | | | | | 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
* libubox: update to latest version, fixes blob/blobmsg endian issuesFelix Fietkau2012-12-021-3/+3
| | | | SVN-Revision: 34456
* gettext-full: use shipped libxml for the host build, fixes lzma references ↵Jo-Philipp Wich2012-11-281-0/+3
| | | | | | from creeping in on certain distributions SVN-Revision: 34400
* add preliminary support for muslFlorian Fainelli2012-11-231-1/+1
| | | | | | | | 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
* libubox: add more uloop timer fixesFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34039
* libubox: update to latest version, fixes a timer calculation issue in uloopFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34037
* libubox: pass the lua path to cmake to avoid build errorsFelix Fietkau2012-10-311-0/+2
| | | | SVN-Revision: 34033
* libubox: add build dependency on luaFelix Fietkau2012-10-301-0/+2
| | | | SVN-Revision: 34022
* libubox: update to the latest versionFelix Fietkau2012-10-291-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34005
* readline: update to version 6.2, enable parallel buildsFelix Fietkau2012-10-292-27/+10
| | | | SVN-Revision: 33997
* uclibc++: make it depend on INSTALL_LIBSTDCPPFlorian Fainelli2012-10-241-0/+1
| | | | SVN-Revision: 33910
* ncurses: build C++ bindings only our toolchain supports C++Florian Fainelli2012-10-241-0/+5
| | | | SVN-Revision: 33909
* libevent2: move to trunk (required by lldpd), add myself as maintainerJo-Philipp Wich2012-10-191-0/+157
| | | | SVN-Revision: 33866
* ocf-crypto-headers: Correct license infoHamish Guthrie2012-10-191-2/+2
| | | | SVN-Revision: 33863
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-1916-0/+54
| | | | | | | | | 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
* sysfsutils: move to the correct directoryJo-Philipp Wich2012-10-192-0/+125
| | | | SVN-Revision: 33856
* sysfsutils, libnfnetlink: move to trunk, add myself as maintainerJo-Philipp Wich2012-10-171-0/+70
| | | | SVN-Revision: 33806
* libnetfilter-conntrack: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-171-0/+73
| | | | SVN-Revision: 33804
* libmnl: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-121-0/+76
| | | | SVN-Revision: 33734
* gettext-full: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-1010-0/+255
| | | | SVN-Revision: 33713
* gettext: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-1010-0/+1398
| | | | SVN-Revision: 33712
* libiconv-full: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-105-0/+29588
| | | | SVN-Revision: 33711
* libiconv: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-1030-0/+1925
| | | | SVN-Revision: 33710
* move a few development packages to trunk and add myself as a maintainerFelix Fietkau2012-10-102-0/+140
| | | | SVN-Revision: 33705
* add myself as a maintainer for a few more packagesFelix Fietkau2012-10-101-0/+2
| | | | SVN-Revision: 33693
* cyassl: add a patch to better check legacy SSLv2 client hello recordsJo-Philipp Wich2012-10-092-2/+15
| | | | | | | | | 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
* add myself as a maintainer for various packagesFelix Fietkau2012-10-084-0/+8
| | | | SVN-Revision: 33660
* move library packages to package/libs/Felix Fietkau2012-10-0895-0/+13224
SVN-Revision: 33657