feed/packages.git
10 years agosqm-scripts: make run.sh ignore spurious incomplete hotplug ifups
Sebastian Moeller [Thu, 5 Mar 2015 09:42:26 +0000 (10:42 +0100)]
sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups

During system start up pppoe devices seem to receice ifup events before
the interface actually exists. This commit makes sqm's run.sh script
test whether the sys files for an interface exist before actually trying
to start an SQM instance on an interface. This seems to nicely avoid
starting on an not fully established pppoe interface and avoids a number
of error messages during startup.

In addition, debug logging is disabled.

Signed-off-by: Sebastian Moeller <[email protected]>
10 years agoudpxy: fix build on OS X and clean up Makefile
Álvaro Fernández Rojas [Thu, 5 Mar 2015 12:52:38 +0000 (13:52 +0100)]
udpxy: fix build on OS X and clean up Makefile

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
10 years agoMerge pull request #930 from plntyk/nfs_libblkid
tripolar [Wed, 4 Mar 2015 23:15:53 +0000 (00:15 +0100)]
Merge pull request #930 from plntyk/nfs_libblkid

nfs-kernel-server: fix build with libblkid, libuuid

10 years agomailsend: split into 2 packages - with SSL and without SSL
Ted Hess [Wed, 4 Mar 2015 21:52:02 +0000 (16:52 -0500)]
mailsend: split into 2 packages - with SSL and without SSL

Signed-off-by: Ted Hess <[email protected]>
10 years agolibuv: add package
Luka Perkov [Wed, 4 Mar 2015 13:41:56 +0000 (14:41 +0100)]
libuv: add package

Signed-off-by: Luka Perkov <[email protected]>
10 years agoMerge pull request #987 from plntyk/gnutls-fixes-v2
Ted Hess [Wed, 4 Mar 2015 19:59:32 +0000 (14:59 -0500)]
Merge pull request #987 from plntyk/gnutls-fixes-v2

Gnutls fixes v2

10 years agonfs-kernel-server: fix build with libblkid, libuuid
Dirk Neukirchen [Thu, 19 Feb 2015 14:07:18 +0000 (15:07 +0100)]
nfs-kernel-server: fix build with libblkid, libuuid

config.log reports
WARNING: uuid support disabled as libblkid is too old
because the test macro AC_BLKID_VERS is not cross compile friendly
resulting in libblkid_cv_is_recent=unknown

Signed-off-by: Dirk Neukirchen <[email protected]>
10 years agognutls: cleanup old code
Dirk Neukirchen [Thu, 19 Feb 2015 18:04:57 +0000 (19:04 +0100)]
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 <[email protected]>
10 years agognutls: fix build with librt
Dirk Neukirchen [Thu, 19 Feb 2015 17:05:14 +0000 (18:05 +0100)]
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 <[email protected]>
10 years agoMerge pull request #985 from BerlinMeshnet/dkjson-update
Steven Barth [Wed, 4 Mar 2015 07:23:54 +0000 (08:23 +0100)]
Merge pull request #985 from BerlinMeshnet/dkjson-update

Update dkjson

10 years agodkjson: bump release
Lars Gierth [Tue, 3 Mar 2015 21:26:13 +0000 (22:26 +0100)]
dkjson: bump release

Signed-off-by: Lars Gierth <[email protected]>
10 years agodkjson: update PKG_MD5SUM
Lars Gierth [Tue, 3 Mar 2015 21:25:17 +0000 (22:25 +0100)]
dkjson: update PKG_MD5SUM

Signed-off-by: Lars Gierth <[email protected]>
10 years agoMerge pull request #983 from Shulyaka/master
Steven Barth [Tue, 3 Mar 2015 20:05:56 +0000 (21:05 +0100)]
Merge pull request #983 from Shulyaka/master

mailman: version upgrade to 2.1.19

10 years agoMerge pull request #984 from luizluca/ruby-update_to_2.2.1
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:09:19 +0000 (16:09 -0300)]
Merge pull request #984 from luizluca/ruby-update_to_2.2.1

ruby: update to 2.2.1

10 years agoruby: update to 2.2.1
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:03:33 +0000 (16:03 -0300)]
ruby: update to 2.2.1

For ruby changes since 2.2.0:
 http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog

No relevant changes for OpenWRT.

Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
10 years agoTeach SQM hotplug tricks
Sebastian Moeller [Tue, 3 Mar 2015 12:23:53 +0000 (13:23 +0100)]
Teach SQM hotplug tricks

Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...

