Commit graph

719 commits

Author SHA1 Message Date
Dirk Neukirchen
a76e6de3ff gnutls: cleanup old code
- rpath is not necessary (buildroot does not use it too)
- SED of paths in configure does not seem needed (from pre 3.x version)
- remove configure section

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:36:27 +01:00
Dirk Neukirchen
dc2a4e50c8 gnutls: fix build with librt
compile errors in config phase with ArchLinux and Fedora 20

config.log trying to link with -I/usr/lib/librt.so:
/usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5'

or Fedora20:
/usr/lib/librt.so: error adding symbols: File in wrong format

linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:35:58 +01:00
Ted Hess
ebdd36c783 Merge pull request #976 from thess/boost-work
boost: reorganize menus, fix some build dependencies and ABI selections
2015-03-03 07:58:05 -05:00
Ted Hess
c23be55aa9 libv4l: Update to latest version 1.6.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 17:15:42 -05:00
Steven Barth
47d28bcf80 Merge pull request #974 from lijpsummer/master
update opencv version as 2.4.11
2015-03-02 21:18:25 +01:00
Ted Hess
39464f9cb5 boost: reorganize menus, fix some build dependencies and ABI selections
Add meta-package with all libraries when CONFIG_ALL selected.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 13:23:42 -05:00
Jianping Li
e6503d16a6 update opencv version as 2.4.11
Signed-off-by: Jianping Li <summer@wrtnode.com>
2015-03-02 16:59:52 +00:00
Steven Barth
f2d9e75d83 libsigc++: bump to 2.4.1
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-02 10:02:10 +01:00
Gergely Kiss
2e9d2f3faf libevhtp: update to version 1.2.10
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-01 18:24:23 +01:00
Nikos Mavrogiannopoulos
095ae50d35 libseccomp: remove legacy cruft
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-27 17:28:44 +01:00
Nikos Mavrogiannopoulos
de7630145d gnutls: updated to 3.3.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-25 23:18:28 +01:00
Ted Hess
d0a772521d Merge pull request #952 from ClaymorePT/master
boost: Dependencies, architectures updates and lib additions
2015-02-24 17:55:08 -05:00
Johannes Morgenroth
ca708b1dcf ibrdtn: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
Johannes Morgenroth
daa883709e ibrcommon: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
cmf
97f27fe505 boost 1.57.0
Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv.
Added Boost.Locale iconv dependency
  - uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on.
  - For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html
Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log

Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-02-24 16:24:33 +00:00
ejurgensen
72254d534a libunistring: update to 0.9.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-02-22 23:03:03 +01:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Nicolas Thill
7461d7f44a ortp: moved to telephony feed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-21 05:09:33 +01:00
Nicolas Thill
791607c488 ortp: fix md5sum, change download url (thanks to hnyman)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-18 20:42:57 +01:00
claymore
9e30e779f9 boost: makefile and patches updated to v1.57
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-02-17 16:14:40 +01:00
Nicolas Thill
dd17d21b2f libshout: import from old packages feed
- add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:51:02 +01:00
Nicolas Thill
0c0bcb3d0a ortp: import from old packages feed
- update to latest version (v0.23.0)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:41:13 +01:00
Peter Wagner
1b66d41113 glib2: update to 2.43.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-15 22:43:47 +01:00
Nikos Mavrogiannopoulos
47d01047a6 libseccomp: added package
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:31:03 +01:00
tripolar
f69329e0d3 Merge pull request #869 from jow-/libtorrent-autoconf-fix
libtorrent: remove manual autoconf invocation
2015-02-09 14:36:37 +01:00
Ted Hess
99640cd9ff Merge pull request #881 from MikePetullo/master
libdmapsharing: update to 2.9.30
2015-02-08 15:12:39 -05:00
Nicolas Thill
0bb5f29415 lttng-ust: import from old packages feed
- update to latest version (v2.6.0)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 20:55:48 +01:00
Nicolas Thill
404c37b238 libnetfilter-cttimeout: add new package
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
cb17a8e6da libnetfilter-cthelper: add new package
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
d5029d9f5c libnetfilter-queue: fix license, cleanup
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
bfe2db0bd2 libnetfilter-acct: fix license, cleanup
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
W. Michael Petullo
cebccd40ad libdmapsharing: update to 2.9.30
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-08 12:43:05 -05:00
Nicolas Thill
dcda4a898a libnetfilter-log: remove (added to core)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 09:52:47 +01:00
Jo-Philipp Wich
f957dfcb04 libmms: remove useless autogen call
The package already uses the generic autoreconf fixup so the additional call
to autogen.sh is unneeded and might even introduce wrong versions of the
required autotools into the build.

Remove the unneeded Build/Configure override to simplify the Makefile.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-08 00:06:43 +01:00
Jo-Philipp Wich
82927a24f9 libtorrent: remove manual autoconf invocation
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

	configure.ac:3: installing `./config.guess'
	configure.ac:3: installing `./config.sub'
	configure.ac:20: installing `./install-sh'
	configure.ac:20: installing `./missing'
	src/Makefile.am: installing `./depcomp'
	autoreconf: Leaving directory `.'
	aclocal...
	autoheader...
	libtoolize... libtoolize nor glibtoolize not found
	make[2]: *** [.../.configured_] Error 1

