aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* confuse: adopt and updateSteven Barth2014-10-01
|
* xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ↵Ted Hess2014-09-29
| | | | | | | | | license info. - remove (marked BROKEN) abyss and libxml2 variants. - build internal expat variant only. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Copy libmcrypt from old repository and updateW. Michael Petullo2014-09-28
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* apr-util: update to 1.5.4Jiri Slachta2014-09-27
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* libimobiledevice, usbmuxd, libplist, libusbmuxd: move to githubLukasz Baj2014-09-25
| | | | Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* libsigc++: update to 2.4.0Steven Barth2014-09-23
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libsodium: add depends to configuration menuAlexandru Ardelean2014-09-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs/libsodium: update to 0.7.1Damiano Renfer2014-09-22
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* libs/libsodium: updated minimal prompt, PKG_RELEASE++Damiano Renfer2014-09-21
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* libs/libsodium: updated LIBSODIUM_MINIMAL default=y. See ↵Damiano Renfer2014-09-21
| | | | | | jedisct1/dnscrypt-proxy#144 Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* Revert #325: freetype: install ft2build.h - already in include/freetyp2 ↵Ted Hess2014-09-20
| | | | | | directory Signed-off-by: Ted Hess <thess@kitschensync.net>
* freetype: install ft2build.hAlexandru Ardelean2014-09-19
| | | | | | | Required for splashutils. May be required for other programs too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libsoxr: fix cmake builds for big-endian target systemsTed Hess2014-09-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* gnutls: do not use uclibc's AI_IDN; it doesn't like itNikos Mavrogiannopoulos2014-09-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: updated to 3.3.8Nikos Mavrogiannopoulos2014-09-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* p11-kit: updated to 0.20.7Nikos Mavrogiannopoulos2014-09-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to version 4.2Nikos Mavrogiannopoulos2014-09-15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #308 from mwarning/mastersbyx2014-09-15
|\ | | | | libs/libsodium: add LIBSODIUM_MINIMAL
| * libs/libsodium: add LIBSODIUM_MINIMALMoritz Warning2014-09-13
| |
* | libnatpmp: add from oldpackagesHauke Mehrtens2014-09-14
|/ | | | | | | | | This adds libnatpmp from old packages and updates it to version 20140401. This new version has to install the header file declspec.h. libnatpmp is needed for tor. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libs/neon: update to latest, add maintainer, add descriptionEtienne CHAMPETIER2014-09-12
| | | | | | | | the package (ipk) was previously called libneon, so I keep this name instead of neon. Signed-off-by: Federico Di Marco <fededim@gmail.com> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* libs/neon: import from old packagesEtienne CHAMPETIER2014-09-12
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* alsa-lib: update to 1.0.28, refresh patches, add myself as PKG_MAINTAINERTed Hess2014-09-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #294 from cjkoenig/update_liburcusbyx2014-09-09
|\ | | | | liburcu: Update to 0.8.4
| * liburcu: Update to 0.8.4Christoph König2014-09-08
| | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | Merge pull request #289 from cjkoenig/update_sqlitechamptar2014-09-07
|\ \ | | | | | | sqlite3: update to 3.8.6
| * | sqlite3: update to 3.8.6Christoph König2014-09-07
| |/ | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | Merge pull request #282 from mhei/libs/pcreThomas Heil2014-09-06
|\ \ | | | | | | pcre: small makefile fixes
| * | pcre: small makefile fixesMichael Heimpold2014-09-05
| |/ | | | | | | | | | | | | | | - make license tag spdx conform - drop duplicate copy commands (previous lines with asterisk match already) - minor whitespace cleanup Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | gnutls: enable anon by default to allow gnutls-cli in gnutls-utilsNikos Mavrogiannopoulos2014-09-06
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | libexpat: do not install soname symlinkMichael Heimpold2014-09-05
|/ | | | | | | | The .so symlinks (without any suffix) are only used by compiler/linker and not needed on the target system. See https://github.com/openwrt/packages/pull/274 for a short discussion. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #279 from damianorenfer/mastersbyx2014-09-05
|\ | | | | libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
| * libsodium: use CONFIGURE_ARGS var instead of Build/Configure blockDamiano Renfer2014-09-05
| | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | libmodbus: include licensing informationMichael Heimpold2014-09-04
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libsodium: remove DEFAULTSteven Barth2014-09-04
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* expat: small makefile fixesMichael Heimpold2014-09-03
| | | | | | | | | - fix licensing file list - install pkgconfig file - drop explicite call to Build/Compile - use PKG_INSTALL Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libsodium: add package, version 0.7.0Damiano Renfer2014-09-02
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* gnutls: set USE_MIPS16 to zeroNikos Mavrogiannopoulos2014-08-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* nacl: increment package releaseMatthias Schiffer2014-08-30
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* nacl: disable mips16 as it significantly decreases performanceMatthias Schiffer2014-08-30
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* protobuf-c: Add license information.Jacob Siverskog2014-08-27
| | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* Merge pull request #250 from psycho-nico/my-updatessbyx2014-08-26
|\ | | | | libarchive: cleanup & fixes
| * libarchive: cleanup & fixesNicolas Thill2014-08-26
| | | | | | | | | | | | Disable unused stuff explicitely, cleanup package def, only install useful devel stuff Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | libsoxr: don't use moving target HEAD as source versionSteven Barth2014-08-26
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | protobuf-c: Bump version to 1.0.1.Jacob Siverskog2014-08-26
|/ | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* ibrdtn: Add autoreconf to fixupJohannes Morgenroth2014-08-25
| | | | | The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* libsoxr: initial commitMike Brady2014-08-25
| | | | Signed-off-by: Mike Brady <mikebrady@eircom.net>
* Revert "libsoxr – The SoX Resampler library – add package request"sbyx2014-08-25
|
* Merge pull request #244 from mikebrady/mastersbyx2014-08-25
|\ | | | | libsoxr – The SoX Resampler library – add package request
| * Add license codeMike Brady2014-08-25
| |