10 years agomailman: version upgrade to 2.1.19
Denis Shulyaka [Tue, 3 Mar 2015 15:11:09 +0000 (18:11 +0300)]
mailman: version upgrade to 2.1.19

Signed-off-by: Denis Shulyaka <[email protected]>
10 years agoMerge pull request #976 from thess/boost-work
Ted Hess [Tue, 3 Mar 2015 12:58:05 +0000 (07:58 -0500)]
Merge pull request #976 from thess/boost-work

boost: reorganize menus, fix some build dependencies and ABI selections

10 years agoMerge pull request #982 from jszakmeister/update-socat
Ted Hess [Tue, 3 Mar 2015 12:57:43 +0000 (07:57 -0500)]
Merge pull request #982 from jszakmeister/update-socat

Upgrade socat to 1.7.3.0.

10 years agoUpgrade socat to 1.7.3.0.
John Szakmeister [Tue, 3 Mar 2015 11:37:18 +0000 (06:37 -0500)]
Upgrade socat to 1.7.3.0.

The cross-compiling patch is no longer necessary.  Also added librt as a
dependency, since it is required.  This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.

Signed-off-by: John Szakmeister <[email protected]>
10 years agoMerge pull request #979 from mstorchak/attr
Ted Hess [Mon, 2 Mar 2015 23:44:36 +0000 (18:44 -0500)]
Merge pull request #979 from mstorchak/attr

attr: update to 20150220

10 years agoattr: update to 20150220
Maxim Storchak [Mon, 2 Mar 2015 22:17:36 +0000 (00:17 +0200)]
attr: update to 20150220

Signed-off-by: Maxim Storchak <[email protected]>
10 years agolibv4l: Update to latest version 1.6.2
Ted Hess [Mon, 2 Mar 2015 21:49:46 +0000 (16:49 -0500)]
libv4l: Update to latest version 1.6.2

Signed-off-by: Ted Hess <[email protected]>
10 years agoMerge pull request #956 from fissie/master
Steven Barth [Mon, 2 Mar 2015 20:53:45 +0000 (21:53 +0100)]
Merge pull request #956 from fissie/master

fix aiccu requiretls option handling

10 years agoaiccu: fix requiretls option handling
Jan Sembera [Wed, 25 Feb 2015 21:05:49 +0000 (22:05 +0100)]
aiccu: fix requiretls option handling

requiretls is a boolean value in aiccu config that only accepts true and
false as values, not "1" or "0" that UCI provides.

Signed-off-by: Jan Sembera <[email protected]>
10 years agoMerge pull request #974 from lijpsummer/master
Steven Barth [Mon, 2 Mar 2015 20:18:25 +0000 (21:18 +0100)]
Merge pull request #974 from lijpsummer/master

update opencv version as 2.4.11

10 years agoMerge pull request #978 from roger-/master
Steven Barth [Mon, 2 Mar 2015 20:17:44 +0000 (21:17 +0100)]
Merge pull request #978 from roger-/master

micropython: update to latest

10 years agomicropython-lib: update to latest
Roger [Mon, 2 Mar 2015 19:30:16 +0000 (13:30 -0600)]
micropython-lib: update to latest

Signed-off-by: Roger D <[email protected]>
10 years agomicropython: update to latest
Roger [Mon, 2 Mar 2015 19:27:35 +0000 (13:27 -0600)]
micropython: update to latest

Signed-off-by: Roger D <[email protected]>
10 years agovim: import from old packages
Marko Ratkaj [Mon, 2 Mar 2015 15:52:12 +0000 (16:52 +0100)]
vim: import from old packages

Signed-off-by: Marko Ratkaj <[email protected]>
10 years agoboost: reorganize menus, fix some build dependencies and ABI selections
Ted Hess [Mon, 2 Mar 2015 18:21:30 +0000 (13:21 -0500)]
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 <[email protected]>
10 years agoupdate opencv version as 2.4.11
Jianping Li [Mon, 2 Mar 2015 16:59:52 +0000 (16:59 +0000)]
update opencv version as 2.4.11

Signed-off-by: Jianping Li <[email protected]>
10 years agoMerge pull request #973 from mstorchak/wget
Ted Hess [Mon, 2 Mar 2015 12:53:53 +0000 (07:53 -0500)]
Merge pull request #973 from mstorchak/wget

wget: update to 1.16.2