Remove the entire Build/Configure override to let libtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 15:16:54 +01:00
Nicolas Thill
27bd80910a libdmapsharing: make check library optionnal
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 14:31:35 +01:00
Nicolas Thill
3b1bb08f97 check: import from old packages feed
- update to latest version (v0.9.14)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:21:39 +01:00
Jo-Philipp Wich
c190d68ff8 libgd: update to v2.1.1
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-06 13:15:30 +01:00
Nicolas Thill
fd2e9f0750 libftdi1: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:38:08 +01:00
Nicolas Thill
38b243a6c4 libftdi: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:37:49 +01:00
Nicolas Thill
21f572176d freetype: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:36:51 +01:00
Nicolas Thill
9fe9596e31 opencv: disable unwanted components/features explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 12:49:02 +01:00
Steven Barth
327f5a9722 Merge pull request #840 from cjkoenig/update_liburcu
liburcu: Update to 0.8.6
2015-02-02 12:29:07 +01:00
Nicolas Thill
fdf65ee6c9 libdmapsharing: add a patch to disable tests
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Nicolas Thill
01f7bbf27a libdmapsharing: fix typo in patch name, refresh patch
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
champtar
b69f33a898 Merge pull request #835 from paulfertser/master
Add OpenOCD embedded debugging software
compile tested for ar71xx
2015-02-01 20:30:47 +01:00
Paul Fertser
d045b02883 hidapi: add HIDAPI, a library to access HID devices
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-01 21:17:52 +03:00
Jialei Hao
b4e860f622 openCV: Add library openCV2.4.10
[Etienne CHAMPETIER: compile tested for ar71xx]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Jialei Hao <schumy@wrtnode.com>
2015-02-01 15:17:09 +01:00
Christoph König
7b13ed2ee9 liburcu: Update to 0.8.6
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
2015-01-31 19:00:45 +01:00
Matthias Schiffer
6c6e33146d libuecc: update to v5
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-29 07:08:30 +01:00
Etienne CHAMPETIER
cee2881af1 sqlite3: update to 3.8.8.1
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-01-28 21:56:23 +01:00
Jiri Slachta
5b83e7cfa8 tiff: fix CVE-2014-9330
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-01-28 21:12:21 +01:00
Jo-Philipp Wich
767e5bbd9c glib2: fix missing gobject library when linking glib-compile-resources (#826)
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>
2015-01-27 22:43:55 +01:00
Ted Hess
8f10e59f70 libavahi: Fix build dependency in avahi-dnsconfd
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-27 10:22:09 -05:00
Álvaro Fernández Rojas
0c84690385 libxerces-c: add missing iconv dependency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-26 18:31:19 +01:00
Luka Perkov
ab1c7a43e3 libdaq: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 19:45:01 +01:00
Luka Perkov
4a44b04153 libdnet: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 19:44:54 +01:00
Peter Wagner
b490ad6928 glib2: update to 2.43.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-25 19:02:57 +01:00
Álvaro Fernández Rojas
e5afac06fa libxerces-c: add new package
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-25 00:18:17 +01:00
W. Michael Petullo
01c785a750 openldap: remove --without-tls and start SSL-protected server by default
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-01-23 10:14:28 -05:00
Ted Hess
25a97332b8 Merge pull request #791 from thess/avahi-dbus-options
avahi: Build 2 versions and allow selection of dbus vs non-dbus
2015-01-20 11:51:02 -05:00
Peter Wagner
3427303eee libtorrent: update to latest git HEAD
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 20:05:55 +01:00
Damiano Renfer
79f9268bdb libs/libsodium: update to 1.0.2
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-17 20:09:30 +01:00
Nikos Mavrogiannopoulos
2a4dd62715 gnutls: updated to 3.3.12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-17 09:42:20 +01:00
Ted Hess
9bc03b9d99 avahi: Build 2 versions and allow selection of dbus vs non-dbus
shairplay: Fixup avahi dependency (select dbus version)
forked-daapd: Fixup avahi dependency (select dbus version)

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-16 16:28:23 -05:00
Luiz Angelo Daros de Luca
61bbca7852 elfutils: update to 0.161
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>
2015-01-16 04:08:45 -02:00
Christian Schoenebeck
5eabf48f21 libidn: make availible idn command line tool
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
2015-01-12 10:44:15 +01:00
Jo-Philipp Wich
450163d5c3 Merge pull request #766 from jow-/protobuf-c-autoreconf
protobuf-c: use generic autoreconf fixup
2015-01-11 18:17:04 +01:00
Steven Barth
881f9d0107 Merge pull request #763 from morgenroth/Update-to-1.0
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Jo-Philipp Wich
71ea5447e8 libgd: explicitely disable libvpx support (#765)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11 00:09:40 +01:00
Jo-Philipp Wich
ad1d97d8e6 protobuf-c: use generic autoreconf fixup
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>
2015-01-10 23:58:36 +01:00
Ted Hess
d78bbafb73 libflac: change package/source URLs to xiph.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-10 16:02:25 -05:00
Jo-Philipp Wich
87d154e853 flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)
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>
2015-01-10 19:39:35 +01:00
Nicolas Thill
e270953351 libical: adjust license infos
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:28:30 +01:00
Johannes Morgenroth
cf054011ee ibrdtn: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:51:16 +01:00
Johannes Morgenroth
b61a1bea31 ibrcommon: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:27:57 +01:00
Ted Hess
ed4a2ad900 Merge pull request #759 from mhei/issue-757
avahi-daemon: don't install service files automatically (fixes #757)
2015-01-09 15:31:15 -05:00
Nicolas Thill
fb486744ab libical: add new package
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:02:19 +01:00
Michael Heimpold
2154a42b72 avahi-daemon: don't install service files automatically (fixes #757)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-01-09 19:28:23 +01:00
Nicolas Thill
f49a360a5b freetype: bump to 2.5.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 18:28:18 +01:00
Ted Hess
7f58b0254f libvorbisidec: Update to lastest tremor version (1.0.3) from xiph.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-07 11:44:03 -05:00
Ted Hess
3e3fa470f8 Merge pull request #749 from roger-/master
libuvc: add package
2015-01-06 20:42:34 -05:00
Roger
b66ea36a99 libuvc: add package
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-01-06 21:20:03 -04:00
Nicolas Thill
e52372940e classpath: force use of target gmp lib
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-07 02:00:35 +01:00
Steven Barth
b4ab7b2afa Merge pull request #738 from danak6jq/new-classpath2
move classpath to new repo; add Makefile for classpath-0.99; add patch for double memory-leak
2015-01-06 18:04:04 +01:00
Dana Myers
0d307e7003 classpath: move to new repo, update to classpath-0.99; add patch for double memory-leak
Signed-off-by: Dana H. Myers <k6jq@comcast.net>
2015-01-06 08:01:22 -08:00
Ted Hess
c04f69d527 libdaemon: disable examples (fix musl libc build error)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-06 08:26:48 -05:00
Thomas Heil
7e28e54418 pcre: update to version 8.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 20:52:11 +01:00
Nikos Mavrogiannopoulos
ec2d4aeebd gnutls: corrected compilation of tools when OCSP is disabled
Resolves #640
2015-01-03 19:05:14 +01:00
Steven Barth
951382acef Merge pull request #719 from tru7/patch-1
pthsem: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:07 +01:00
Álvaro Fernández Rojas
f58cd17867 libftdi: mode ftdi_eeprom from Libraries to Utilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-03 16:10:10 +01:00
Othmar Truniger
c84451ee7e pthsem: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 15:55:36 +01:00
Steven Barth
4978a35cae Merge pull request #712 from tru7/libs-libesmtp
libesmtp: add Makefile for new package
2015-01-03 11:52:13 +01:00
Steven Barth
b764d7c85a Merge pull request #711 from tru7/libs-pthsem
pthsem: new package
2015-01-03 11:51:57 +01:00
Álvaro Fernández Rojas
a42982c970 libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:51:22 +01:00
Álvaro Fernández Rojas
53b0818c70 libftdi: add libftdi-config, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:49:31 +01:00
Álvaro Fernández Rojas
d54b357dfc libftdi: fix packagekit when useing cmake
Based on upstream commit by Thomas Jarosch based on Alexander's patch.
More info: https://github.com/openwrt/packages/pull/690

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:05:34 +01:00
Othmar Truniger
1b32623c5a pthsem: updated Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 13:56:28 +01:00
Othmar Truniger
c44dfcf4ec pthsem: add patch for linux 3.x
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:04:55 +01:00
Othmar Truniger
9fe2d12df9 pthsem: add Makefile for new package
should replace the one in old packages

Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:03:15 +01:00
Othmar Truniger
d0116042fa libesmtp: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 09:58:13 +01:00
W. Michael Petullo
69943ac1b8 vips: update to 7.42.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-12-29 18:10:16 -05:00
Steven Barth
cc9a1ccf7a Merge pull request #697 from antonlacon/libpng-1.2.x
libpng: update to 1.2.52
2014-12-26 09:58:40 +01:00
Steven Barth
95d3737aaa Merge pull request #681 from openwrt/elfutils-musl
elfutils: fix compilation with musl
2014-12-21 21:06:50 +01:00
Ted Hess
ceb426edd8 Merge pull request #589 from thess/glib2-update
glib2: Upgrade to 2.42.1
2014-12-21 12:28:50 -05:00
Michael Heimpold
dd538b6e02 libxml2: fix build error with musl libc (fixes #454)
Thanks to nakarotori for spotting this.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-21 15:54:15 +01:00
Steven Barth
c34f14023e elfutils: fix compilation with musl
this gets rid of tons of incompatible gnu-isms.

Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-21 13:49:30 +01:00
Karl Palsson
8e6fc86dd5 libs: libwebsockets: add latest released version
This includes a patch for cyassl building that has been committed
upstream, but not released.

There's no SPDX license identifier for LGPL + static linking exception,
so I've used "LGPL-2.1+exception" as suggested at
http://lwn.net/Articles/378329/

See also: https://github.com/warmcat/libwebsockets/issues/170

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-12-18 16:28:05 +00:00
Steven Barth
ad60b567be libaio: update to 0.3.110, bump copyright, add license
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-17 10:02:10 +01:00
Luiz Angelo Daros de Luca
2280c80e97 Merge pull request #664 from luizluca/elfutils
elfutils: imported from oldpackages, updated to 0.160
2014-12-16 14:12:03 -02:00
Luiz Angelo Daros de Luca
5313490216 elfutils: imported from oldpackages, updated to 0.160
The pkg was imported from oldpackages.
It was updated to latest version, requiring some fixes in patches.

I added myself as maintainer.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2014-12-16 14:03:25 -02:00
Gergely Kiss
25271e534f libsearpc: use commit hash in version instead of release tag
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:54:39 +01:00
Gergely Kiss
8e781d1a48 seafile: import seafile-server package and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:54:39 +01:00
Gergely Kiss
42b3bce850 libzdb: import version 3.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:39:13 +01:00
Gergely Kiss
033d721e1f libevhtp: add version 1.2.9
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:39:13 +01:00
Gergely Kiss
5e2f77242a jansson: pull version 2.7
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:39:13 +01:00
Etienne CHAMPETIER
115c26619c sqlite3: update to 3.8.7.4
compile tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-12-15 22:38:15 +01:00
Luiz Angelo Daros de Luca
9e673f2a4b libvpx: force to use gcc as linker
libvpx excepts gcc to be used as linker. However, it respects
what is defined in LD. The problem is that LD is defined by
OpenWRT as *-ld.

Forcing the LD env for configure and make solves the problem.
Also, the patch that modified ld call to match what *-ld provides
is not needed anymore.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2014-12-15 18:34:07 -02:00
Luiz Angelo Daros de Luca
09e1781c2d libvpx: new package at version 1.3.0
libvpx provides VP8/VP9 Codec SDK, "a high quality,
royalty free, open source codec deployed on millions
of computers and devices worldwide."

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2014-12-14 03:08:23 -02:00
Nikos Mavrogiannopoulos
c2374a89f6 gnutls: updated to 3.3.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-12 08:54:49 +01:00
Steven Barth
dfbbf95c85 libupnpp: fix indentation
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-11 09:31:13 +01:00
Ted Hess
0a88a7bf61 Merge pull request #600 from sourceindex/added-new-libnfc-package
libnfc: new package including the latest version of libnfc and utils
2014-12-10 12:39:16 -05:00
Sebastian Wendel
53cbe8c869 libnfc: switched to developer git repository
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-12-10 18:02:38 +01:00
Petko Bordjukov
80377be106 libupnpp: Add libupnpp-0.9.0 to the packages repository
This library is a wrapper of libupnp written in C++. It is a dependency of
upmpdcli.

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2014-12-10 03:33:32 +02:00
Ted Hess
8b5421f699 misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
Michael Heimpold
d1f7e907a5 avahi: factor out service files into own packages
This allows the user to select individual services to be announced
via Avahi.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:04:00 +01:00
Michael Heimpold
36ea069216 avahi: trim descriptions of HTTP and SSH services
This makes the description of the HTTP and SSH services look the
same as in other distributions as suggested by kirelagin in #543.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:01:16 +01:00
Ian Leonard
1dafe457f7 libpng: update to 1.2.52
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-12-08 02:22:22 -08:00
Sebastian Wendel
158f4bf71f libnfc: updated Makefile copyright header
Signed-off-by: Sebastian Wendel packages@sourceindex.de
2014-12-07 15:23:47 +01:00
Steven Barth
1483102d1b Merge pull request #578 from Frieds-Technology/dmx_usb_module
dmx_usb_module: new package added
2014-12-07 11:17:53 +01:00
Sebastian Wendel
c3ffb23a25 libnfc: new package including the latest version of libnfc and utils
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-12-06 18:15:43 +01:00
Michael Heimpold
bfd83c310f Merge pull request #585 from chewi/master
libxml2: Fix zlib detection the right way
2014-12-04 20:41:48 +01:00
Lukasz Baj
dd9b7ea73a Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-12-04 14:40:13 +01:00
Ted Hess
b94a1dd389 glib2: Upgrade to 2.42.1
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 13:09:49 -05:00
James Le Cuirot
a540959020 libxml2: Fix zlib detection the right way
The previous fix (#557) forced -lz into LDFLAGS instead of fixing the
real issue where configure was failing to detect zlib in the first
place. This was happening because it was looking in /lib, resulting in
conflicts with the host libraries.

Signed-off-by: James Le Cuirot <james.le-cuirot@yakara.com>
2014-12-02 11:14:42 +00:00
Steven Barth
38befcd838 Merge pull request #583 from Frieds-Technology/libartnet
libartnet: new package added
2014-12-01 08:59:00 +01:00
Martijn Zilverschoon
f63733cdeb libartnet: Removed uneeded configure argument
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 08:45:13 +01:00
Martijn Zilverschoon
87ba5de76e libmicrohttpd: new package added
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:11:36 +01:00
Martijn Zilverschoon
2cd02fd11d libartnet: new package added
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:09:24 +01:00
Martijn Zilverschoon
1f9485a894 dmx_usb_module: new package added
dmx_usb_module is a kernel module that is needed to controll FTDI485 based DMX modules.

Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-11-30 18:10:15 +01:00
Nikos Mavrogiannopoulos
87d4a0a222 Merge pull request #570 from ageekymonk/libhttp-parser
Adding support for libhttp-parser
2014-11-29 19:20:40 +01:00
Damiano Renfer
3303cb41ef libs/libsodium: update to 1.0.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2014-11-29 13:52:40 +01:00
Daniel Golle
aa0ce3260b libowfat: bump version to 0.29
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:06:53 +01:00
ageekymonk
c77a0ead59 Adding support for libhttp-parser
Signed-off-by: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
2014-11-27 10:27:45 +00:00
Steven Barth
6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ian Leonard
ebafabcb6e libtheora: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-25 23:29:26 -08:00
Michael Heimpold
4281b37484 libxml2: fix compilation on archlinux and gentoo
Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>

[ Slightly modified commit message ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-26 00:01:44 +01:00
Steven Barth
9f7ec5c8d7 libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-25 20:32:49 +01:00
Steven Barth
393929eb4b Merge pull request #550 from pfzim/master
fdm, tdb, nail: new packages added
2014-11-25 20:24:53 +01:00
Álvaro Fernández Rojas
39947d1f70 libftdi1: update to 1.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-25 19:27:05 +01:00
Ian Leonard
ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess
b80fe2edbc Revert "avahi: Add sftp service"
This reverts commit 49c7e701bc.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-24 09:27:24 -05:00
Martijn Zilverschoon
91f8f8b097 protobuf: Fixed protobuf host installation
Fixed the host install, because some packages need the host binary to build properly

Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-11-24 05:30:32 +01:00
Ted Hess
49c7e701bc avahi: Add sftp service
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-23 16:14:41 -05:00
Jiri Slachta
4b3cf1a604 libxml2: add host compile
Several packages may depend on host compiled packages during
the build time (such as the new LTS versions of telephony packages).

This commit adds an option to use the libxml2 to be built as
a host package. Usage would be following:

	PKG_BUILD_DEPENDS:=libxml2/host

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-21 05:06:04 +01:00
Dmitry V. Zimin
649b84e557 tdb: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:44:34 +03:00
Etienne CHAMPETIER
d6330508bc sqlite3: update to 3.8.7.1
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 22:00:22 +01:00
Nikos Mavrogiannopoulos
5b5043b8fe gnutls: updated to address CVE-2014-8564
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-11 19:51:59 +01:00
Han Chen
aa604d34eb libsodium: fixed pkgconfig not found it.
Signed-off-by: Han Chen chen1324@gmail.com
2014-11-04 23:31:13 +08:00
Ted Hess
719da24cd9 libavahi: Don't build libdns_sd if not selected
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-01 18:49:38 -04:00
Marcel Denia
5ab2c7cffd db47: Drop -full variant and integrate it into the normal one
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-29 18:25:53 +01:00
Ted Hess
31db0a0ca6 Merge pull request #465 from Noltari/avahi-next
avahi: add libavahi-compat-libdnssd support.
2014-10-25 11:34:41 -04:00
Álvaro Fernández Rojas
f36017a44c avahi: add libavahi-compat-libdnssd support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-25 17:14:41 +02:00
Ted Hess
2017a0f6e2 libmpdclient: Add patch for musl libc compatibility (from upstream repo)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-25 10:56:24 -04:00
Nicolas Thill
896b23e650 gnutls: force rebuuld when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Luka Perkov
404a5f5831 nspr: bump to 3.16.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 09:10:07 -04:00
Luka Perkov
faefb22e09 file: bump to 5.20
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 08:39:25 -04:00
ejurgensen
21a5b9f644 gperf: modified copy from oldpackages, upgrade to 3.0.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-20 23:07:17 +02:00
Steven Barth
5a7ea72967 libxml2: update to 2.9.2
fixes CVE-2014-3660, CVE-2014-0191 among other issues

Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 10:57:42 +02:00
Steven Barth
2b6ffa58cf cyrus-sasl / postfix: work around recursive dependency issue in toolchain
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 09:16:44 +02:00
W. Michael Petullo
ab1ded0cb1 db47: add a variant full which builds statistics etc. support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:20:02 -04:00
ejurgensen
c606a0a040 mxml: copy from oldpackages and update Makefile slightly
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-18 21:52:30 +02:00
ejurgensen
560598ca22 libunistring: add version 0.9.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-18 21:52:25 +02:00
ejurgensen
8365b52b20 libavl: add version 0.3.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-18 21:52:17 +02:00
ejurgensen
d15d70f693 libantlr3c: add version 3.2
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2014-10-18 21:50:27 +02:00
Moritz Warning
4767e3df5a libs/libsodium: update to 1.0.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-10-15 18:16:05 +02:00
Ted Hess
72b9db1122 alsa-lib: remove cross-compile guess (restore old patch)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-14 15:43:11 -04:00
Nikos Mavrogiannopoulos
f0a7ad87dd gnutls: updated to 3.3.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-13 09:20:31 +02:00
Ted Hess
13ddb6bedc libmpdclient: Remove doxygen dependency, cleanup Makefile
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 09:12:22 -04:00
Ted Hess
57976ed8f7 libmpdclient: Update to latest 2.9 release, add license inf
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-08 11:03:28 -04:00
Jo-Philipp Wich
d669007c2d Merge pull request #405 from thess/libpq-dep-fix
libpq: Fix missing dependency (shadow-utils)
2014-10-08 10:39:27 +02:00
sbyx
baf77297f6 Merge pull request #402 from jow-/issue-382
cyrus-sasl: fix typo in install section
2014-10-07 21:14:46 +02:00
Thomas Heil
4ab4cf2d4f apr-util 1.5.3 is no longer hosted on biblio.org.
- Get it from archive.apache.org.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-10-07 20:58:04 +02:00
Ted Hess
581aef1d6e libpq: Fix missing dependency (shadow-utils)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-07 14:02:46 -04:00
Jiri Slachta
e7f1cac1bf unixodbc: change PKG_SOURCE_URL to sourceforge
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-07 14:50:13 +02:00
Jo-Philipp Wich
259b47ac6f cyrus-sasl: fix typo in install section
An overly specific glob pattern in the package install sections prevents
the unversioned .so symlinks from getting copied into the .ipk.

This commit changes the pattern from xxx.so.* to xxx.so* in order to copy
those symlinks too. Fixes #382.

Also bump the copyright year in the Makefile while we're at it.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-06 17:27:43 +02:00
sbyx
be31d5e266 Merge pull request #370 from Shulyaka/master
tinycdb: new packages for tinycdb (a Constant DataBase) library
2014-10-04 13:14:42 +02:00
Denis Shulyaka
81a85c40ba Tinycdb library 2014-10-03 23:16:27 +04:00
Steven Barth
938f580253 confuse: adopt and update 2014-10-01 20:11:53 +02:00
Ted Hess
6a1aed4e38 xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info.
- remove (marked BROKEN) abyss and libxml2 variants.
- build internal expat variant only.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-29 12:22:38 -04:00
W. Michael Petullo
e2e0b211e5 Copy libmcrypt from old repository and update
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-28 21:53:47 -04:00
Jiri Slachta
d52532c198 apr-util: update to 1.5.4
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-09-27 16:35:09 +02:00
Lukasz Baj
c4f68cee5a libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-09-25 12:41:17 +02:00
Steven Barth
724053bd73 libsigc++: update to 2.4.0
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-23 09:03:01 +02:00
Alexandru Ardelean
abf22eb88b libsodium: add depends to configuration menu
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-23 09:40:33 +03:00
Damiano Renfer
4cf3a733f6 libs/libsodium: update to 0.7.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2014-09-22 16:51:31 +02:00
Damiano Renfer
2bceca6bf2 libs/libsodium: updated minimal prompt, PKG_RELEASE++
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2014-09-21 17:12:46 +02:00
Damiano Renfer
a63540eb23 libs/libsodium: updated LIBSODIUM_MINIMAL default=y. See jedisct1/dnscrypt-proxy#144
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-21 10:14:12 +02:00
Ted Hess
032feefa7d Revert #325: freetype: install ft2build.h - already in include/freetyp2 directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-20 10:39:34 -04:00
Alexandru Ardelean
dba9c40dcc freetype: install ft2build.h
Required for splashutils.
May be required for other programs too.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-09-19 18:17:54 +03:00
Ted Hess
5c7c791a7a libsoxr: fix cmake builds for big-endian target systems
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-18 15:50:09 -04:00
Nikos Mavrogiannopoulos
3679eadf79 gnutls: do not use uclibc's AI_IDN; it doesn't like it
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-18 21:28:29 +02:00
Nikos Mavrogiannopoulos
fa78baaeb2 gnutls: updated to 3.3.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-18 21:17:27 +02:00
Nikos Mavrogiannopoulos
7c27853fff p11-kit: updated to 0.20.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-18 21:17:27 +02:00
Nikos Mavrogiannopoulos
7a7e9ae46f libtasn1: updated to version 4.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-15 21:25:57 +02:00
sbyx
7208a95647 Merge pull request #308 from mwarning/master
libs/libsodium: add LIBSODIUM_MINIMAL
2014-09-15 17:43:02 +02:00
Hauke Mehrtens
d013ed39e6 libnatpmp: add from oldpackages
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>
2014-09-14 15:56:57 +02:00
Moritz Warning
5948b0a632 libs/libsodium: add LIBSODIUM_MINIMAL 2014-09-13 23:22:48 +02:00
Etienne CHAMPETIER
eb07b2c055 libs/neon: update to latest, add maintainer, add description
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>
2014-09-12 21:16:10 +02:00
Etienne CHAMPETIER
2c21f90b84 libs/neon: import from old packages
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-09-12 19:23:44 +02:00
Ted Hess
c33600e476 alsa-lib: update to 1.0.28, refresh patches, add myself as PKG_MAINTAINER
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-12 10:49:27 -04:00
sbyx
b99b1c9e92 Merge pull request #294 from cjkoenig/update_liburcu
liburcu: Update to 0.8.4
2014-09-09 15:38:50 +02:00
Christoph König
643157b865 liburcu: Update to 0.8.4
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
2014-09-08 19:49:18 +02:00
champtar
978dc488e9 Merge pull request #289 from cjkoenig/update_sqlite
sqlite3: update to 3.8.6
2014-09-07 12:08:51 +02:00
Christoph König
f64163525e sqlite3: update to 3.8.6
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
2014-09-07 10:07:59 +02:00
Thomas Heil
80fa48c5a3 Merge pull request #282 from mhei/libs/pcre
pcre: small makefile fixes
2014-09-06 15:29:55 +02:00
Nikos Mavrogiannopoulos
d83e91fb73 gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-06 15:18:55 +02:00
Michael Heimpold
bd02c168cd pcre: small makefile fixes
- 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>
2014-09-05 23:34:43 +02:00
Michael Heimpold
dfa0c226ba libexpat: do not install soname symlink
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>
2014-09-05 23:20:48 +02:00
sbyx
e4130ad94e Merge pull request #279 from damianorenfer/master
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
2014-09-05 09:55:12 +02:00
Damiano Renfer
4c62b9463c libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-05 09:36:28 +02:00
Michael Heimpold
868c69082a libmodbus: include licensing information
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-09-04 21:29:01 +02:00
Steven Barth
72063428e6 libsodium: remove DEFAULT
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-04 17:43:36 +02:00
Michael Heimpold
3f4b17b150 expat: small makefile fixes
- fix licensing file list
- install pkgconfig file
- drop explicite call to Build/Compile
- use PKG_INSTALL

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-09-03 23:09:04 +02:00
Damiano Renfer
6c91732b07 libsodium: add package, version 0.7.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-02 22:13:38 +02:00
Nikos Mavrogiannopoulos
6b3b219c16 gnutls: set USE_MIPS16 to zero
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-30 23:33:26 +02:00
Matthias Schiffer
b937b33685 nacl: increment package release
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:38:06 +02:00
Matthias Schiffer
2f517518e6 nacl: disable mips16 as it significantly decreases performance
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:26:19 +02:00
Jacob Siverskog
66817dee95 protobuf-c: Add license information.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
2014-08-27 15:35:13 +02:00
sbyx
288232110a Merge pull request #250 from psycho-nico/my-updates
libarchive: cleanup & fixes
2014-08-26 11:14:39 +02:00
Steven Barth
b524135778 libsoxr: don't use moving target HEAD as source version
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-26 11:05:29 +02:00
Nicolas Thill
df9f3b7b72 libarchive: cleanup & fixes
Disable unused stuff explicitely, cleanup package def, only install useful devel stuff

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-26 10:00:12 +02:00
Jacob Siverskog
459a47b0cf protobuf-c: Bump version to 1.0.1.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
2014-08-26 09:11:26 +02:00
Johannes Morgenroth
6be97e5371 ibrdtn: Add autoreconf to fixup
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>
2014-08-25 18:35:22 +02:00
Mike Brady
4b873427d6 libsoxr: initial commit
Signed-off-by: Mike Brady <mikebrady@eircom.net>
2014-08-25 16:31:11 +01:00
sbyx
ef10bde4d0 Revert "libsoxr – The SoX Resampler library – add package request" 2014-08-25 16:51:38 +02:00
sbyx
8c5ab711cc Merge pull request #244 from mikebrady/master
libsoxr – The SoX Resampler library – add package request
2014-08-25 16:49:28 +02:00
sbyx
1310ac5896 Merge pull request #236 from ejonny/libarchive-reduce-dependencies
libarchive: Reduce dependencies by disabling them using configure args
2014-08-25 16:46:36 +02:00
Mike Brady
3786ec64cb Add license code 2014-08-25 15:41:20 +01:00
Mike Brady
2680ebcb80 Add libsoxr -- it performs one-dimensional sample-rate conversion 2014-08-25 15:27:01 +01:00
Johannes Morgenroth
719ed2b98b ibrdtn: Disable dependency on glib-2.0 library
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-24 11:59:06 +02:00
Nikos Mavrogiannopoulos
b73d80200a libtasn1: updated to 4.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-24 10:18:38 +02:00
Nikos Mavrogiannopoulos
d22670e760 gnutls: updated to 3.2.17
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-24 10:15:55 +02:00
Johannes Morgenroth
1dc00a2b0a libarchive: Reduce dependencies by disabling them using configure args
In order to reduce the dependencies, this patch disables following features:
 * Extended Attributes
 * ACL support
 * bzip2 through bz2lib
 * lzop through liblzo2
 * crypto support from Nettle
 * xar through libxml2

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-23 15:53:12 +02:00
Nicolas Thill
7c4f8a350c libnetfilter-queue: import from old packages feed
- update to latest version (v1.0.2)
 - add dependency on libmnl
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:11 +02:00
Nicolas Thill
d3b6ea7140 libnetfilter-log: import from old packages feed
- update to latest version (v1.0.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Nicolas Thill
2a3b9adae1 libnetfilter-acct: import new package
libnetfilter_acct is a userspace library providing a programming interface
(API) to the extended accounting infrastructure.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Nicolas Thill
671fc5a589 libdbi-drivers: import from old packages feed
- rename packages from libdbi-drivers-* to libdbd-*
 - cleanup title & description
 - remove SQLite v2 driver
 - use PKG_INSTALL
 - add a BuildPlugin macro to package drivers
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Nicolas Thill
1fa3b600e6 libdbi: import from old packages feed
- cleanup title & description
 - install dbi.pc during InstallDev
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Nicolas Thill
265f6bfb21 opus: import new package
Opus is a totally open, royalty-free, highly versatile audio codec.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Johannes Morgenroth
4af4395e2d libarchive: Add missing dependencies
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:35:35 +02:00
Johannes Morgenroth
3c3d95b0b8 ibrdtn: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:33:56 +02:00
Johannes Morgenroth
ebe346b616 ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:33:45 +02:00
Johannes Morgenroth
efb7c5fc59 dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:33:37 +02:00
Johannes Morgenroth
2c28b81816 libarchive: Fix install target
This commit replaces the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:08:01 +02:00
Johannes Morgenroth
ab25b5cb10 ibrdtn: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:07:58 +02:00
Johannes Morgenroth
ea805a8f26 ibrcommon: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:07:55 +02:00
Johannes Morgenroth
269a79e8c1 dtndht: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:07:51 +02:00
Jiri Slachta
53e1532b68 nspr: update to 3.16.4
This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-21 20:01:26 +02:00
Nicolas Thill
c5576e392e Merge branch 'nico/import-liblo' 2014-08-21 16:59:36 +02:00
Nicolas Thill
5b87eb7290 freetype: import from old packages feed
- update to latest version (v2.5.3)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-20 21:06:49 +02:00
Nicolas Thill
c57058da44 liblo: import from old packages feed
- update to latest version (v0.28)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-20 15:52:06 +02:00
Johannes Morgenroth
b51142a18b ibrdtn: add new package
The ibrdtn is a C++ library for DTN related objects to process bundle data and
talk to the DTN daemon of IBR-DTN. It is development together with IBR-DTN an
implementation of DTN stack following the Bundle Protocol RFC 5050.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-20 12:44:11 +02:00
Johannes Morgenroth
74e2ccff82 ibrcommon: add new package
The ibrcommon is a C++ abstraction library for several platforms (linux,
win32, osx, ...) and is development together with IBR-DTN an implementation
of DTN stack following the Bundle Protocol RFC 5050.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-20 12:43:58 +02:00
Johannes Morgenroth
c8b84ec8ae dtndht: add new package
DTN-DHT is a library providing a fully distributed Bittorrent DHT based
naming service especially for DTN Bundle Protocol EIDs (RFC 5050). It can
be used for all IP (v4/v6) based networks.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-20 12:43:33 +02:00
Johannes Morgenroth
a4e21e7216 libarchive: add new package
Multi-format archive and compression library

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-20 12:43:30 +02:00
Marcel Denia
aa90b27693 db47: Update to 4.7.25.4
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:40 +02:00
Marcel Denia
e062c4b69e db47: Correct license
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:40 +02:00
Marcel Denia
11e2d68394 db47: Update URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:40 +02:00
Marcel Denia
9da8819907 libidn: Update to 1.29
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:40 +02:00
Marcel Denia
36347315bf libidn: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:29 +02:00
Marcel Denia
e00a282f87 gdbm: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:22 +02:00
Etienne CHAMPETIER
ef6c65077e vips: disable PKG_CHECK_FORMAT_SECURITY
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-08-12 23:07:01 +02:00
Steven Barth
a7671356fe libpam: fix package source to unbreak BB build
Yesterday's CVE-fix changed the package source URL to an invalid location.
Reverting this change to unbreak builds.

Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 17:38:15 +02:00
Steven Barth
272f3b43cd libsigc++: define package license
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 08:01:01 +02:00
Steven Barth
522fb42e1c libsigc++: update to 2.3.2
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 07:59:14 +02:00
Nikos Mavrogiannopoulos
0a232ca6c6 libpam: Applied fix for CVE-2014-2583
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-11 18:22:19 +02:00
Luka Perkov
3c16d44eeb file: bump to 5.19
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-08-11 14:26:13 +02:00
Luka Perkov
4ca8a2dbc2 nspr: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-08-11 00:44:32 +02:00
Ted Hess
e80a7a4e42 Merge pull request #180 from MikePetullo/libdmapsharing
Copy libdmapsharing package from old repository and update (this is necessary for a forthcoming dmapd package addition)
2014-08-10 15:20:07 -04:00
W. Michael Petullo
87193b25cd cyrus-sasl: add maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:06:41 -04:00
W. Michael Petullo
c79d250e75 libdmapsharing: update to 2.9.28
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:02:31 -04:00
W. Michael Petullo
adb3c66d7d Merge remote-tracking branch 'openwrt/master' into libdmapsharing 2014-08-10 14:34:54 -04:00
Daniel Golle
96cec85081 libowfat: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:59:28 +02:00
Daniel Golle
a2d793286b engine_pkcs11: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:54:18 +02:00
Daniel Golle
60e2f882b8 libp11: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:52:59 +02:00
Ian Leonard
f5a1d1bba6 Merge branch 'master' into license-updates
Signed-off-by: Ian Leonard <antonlacon@gmail.com>

Conflicts:
	devel/patch/Makefile
	multimedia/minidlna/Makefile
2014-08-10 01:09:06 -07:00
Jiri Slachta
f2d0e23959 libssh2: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:25:44 +02:00
Jiri Slachta
364de5bc3f tiff: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:25:21 +02:00
Jiri Slachta
90c93bed5c libxslt: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:24:48 +02:00
W. Michael Petullo
19ee0ac935 Copy libdmapsharing package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-09 19:56:31 -04:00
Matthias Schiffer
3a03753dc0 nacl: add licensing information
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-09 05:16:22 +02:00
Matthias Schiffer
910d3a956c libuecc, fastd: add licensing information
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-09 04:58:58 +02:00
Steven Barth
b349ec1d0e libftdi1: mark as non-MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-08 13:11:06 +02:00
Steven Barth
60b182c719 libftdi: mark as non-MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-08 13:07:17 +02:00
sbyx
72ebc0ded7 Merge pull request #164 from MikePetullo/vips
Copy vips package from old repository and update (this is necessary for a forthcoming dmapd package addition)
2014-08-08 06:59:14 +02:00
W. Michael Petullo
8c57e91ae3 vips: update to 7.38.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-07 17:00:17 -04:00
W. Michael Petullo
db2cad7e7c Copy vips package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-07 16:49:40 -04:00
W. Michael Petullo
53f1b27ea0 libsoup: update to 2.44.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-07 16:46:29 -04:00
Ted Hess
d54d7c29a5 Merge branch 'gstreamer1' of https://github.com/MikePetullo/packages 2014-08-07 13:09:39 -04:00