Commit graph

2324 commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
1ed01ba09e openconnect: updated to 7.04
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-28 20:31:43 +01:00
Marko Ratkaj
2a9ddbcc54 dansguardian: minor fix in init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 11:20:17 +01:00
Marko Ratkaj
ae6f5aef85 dansguardian: fix trailing white spaces
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-01-28 09:47:54 +01:00
Marcel Denia
f7357407f8 perl-www-mechanize: Update to 1.74
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-28 05:09:49 +01:00
Luka Perkov
0fbe9331a9 dansguardian: import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-28 02:09:20 +01:00
tripolar
82e45533a9 Merge pull request #828 from jow-/glib2-2.43.3-linker-fix
glib2: fix missing gobject library when linking glib-compile-resources (#826)
2015-01-28 00:52:13 +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
Steven Barth
fa2c097b0d Merge pull request #827 from salzmdan/master
knot: update to 1.6.1
2015-01-27 14:25:38 +01:00
Daniel Salzman
fdfacf24ea knot: update to 1.6.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-01-27 09:36:15 +01: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
Ted Hess
3546025df4 Merge pull request #824 from RussellSenior/patch-2.7.3
patch: bump to version 2.7.3
2015-01-26 10:14:20 -05:00
Russell Senior
734538e14e patch: bump to version 2.7.3
Signed-off-by: Russell Senior <russell@personaltelco.net>
2015-01-26 06:57:50 -08:00
Ted Hess
c67331940c Merge pull request #823 from thess/shairport-new
shairport-sync: New package from MikeBrady
2015-01-26 06:52:20 -05:00
Ted Hess
c742c5c49a shairport-sync: New package from MikeBrady
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-25 20:14:18 -05:00
Ted Hess
ebcd0936ee Merge pull request #819 from probonopd/hub-ctrl
hub-ctrl: Control USB power on a port by port basis
2015-01-25 18:57:30 -05:00
Daniel Golle
9082a3efac lvm2: bump to version 2.02.115
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-01-26 00:16:44 +01:00
Luka Perkov
155398e723 snort: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 23:36:45 +01:00
probonopd
32020cbc63 hub-ctrl: Control USB power on a port by port basis
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-01-25 22:30:42 +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
Nikos Mavrogiannopoulos
2201c608f2 Merge pull request #818 from probonopd/announce
announce: Announce services on the network with Zeroconf/Bonjour
2015-01-25 14:13:30 +01:00
Steven Barth
317ccf4d72 Merge pull request #820 from pesintta/master
alpine: update to 2.20
2015-01-25 13:03:54 +01:00
probonopd
eeec3dcb4b announce: Announce services on the network with Zeroconf/Bonjour
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-01-25 11:52:21 +01:00
Antti Seppälä
fb65b9d460 alpine: update to 2.20
New version requires a patch to skip openssl runtime checking when cross-compiling.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2015-01-25 12:43:24 +02:00
Nikos Mavrogiannopoulos
fd5970343d Merge pull request #816 from chris5560/master
luci-app-privoxy: will be moved to github/luci
2015-01-25 08:47:36 +01:00
Luiz Angelo Daros de Luca
5d1c7b2083 gst1-plugins-good: enable video4linux2 plugin
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-24 22:42:18 -02:00
Marcel Denia
2153bf4edd perl-test-harness: Update to 3.35
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-25 00:24:45 +01:00
Marcel Denia
12be7b3835 perl-compress-bzip2: Update to 2.20
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-01-25 00:24:45 +01:00
Álvaro Fernández Rojas
aae3d2c9a0 sumo: add new package
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-25 00:19:21 +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
Ted Hess
21c7162d97 Merge pull request #817 from probonopd/madplay
madplay: import from old packages feed
2015-01-24 12:48:18 -05:00
probonopd
623b21e5ca madplay: Create Makefile
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-01-24 17:47:03 +01:00
Nikos Mavrogiannopoulos
e3e33e10dd ocserv: enable min-reauth-time in default configuration
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-24 13:59:08 +01:00
Christian Schoenebeck
5873f8023a luci-app-privoxy: will be moved to github/luci
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-24 10:06:04 +01:00
Luiz Angelo Daros de Luca
fc9f7a7b6b gst1-plugins-base: create libgst1allocators pkg
libgst1allocators was compiled but not packaged.
It is needed for v4l2 good plugin

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:34:15 -02:00
Luiz Angelo Daros de Luca
2180b50799 Merge pull request #814 from luizluca/gst-create-videoconvert
gst1-plugins-base: add videoconvert plugin
2015-01-23 21:31:54 -02:00
Luiz Angelo Daros de Luca
7ef52fc43b gst1-plugins-base: add videoconvert plugin
videoconvert is the successor of ffmpegcolorspace in gst1.x

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-23 21:24:58 -02:00
Michael Heimpold
925ee26c1d php5: update to 5.4.37
This include fixes for CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-01-23 23:34:27 +01:00
Álvaro Fernández Rojas
0c70592101 xupnpd: update to r404
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-23 22:50:57 +01:00
Álvaro Fernández Rojas
0343b3fad8 unrar: update to 5.2.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-23 22:50:14 +01:00
Steven Barth
a21f4c13a8 Merge pull request #805 from luizluca/gst-cleanup
gst1-plugins-base: remove unused configure opt
2015-01-23 19:03:48 +01:00
Steven Barth
b855ee2f6b Merge pull request #813 from MikePetullo/master
openldap: remove --without-tls
2015-01-23 19:03:26 +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
Zoltan HERPAI
3fa281e56e sshfs: import from oldpackages feed
- update to latest 2.5
 - add license info
 - add maintainer

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2015-01-23 01:11:24 +01:00
Steven Barth
e5af27480e ola: mark as @BROKEN for now, breaks builds
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-22 20:38:35 +01:00
Alessandro Di Marco
1a82f58f8e svox: add package
Signed-off-by: Alessandro Di Marco <dmr@ethzero.com>
2015-01-22 12:55:28 +01:00
Luiz Angelo Daros de Luca
c0a869cddb gst1-plugins-base: remove unused configure opt
./configure was warning that all these options are unrecognized:
  --disable-alsa-test
  --disable-ffmpegcolorspace
  --disable-gnome_vfs
  --disable-gst_v4l
  --disable-oggtest
  --disable-vorbistest

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-22 00:21:29 -02:00
Jo-Philipp Wich
3505f198bb ola: use https:// urls for cloning
The SSH transport can trigger interactive prompts during the build,
this is failing all build bots atm.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-21 14:24:27 +01:00