10 years agoperl-uri: Update to 1.67
Marcel Denia [Mon, 2 Mar 2015 09:18:00 +0000 (10:18 +0100)]
perl-uri: Update to 1.67

Signed-off-by: Marcel Denia <[email protected]>
10 years agolibsigc++: bump to 2.4.1
Steven Barth [Mon, 2 Mar 2015 09:01:47 +0000 (10:01 +0100)]
libsigc++: bump to 2.4.1

Signed-off-by: Steven Barth <[email protected]>
10 years agowget: update to 1.16.2
Maxim Storchak [Mon, 2 Mar 2015 08:22:05 +0000 (10:22 +0200)]
wget: update to 1.16.2

Signed-off-by: Maxim Storchak <[email protected]>
10 years agoMerge pull request #958 from aTanW/master
Steven Barth [Mon, 2 Mar 2015 07:01:00 +0000 (08:01 +0100)]
Merge pull request #958 from aTanW/master

gammu: change startup/config file names to avoid potential conflict

10 years agoMerge pull request #938 from kissg1988/seafile
Steven Barth [Mon, 2 Mar 2015 07:00:03 +0000 (08:00 +0100)]
Merge pull request #938 from kissg1988/seafile

seafile: deleted outdated patch

10 years agoMerge pull request #969 from kissg1988/libevhtp
Steven Barth [Mon, 2 Mar 2015 06:59:27 +0000 (07:59 +0100)]
Merge pull request #969 from kissg1988/libevhtp

libevhtp: update to version 1.2.10

10 years agoMerge pull request #878 from jow-/lxc-autoconf-fix
Steven Barth [Mon, 2 Mar 2015 06:58:37 +0000 (07:58 +0100)]
Merge pull request #878 from jow-/lxc-autoconf-fix

lxc: use generic autoreconf fixup

10 years agoMerge pull request #873 from jow-/umurmur-autoconf-fix
Steven Barth [Mon, 2 Mar 2015 06:58:20 +0000 (07:58 +0100)]
Merge pull request #873 from jow-/umurmur-autoconf-fix

umurmur: use generic autoreconf fixup

10 years agoMerge pull request #962 from sairon/python-fix-distutils-adjusting-path
Steven Barth [Mon, 2 Mar 2015 06:47:20 +0000 (07:47 +0100)]
Merge pull request #962 from sairon/python-fix-distutils-adjusting-path

python: patch distutils adjusting path in scripts' shebang

10 years agoMerge pull request #963 from commodo/python-compileall-reduce
Steven Barth [Mon, 2 Mar 2015 06:46:40 +0000 (07:46 +0100)]
Merge pull request #963 from commodo/python-compileall-reduce

python: reduce size of patch 130

10 years agoMerge pull request #964 from mstorchak/haserl
Steven Barth [Mon, 2 Mar 2015 06:46:11 +0000 (07:46 +0100)]
Merge pull request #964 from mstorchak/haserl

haserl: update to 0.9.34

10 years agolibevhtp: update to version 1.2.10
Gergely Kiss [Sun, 1 Mar 2015 17:24:23 +0000 (18:24 +0100)]
libevhtp: update to version 1.2.10

Signed-off-by: Gergely Kiss <[email protected]>
10 years agoMerge pull request #945 from amrhassan/json4lua
Ted Hess [Sun, 1 Mar 2015 14:33:51 +0000 (09:33 -0500)]
Merge pull request #945 from amrhassan/json4lua

JSON4Lua: Add new package

10 years agoMerge pull request #944 from amrhassan/uuid
Ted Hess [Sun, 1 Mar 2015 14:33:27 +0000 (09:33 -0500)]
Merge pull request #944 from amrhassan/uuid

UUID: Add new package

10 years agoMerge pull request #943 from amrhassan/master
Ted Hess [Sun, 1 Mar 2015 14:33:04 +0000 (09:33 -0500)]
Merge pull request #943 from amrhassan/master

LuaRocks: Add new package

10 years agoMerge pull request #968 from antonlacon/ffmpeg-2.5.x
Ted Hess [Sun, 1 Mar 2015 14:24:58 +0000 (09:24 -0500)]
Merge pull request #968 from antonlacon/ffmpeg-2.5.x

ffmpeg: update to 2.5.4

10 years agoJSON4Lua: Add new package
Amr Hassan [Sun, 22 Feb 2015 13:55:07 +0000 (15:55 +0200)]
JSON4Lua: Add new package

