aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libuecc: update to v5Matthias Schiffer2015-01-29
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* sqlite3: update to 3.8.8.1Etienne CHAMPETIER2015-01-28
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* tiff: fix CVE-2014-9330Jiri Slachta2015-01-28
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* glib2: fix missing gobject library when linking glib-compile-resources (#826)Jo-Philipp Wich2015-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The automake template does not specify libgobject-2.0.la as _LDADD dependency for glib-compile-resources, leading to the following linker error: .../ld: warning: libgmodule-2.0.so.0, needed by ./.libs/libgio-2.0.so, not found (try using -rpath or -rpath-link) ./.libs/libgio-2.0.so: undefined reference to `g_module_supported' ./.libs/libgio-2.0.so: undefined reference to `g_module_symbol' ./.libs/libgio-2.0.so: undefined reference to `g_module_close' ./.libs/libgio-2.0.so: undefined reference to `g_module_error' ./.libs/libgio-2.0.so: undefined reference to `g_module_open' collect2: error: ld returned 1 exit status This commit introduces a patch to add the missing libtool archive to the list of libraries to link. Due to the update of the .am file, a full autoreconf is required to update configure and Makefile, leading to the following error: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL Therfore another patch is added to properly fix the conditional when using automake-1.15. Finally extend the copyright year in the Makefile and enable the generic autoreconf fixup to properly build and link glib2. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libavahi: Fix build dependency in avahi-dnsconfdTed Hess2015-01-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libxerces-c: add missing iconv dependencyÁlvaro Fernández Rojas2015-01-26
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libdaq: initial import from old-packagesLuka Perkov2015-01-25
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* libdnet: initial import from old-packagesLuka Perkov2015-01-25
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* glib2: update to 2.43.3Peter Wagner2015-01-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* libxerces-c: add new packageÁlvaro Fernández Rojas2015-01-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* openldap: remove --without-tls and start SSL-protected server by defaultW. Michael Petullo2015-01-23
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #791 from thess/avahi-dbus-optionsTed Hess2015-01-20
|\ | | | | avahi: Build 2 versions and allow selection of dbus vs non-dbus
| * avahi: Build 2 versions and allow selection of dbus vs non-dbusTed Hess2015-01-16
| | | | | | | | | | | | | | shairplay: Fixup avahi dependency (select dbus version) forked-daapd: Fixup avahi dependency (select dbus version) Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libtorrent: update to latest git HEADPeter Wagner2015-01-18
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | libs/libsodium: update to 1.0.2Damiano Renfer2015-01-17
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | gnutls: updated to 3.3.12Nikos Mavrogiannopoulos2015-01-17
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* elfutils: update to 0.161Luiz Angelo Daros de Luca2015-01-16
| | | | | | | | | | For elfutils changes since 0.160: https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-December/004481.html For OpenWRT, minor patches fixes. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* libidn: make availible idn command line toolChristian Schoenebeck2015-01-12
| | | | | | | Modified Makefile to make also availible the idn command line tool under "Network"->"IP Addresses and Names"->"idn" Signed-off-by: Christian Schoenebeck christian.schoenebeck@gmail.com
* Merge pull request #766 from jow-/protobuf-c-autoreconfJo-Philipp Wich2015-01-11
|\ | | | | protobuf-c: use generic autoreconf fixup
| * protobuf-c: use generic autoreconf fixupJo-Philipp Wich2015-01-10
| | | | | | | | | | | | | | | | | | | | | | Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh. This ensures that proper variants of libtoolize, autoconf, automake etc. are used, otherwise it is not possible to rebuild protobuf-c in the SDK env. The change requires backport to BB as it currently blocks the rebuild of ocerv. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #763 from morgenroth/Update-to-1.0Steven Barth2015-01-11
|\ \ | | | | | | Upgrade IBR-DTN to version 1.0.0
| * | ibrdtn: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * | ibrcommon: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* | | libgd: explicitely disable libvpx support (#765)Jo-Philipp Wich2015-01-11
| | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | libflac: change package/source URLs to xiph.orgTed Hess2015-01-10
| |/ |/| | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)Jo-Philipp Wich2015-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates flac to the new upstream release v1.3.1 to fix two known CVEs. Additionally the commit changes the following: * Drop custom Build/Configure recipe in favor to CONFIGURE_ARGS * Refreshes patches and removes changes to *.in files since they're regenerated by autoreconf anyway * Remove now obsolete 020-libFLAC-remove-altivec-options.patch * Add an md5sum for the source archive * Passes --enable-static to configure to force producing a libflac.a Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | libical: adjust license infosNicolas Thill2015-01-10
|/ | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #759 from mhei/issue-757Ted Hess2015-01-09
|\ | | | | avahi-daemon: don't install service files automatically (fixes #757)
| * avahi-daemon: don't install service files automatically (fixes #757)Michael Heimpold2015-01-09
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libical: add new packageNicolas Thill2015-01-09
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | freetype: bump to 2.5.5Nicolas Thill2015-01-09
|/ | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libvorbisidec: Update to lastest tremor version (1.0.3) from xiph.orgTed Hess2015-01-07
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #749 from roger-/masterTed Hess2015-01-06
|\ | | | | libuvc: add package
| * libuvc: add packageRoger2015-01-06
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | classpath: force use of target gmp libNicolas Thill2015-01-07
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #738 from danak6jq/new-classpath2Steven Barth2015-01-06
|\ \ | | | | | | move classpath to new repo; add Makefile for classpath-0.99; add patch for double memory-leak
| * | classpath: move to new repo, update to classpath-0.99; add patch for double ↵Dana Myers2015-01-06
| | | | | | | | | | | | | | | | | | memory-leak Signed-off-by: Dana H. Myers <k6jq@comcast.net>
* | | libdaemon: disable examples (fix musl libc build error)Ted Hess2015-01-06
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pcre: update to version 8.36Thomas Heil2015-01-04
| | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | gnutls: corrected compilation of tools when OCSP is disabledNikos Mavrogiannopoulos2015-01-03
| | | | | | | | Resolves #640
* | Merge pull request #719 from tru7/patch-1Steven Barth2015-01-03
|\ \ | | | | | | pthsem: fix Makefile to use TABs instead of spaces
| * | pthsem: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | libftdi: mode ftdi_eeprom from Libraries to UtilitiesÁlvaro Fernández Rojas2015-01-03
|/ / | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #712 from tru7/libs-libesmtpSteven Barth2015-01-03
|\ \ | | | | | | libesmtp: add Makefile for new package
| * | libesmtp: add Makefile for new packageOthmar Truniger2014-12-31
| | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #711 from tru7/libs-pthsemSteven Barth2015-01-03
|\ \ \ | | | | | | | | pthsem: new package
| * | | pthsem: updated MakefileOthmar Truniger2014-12-31
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | pthsem: add patch for linux 3.xOthmar Truniger2014-12-31
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | | pthsem: add Makefile for new packageOthmar Truniger2014-12-31
| |/ / | | | | | | | | | | | | should replace the one in old packages Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copyÁlvaro Fernández Rojas2015-01-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>