Signed-off-by: Amr Hassan <[email protected]>
10 years agoUUID: Add new package
Amr Hassan [Sun, 22 Feb 2015 13:52:52 +0000 (15:52 +0200)]
UUID: Add new package

Signed-off-by: Amr Hassan <[email protected]>
10 years agoLuaRocks: Add new package
Amr Hassan [Sun, 22 Feb 2015 11:34:42 +0000 (13:34 +0200)]
LuaRocks: Add new package

Signed-off-by: Amr Hassan <[email protected]>
10 years agoMerge pull request #965 from chris5560/master
Ted Hess [Sun, 1 Mar 2015 01:50:55 +0000 (20:50 -0500)]
Merge pull request #965 from chris5560/master

ddns-scripts: implements usage of nsupdate to direct update DNS servers

10 years agoMerge pull request #941 from commodo/ovs-fix
Ted Hess [Sun, 1 Mar 2015 01:44:48 +0000 (20:44 -0500)]
Merge pull request #941 from commodo/ovs-fix

openvswitch: limit package to supported kernel versions

10 years agoffmpeg: update to 2.5.4
Ian Leonard [Sun, 15 Feb 2015 23:17:07 +0000 (15:17 -0800)]
ffmpeg: update to 2.5.4

Signed-off-by: Ian Leonard <[email protected]>
10 years agoddns-scripts: implements usage of nsupdate to direct update DNS servers
Christian Schoenebeck [Sat, 28 Feb 2015 15:43:02 +0000 (16:43 +0100)]
ddns-scripts: implements usage of nsupdate to direct update DNS servers

* new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate.
  suggested by Jan Riechers (Pull #957) many thanks!
* updated tld-names.dat

Signed-off-by: Christian Schoenebeck <[email protected]>
10 years agohaserl: update to 0.9.34
Maxim Storchak [Sat, 28 Feb 2015 10:04:51 +0000 (12:04 +0200)]
haserl: update to 0.9.34

Signed-off-by: Maxim Storchak <[email protected]>
10 years agoMerge pull request #960 from MikePetullo/master
Ted Hess [Fri, 27 Feb 2015 17:35:30 +0000 (12:35 -0500)]
Merge pull request #960 from MikePetullo/master

php5: update to 5.6.6

10 years agomjpg-streamer: Update version of cambozola.jar
Ted Hess [Fri, 27 Feb 2015 17:24:40 +0000 (12:24 -0500)]
mjpg-streamer: Update version of cambozola.jar

Signed-off-by: Ted Hess <[email protected]>
10 years agopython: patch distutils adjusting path in scripts' shebang
Jan Čermák [Fri, 27 Feb 2015 13:32:56 +0000 (14:32 +0100)]
python: patch distutils adjusting path in scripts' shebang

When distutils are copying scripts, path to Python interpreter is adjusted.
This does not work well in OpenWrt buildroot, because the path is adjusted
to absolute path to host Python then. This patch simply disables the
adjusting of the path.

Signed-off-by: Jan Čermák <[email protected]>
10 years agolibseccomp: remove legacy cruft
Nikos Mavrogiannopoulos [Fri, 27 Feb 2015 16:28:44 +0000 (17:28 +0100)]
libseccomp: remove legacy cruft

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agopython: reduce size of patch 130
Alexandru Ardelean [Fri, 27 Feb 2015 16:07:52 +0000 (18:07 +0200)]
python: reduce size of patch 130

Try to reduce the amount of change in this patch, since it removes
a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines.

The buildroot project does something similar like this:
http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch

Signed-off-by: Alexandru Ardelean <[email protected]>
10 years agophp5: update to 5.6.6
W. Michael Petullo [Fri, 27 Feb 2015 03:45:43 +0000 (22:45 -0500)]
php5: update to 5.6.6

Signed-off-by: W. Michael Petullo <[email protected]>
10 years agogammu: change startup/config file names to avoid potential conflict
aTanW [Thu, 26 Feb 2015 12:51:39 +0000 (15:51 +0300)]
gammu: change startup/config file names to avoid potential conflict

Signed-Off-By: Vitaly Protsko <[email protected]>
---
 Makefile         |    8 ++++----
 files/gammu.init |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

10 years agognutls: updated to 3.3.13
Nikos Mavrogiannopoulos [Wed, 25 Feb 2015 22:18:28 +0000 (23:18 +0100)]
gnutls: updated to 3.3.13

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoMerge pull request #954 from sairon/python-ensurepip-removal
Steven Barth [Wed, 25 Feb 2015 07:40:08 +0000 (08:40 +0100)]
Merge pull request #954 from sairon/python-ensurepip-removal

python: removed ensurepip module

10 years agoMerge pull request #955 from tru7/apcupsd
Ted Hess [Tue, 24 Feb 2015 22:56:02 +0000 (17:56 -0500)]
Merge pull request #955 from tru7/apcupsd

apcupsd: add driver modbus-usb

10 years agoMerge pull request #952 from ClaymorePT/master
Ted Hess [Tue, 24 Feb 2015 22:55:08 +0000 (17:55 -0500)]
Merge pull request #952 from ClaymorePT/master

boost: Dependencies, architectures updates and lib additions

10 years agoapcupsd: add driver modbus-usb
Othmar Truniger [Tue, 24 Feb 2015 21:41:53 +0000 (22:41 +0100)]
apcupsd: add driver modbus-usb

Signed-off-by: Othmar Truniger <[email protected]>
10 years agoMerge pull request #926 from ryzhovau/master
Ted Hess [Tue, 24 Feb 2015 20:28:36 +0000 (15:28 -0500)]
Merge pull request #926 from ryzhovau/master

msmtp-nossl: prerm

10 years agopython: removed ensurepip module
Jan Čermák [Tue, 24 Feb 2015 17:33:29 +0000 (18:33 +0100)]
python: removed ensurepip module

This module is not necessary in OpenWrt because the functionality it
provides (i.e. installation of setuptools and PIP) is ensured by
python-pip and python-setuptools packages.

See: https://docs.python.org/2.7/library/ensurepip.html

Signed-off-by: Jan Čermák <[email protected]>
10 years agoMerge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1
Ted Hess [Tue, 24 Feb 2015 17:04:25 +0000 (12:04 -0500)]
Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1

Upgrade IBR-DTN to version 1.0.1

10 years agoibrdtn-tools: Updated to 1.0.1
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:35 +0000 (15:02 +0100)]
ibrdtn-tools: Updated to 1.0.1

Signed-off-by: Johannes Morgenroth <[email protected]>
10 years agoibrdtnd: Updated to 1.0.1
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:29 +0000 (15:02 +0100)]
ibrdtnd: Updated to 1.0.1

Signed-off-by: Johannes Morgenroth <[email protected]>
10 years agoibrdtn: Updated to 1.0.1
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:24 +0000 (15:02 +0100)]
ibrdtn: Updated to 1.0.1

Signed-off-by: Johannes Morgenroth <[email protected]>
10 years agoibrcommon: Updated to 1.0.1
Johannes Morgenroth [Tue, 24 Feb 2015 14:02:20 +0000 (15:02 +0100)]
ibrcommon: Updated to 1.0.1

Signed-off-by: Johannes Morgenroth <[email protected]>
10 years agoboost 1.57.0
cmf [Fri, 20 Feb 2015 15:00:27 +0000 (15:00 +0000)]
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 [email protected]
10 years agomsmtp: bump revision
Alexander Ryzhov [Tue, 24 Feb 2015 11:11:13 +0000 (11:11 +0000)]
msmtp: bump revision
Signed-off-by: Alexander Ryzhov <[email protected]>
10 years agophp5: upgrade to 5.4.38
Michael Heimpold [Mon, 23 Feb 2015 18:45:06 +0000 (19:45 +0100)]
php5: upgrade to 5.4.38

This fixes CVE-2015-0235 and CVE-2015-0273.

Signed-off-by: Michael Heimpold <[email protected]>
10 years agonet: mosquitto: Fix libwebsockets detection
Karl Palsson [Mon, 23 Feb 2015 15:23:14 +0000 (15:23 +0000)]
net: mosquitto: Fix libwebsockets detection

Patch suggested from upstream.  Bumping release and including the patch
directly until a point release is available.

Signed-off-by: Karl Palsson <[email protected]>
10 years agoMerge pull request #950 from salzmdan/master
Ted Hess [Mon, 23 Feb 2015 14:41:38 +0000 (09:41 -0500)]
Merge pull request #950 from salzmdan/master

knot: update to 1.6.2

10 years agoknot: update to 1.6.2
Daniel Salzman [Mon, 23 Feb 2015 08:07:16 +0000 (09:07 +0100)]
knot: update to 1.6.2

Signed-off-by: Daniel Salzman <[email protected]>
10 years agoMerge pull request #949 from ejurgensen/forked-daapd
Ted Hess [Sun, 22 Feb 2015 23:35:29 +0000 (18:35 -0500)]
Merge pull request #949 from ejurgensen/forked-daapd

forked-daapd: update to 22.3

10 years agoMerge pull request #948 from ejurgensen/libunistring
Ted Hess [Sun, 22 Feb 2015 23:34:34 +0000 (18:34 -0500)]
Merge pull request #948 from ejurgensen/libunistring

libunistring: update to 0.9.5

10 years agoMerge pull request #947 from MikePetullo/master
Ted Hess [Sun, 22 Feb 2015 23:33:38 +0000 (18:33 -0500)]
Merge pull request #947 from MikePetullo/master

krb5: update to 1.13.1

10 years agopen: update to 0.27.1
Nicolas Thill [Sun, 22 Feb 2015 22:57:51 +0000 (23:57 +0100)]
pen: update to 0.27.1

Signed-off-by: Nicolas Thill <[email protected]>
10 years agokrb5: update to 1.13.1
W. Michael Petullo [Sun, 22 Feb 2015 22:36:34 +0000 (17:36 -0500)]
krb5: update to 1.13.1

Signed-off-by: W. Michael Petullo <[email protected]>
10 years agoforked-daapd: update to 22.3
ejurgensen [Sun, 22 Feb 2015 21:49:10 +0000 (22:49 +0100)]
forked-daapd: update to 22.3

Signed-off-by: Espen Jürgensen <[email protected]>
10 years agolibunistring: update to 0.9.5
ejurgensen [Sun, 22 Feb 2015 21:47:09 +0000 (22:47 +0100)]
libunistring: update to 0.9.5

Signed-off-by: Espen Jürgensen <[email protected]>
10 years agoMerge pull request #939 from morgenroth/Add-redsocks
Ted Hess [Sun, 22 Feb 2015 19:22:50 +0000 (14:22 -0500)]
Merge pull request #939 from morgenroth/Add-redsocks

redsocks: add new package

10 years agoMerge pull request #940 from tru7/apcupsd
Ted Hess [Sun, 22 Feb 2015 18:09:05 +0000 (13:09 -0500)]
Merge pull request #940 from tru7/apcupsd

apcupsd: add cgi module

10 years agoredsocks: add new package
Johannes Morgenroth [Sun, 22 Feb 2015 16:11:33 +0000 (17:11 +0100)]
redsocks: add new package

Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.

Signed-off-by: Johannes Morgenroth <[email protected]>
10 years agoremove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Nicolas Thill [Sun, 22 Feb 2015 01:37:56 +0000 (02:37 +0100)]
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides

Signed-off-by: Nicolas Thill <[email protected]>
10 years agomosquitto: don't depend on websocket for -nossl variant
Nicolas Thill [Sun, 22 Feb 2015 01:36:35 +0000 (02:36 +0100)]
mosquitto: don't depend on websocket for -nossl variant

Signed-off-by: Nicolas Thill <[email protected]>
10 years agoopenvswitch: limit package to supported kernel versions
Alexandru Ardelean [Sat, 21 Feb 2015 17:54:20 +0000 (19:54 +0200)]
openvswitch: limit package to supported kernel versions

Signed-off-by: Alexandru Ardelean <[email protected]>
10 years agoapcupsd: add cgi module
Othmar Truniger [Sat, 21 Feb 2015 17:11:57 +0000 (18:11 +0100)]
apcupsd: add cgi module

Signed-off-by: Othmar Truniger <[email protected]>
10 years agoperl-compress-bzip2: Update to 2.22
Marcel Denia [Sat, 21 Feb 2015 07:07:39 +0000 (08:07 +0100)]
perl-compress-bzip2: Update to 2.22

Signed-off-by: Marcel Denia <[email protected]>
10 years agoortp: moved to telephony feed
Nicolas Thill [Sat, 21 Feb 2015 04:09:33 +0000 (05:09 +0100)]
ortp: moved to telephony feed

Signed-off-by: Nicolas Thill <[email protected]>
10 years agoseafile: deleted outdated patch
Gergely Kiss [Fri, 20 Feb 2015 22:15:07 +0000 (23:15 +0100)]
seafile: deleted outdated patch

Signed-off-by: Gergely Kiss <[email protected]>
10 years agonet: mosquitto: add missing libuuid dependency
Karl Palsson [Fri, 20 Feb 2015 16:56:28 +0000 (16:56 +0000)]
net: mosquitto: add missing libuuid dependency

Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <[email protected]>