feed/packages.git
9 years agoqrencode: Fix build dependency (libpng)
Ted Hess [Mon, 25 May 2015 15:50:14 +0000 (11:50 -0400)]
qrencode: Fix build dependency (libpng)

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agotcsh: update to 6.19.00
Nuno Goncalves [Mon, 25 May 2015 13:46:46 +0000 (14:46 +0100)]
tcsh: update to 6.19.00

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years agoipsec-tools: fix null dereference in racoon
Nicolas Thill [Sun, 24 May 2015 18:38:44 +0000 (20:38 +0200)]
ipsec-tools: fix null dereference in racoon

 * add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047)
 * refresh patches
 * bumb release number

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoMerge pull request #1272 from ryzhovau/xz-utils-meta
Nico [Sun, 24 May 2015 17:48:49 +0000 (19:48 +0200)]
Merge pull request #1272 from ryzhovau/xz-utils-meta

xz: add xz-utils meta package

9 years agoMerge pull request #1266 from antonlacon/libopus-1.1.x
Ted Hess [Sun, 24 May 2015 17:39:26 +0000 (13:39 -0400)]
Merge pull request #1266 from antonlacon/libopus-1.1.x

libopus: disable building unused features

9 years agoMerge pull request #1289 from clehner/master
Ted Hess [Sun, 24 May 2015 17:36:22 +0000 (13:36 -0400)]
Merge pull request #1289 from clehner/master

Fix emailrelay init script

9 years agoopenvswitch: fix build with kernel >= 3.18.13
Hauke Mehrtens [Sat, 23 May 2015 16:28:17 +0000 (18:28 +0200)]
openvswitch: fix build with kernel >= 3.18.13

This fixes a build problem with kernel >= 3.18.13.
This should close #1283.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 years agoxl2tpd: refactor for more resilience.
Yousong Zhou [Wed, 29 Apr 2015 13:11:16 +0000 (21:11 +0800)]
xl2tpd: refactor for more resilience.

 - Use netifd no_proto_task for notifying that xl2tpd does not have a
   protocol task running.
 - Use procd for xl2tpd service management.
 - Refreshed 2xx patches to

    - Prevent leftover regular type control result file.
    - Allow xl2tpd run as foreground process while logging via syslog.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
 - bumped version
 - removed dependency on `ip` package as routes are setup by netifd
   if iproute2 is actually required, please depend on
   `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip`

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoocserv: corrected checksum
Nikos Mavrogiannopoulos [Sun, 24 May 2015 09:16:28 +0000 (11:16 +0200)]
ocserv: corrected checksum

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoocserv: updated to 0.10.5
Nikos Mavrogiannopoulos [Sun, 24 May 2015 09:00:10 +0000 (11:00 +0200)]
ocserv: updated to 0.10.5

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #1284 from oneru/key-gen
Steven Barth [Sun, 24 May 2015 08:13:18 +0000 (10:13 +0200)]
Merge pull request #1284 from oneru/key-gen

Fwknopd: Backport patch to enable keygen in fwknopd

9 years agoMerge pull request #1278 from thess/vim-build-fix
Steven Barth [Sun, 24 May 2015 08:12:35 +0000 (10:12 +0200)]
Merge pull request #1278 from thess/vim-build-fix

vim: Fix false broken package status (buildbot)

9 years agoMerge pull request #1268 from dajhorn/liblz4
Steven Barth [Sun, 24 May 2015 08:11:44 +0000 (10:11 +0200)]
Merge pull request #1268 from dajhorn/liblz4

liblz4: add new package

9 years agoMerge pull request #1286 from equinox0815/pps-tools-linux3.18
Ted Hess [Sat, 23 May 2015 17:25:28 +0000 (13:25 -0400)]
Merge pull request #1286 from equinox0815/pps-tools-linux3.18

pps-tools: enable for Linux 3.18

9 years agoFix emailrelay init script 1289/head
Charles Lehner [Sat, 23 May 2015 15:29:37 +0000 (11:29 -0400)]
Fix emailrelay init script

Signed-off-by: Charles Lehner <cel@celehner.com>
9 years agoMerge pull request #1280 from antonlacon/ffmpeg-2.6.x
Ted Hess [Sat, 23 May 2015 13:00:45 +0000 (09:00 -0400)]
Merge pull request #1280 from antonlacon/ffmpeg-2.6.x

ffmpeg: switch to included opus support for libffmpeg-audio-dec and option to libffmpeg-custom

9 years agoffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoder 1280/head
Ian Leonard [Wed, 20 May 2015 06:48:24 +0000 (23:48 -0700)]
ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoder

For libffmpeg-audio-dec:

Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is
that choosing this package does not rquire any further action by the
builder in what codecs or formats should be built in.
libffmpeg-custom, the other libffmpeg to require @DEVEL, does need
further interaction.

Add @BUILD_PATENTED as at least one of the audio codecs is likely
patent protected.

Add ffmpeg's native Opus decoder to libffmpeg-audio-dec

Remove libopus dependency to libffmpeg-audio-dec as libopus provides
decode and encode support for Opus audio. Since FFmpeg can decode
Opus audio on its own, and libffmpeg-audio-dec is intended for audio
decoding, libopus is no longer required for Opus audio support.

For libffmpeg-custom:

Add in options for ffmpeg's integrated Opus decoder

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
9 years agoMerge pull request #1281 from fededim/master
Ted Hess [Fri, 22 May 2015 21:57:55 +0000 (17:57 -0400)]
Merge pull request #1281 from fededim/master

lftp: added mirror directory old to avoid build disruption on new version releases

9 years agopps-tools: enable for Linux 3.18 1286/head 1287/head
Christian Pointner [Fri, 22 May 2015 21:07:44 +0000 (23:07 +0200)]
pps-tools: enable for Linux 3.18

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
9 years agoocserv: silence warnings and set group default value
Nikos Mavrogiannopoulos [Fri, 22 May 2015 19:56:00 +0000 (21:56 +0200)]
ocserv: silence warnings and set group default value

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoFwknopd: Backport patch to enable keygen in fwknopd 1284/head
Jonathan Bennett [Thu, 21 May 2015 15:31:30 +0000 (10:31 -0500)]
Fwknopd: Backport patch to enable keygen in fwknopd
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
9 years agolftp: added mirror directory old to avoid build disruption on new version releases 1281/head
Rupan [Fri, 22 May 2015 15:29:03 +0000 (17:29 +0200)]
lftp: added mirror directory old to avoid build disruption on new version releases

Signed-off-by: Federico Di Marco fededim@gmail.com
9 years agoMerge pull request #1277 from fededim/master
Steven Barth [Fri, 22 May 2015 09:12:46 +0000 (11:12 +0200)]
Merge pull request #1277 from fededim/master

lftp: updated to 4.6.2

9 years agobash: Update to 4.3.39
Marcel Denia [Fri, 22 May 2015 05:16:26 +0000 (07:16 +0200)]
bash: Update to 4.3.39

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #1270 from fatbob313/master
Ted Hess [Thu, 21 May 2015 21:48:03 +0000 (17:48 -0400)]
Merge pull request #1270 from fatbob313/master

uMurmur: Update to 0.2.16.

9 years agoumurmur: Update to 0.2.16. Also fix build breakage since PolarSSL/MbedTLS's version... 1270/head
Martin Johansson [Thu, 21 May 2015 18:56:29 +0000 (20:56 +0200)]
umurmur: Update to 0.2.16. Also fix build breakage since PolarSSL/MbedTLS's version module was disabled.

Signed-off-by: Martin Johansson <martin@fatbob.nu>
9 years agovim: Fix false broken package status (buildbot) 1278/head
Ted Hess [Thu, 21 May 2015 20:02:31 +0000 (16:02 -0400)]
vim: Fix false broken package status (buildbot)

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoprotobuf: Update version to 2.6.1
Guillaume Déflache [Tue, 19 May 2015 15:26:17 +0000 (17:26 +0200)]
protobuf: Update version to 2.6.1

- Unbroke MIPS support which got entirely lost since the upgrade from 2.4.1:
  now all ISAs should work (MIPS1 would need kernel emulation though, untested)
- Fixed host installation which was broken on all targets
- Updated source origin to github and related variables
- Kept mipseb patch exception and MIPS16:=0 exclusion (needed for BB and CC compilation)

Only tested on a ZyXEL NBG6716 router which is MIPS32 (MIPS74Kc), ar71xx target.

Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
9 years agoprotobuf: Add licensing info and update copyright
Guillaume [Wed, 20 May 2015 21:58:56 +0000 (23:58 +0200)]
protobuf: Add licensing info and update copyright

Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
9 years agolftp: updated to 4.6.2 1277/head
Rupan [Thu, 21 May 2015 09:00:11 +0000 (11:00 +0200)]
lftp: updated to 4.6.2

Signed-off-by: Federico Di Marco fededim@gmail.com
9 years agoMerge pull request #1269 from teslamint/patch-2
Imre Kaloz [Thu, 21 May 2015 05:39:39 +0000 (22:39 -0700)]
Merge pull request #1269 from teslamint/patch-2

coova-chilli: fix stat failed error when compile without kmod

9 years agousbip: move to github (closes #1259)
Nuno Goncalves [Wed, 20 May 2015 22:24:12 +0000 (23:24 +0100)]
usbip: move to github (closes #1259)

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
[nunojpg@gmail.com: Added PKG License and changed commit message]
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years agophp5: update to 5.6.9
Michael Heimpold [Wed, 20 May 2015 18:46:29 +0000 (20:46 +0200)]
php5: update to 5.6.9

This fixes CVE-2006-7243, a multipart/form-data remote dos vulnerability,
a heap buffer overflow in unpack and a integer overflow in ftp_genlist,
which also results in a heap overflow.
For more details, see http://php.net/ChangeLog-5.php#5.6.9

Also sync the timezone patch with latest version from Debian and
adopt this patch for the changes in this php release.

Refresh 950-Fix-dl-cross-compiling-issue.patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #1274 from tru7/knxd
Michael Heimpold [Wed, 20 May 2015 18:32:42 +0000 (20:32 +0200)]
Merge pull request #1274 from tru7/knxd

knxd: bump to new version

9 years agoMerge pull request #1271 from oneru/add-qrencode
Steven Barth [Wed, 20 May 2015 18:20:18 +0000 (20:20 +0200)]
Merge pull request #1271 from oneru/add-qrencode

libqrencode: import from old packages

9 years agoknxd: bump to new version 1274/head
Othmar Truniger [Wed, 20 May 2015 17:31:48 +0000 (19:31 +0200)]
knxd: bump to new version

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agolibdaq: add SF mirror
Luka Perkov [Wed, 20 May 2015 17:05:39 +0000 (19:05 +0200)]
libdaq: add SF mirror

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agosnort: add SF mirror
Luka Perkov [Wed, 20 May 2015 17:05:27 +0000 (19:05 +0200)]
snort: add SF mirror

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoluci-app-clamav: add package
Marko Ratkaj [Thu, 21 May 2015 10:46:05 +0000 (12:46 +0200)]
luci-app-clamav: add package

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
9 years agoclamav: add package
Marko Ratkaj [Thu, 21 May 2015 10:45:16 +0000 (12:45 +0200)]
clamav: add package

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
9 years agoluci-app-e2guardian: add package
Marko Ratkaj [Wed, 20 May 2015 13:38:16 +0000 (15:38 +0200)]
luci-app-e2guardian: add package

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
9 years agoe2guardian: bump to 3.1.2
Marko Ratkaj [Wed, 20 May 2015 13:36:30 +0000 (15:36 +0200)]
e2guardian: bump to 3.1.2

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
9 years agoMerge pull request #1220 from psycho-nico/up-luarocks-2.2.2
Steven Barth [Wed, 20 May 2015 09:24:46 +0000 (11:24 +0200)]
Merge pull request #1220 from psycho-nico/up-luarocks-2.2.2

luarocks: update to 2.2.2

9 years agoxz: add xz-utils meta package 1272/head
Alexander Ryzhov [Wed, 20 May 2015 09:10:01 +0000 (09:10 +0000)]
xz: add xz-utils meta package
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
9 years agolibqrencode: import from old packages 1271/head
Jonathan Bennett [Sun, 17 May 2015 00:13:54 +0000 (19:13 -0500)]
libqrencode: import from old packages
Update to latest release
add qrencode package which contains the qrencode binary
Remove libpng dependancy
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
9 years agolvm2: switch to version 2.2.02.120
Daniel Golle [Tue, 19 May 2015 23:16:42 +0000 (01:16 +0200)]
lvm2: switch to version 2.2.02.120

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoliblz4: add new package 1268/head
Darik Horn [Mon, 18 May 2015 03:51:48 +0000 (23:51 -0400)]
liblz4: add new package

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
9 years agocoova-chilli: fix stat failed error when compile without kmod 1269/head
Jaehoon You [Mon, 18 May 2015 04:50:03 +0000 (13:50 +0900)]
coova-chilli: fix stat failed error when compile without kmod

This patch fixes #1261.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
9 years agoMerge pull request #1267 from antonlacon/ffmpeg-2.6.x
Ted Hess [Mon, 18 May 2015 02:10:30 +0000 (22:10 -0400)]
Merge pull request #1267 from antonlacon/ffmpeg-2.6.x

ffmpeg: update to 2.6.3, remove stray spaces

9 years agolibopus: disable building unused features 1266/head
Ian Leonard [Sun, 17 May 2015 19:56:27 +0000 (12:56 -0700)]
libopus: disable building unused features

disable-doc turns off API documentation
disable-extra-programs turns off demo and test creation
Commit also removes whitespace at EOL in description.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
9 years agoffmpeg: update to 2.6.3, remove stray spaces 1267/head
Ian Leonard [Sun, 17 May 2015 19:42:52 +0000 (12:42 -0700)]
ffmpeg: update to 2.6.3, remove stray spaces

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
9 years agolibseccomp: updated to 2.2.1
Nikos Mavrogiannopoulos [Sun, 17 May 2015 18:10:31 +0000 (20:10 +0200)]
libseccomp: updated to 2.2.1

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #1264 from equinox0815/tcpproxy-1.2
Michael Heimpold [Sun, 17 May 2015 18:05:38 +0000 (20:05 +0200)]
Merge pull request #1264 from equinox0815/tcpproxy-1.2

tcpproxy: update to version 1.2

9 years agotcpproxy: update to version 1.2 1264/head
Christian Pointner [Sun, 17 May 2015 16:53:22 +0000 (18:53 +0200)]
tcpproxy: update to version 1.2

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
9 years agophp5: add php5-mod-opcache (fixes #1010)
Michael Heimpold [Sun, 17 May 2015 15:05:50 +0000 (17:05 +0200)]
php5: add php5-mod-opcache (fixes #1010)

This patch adds build infrastructure for PHP's OPcache extension.
Compared with the other extension, this is a Zend module and it
need a little workaround during cross-compiling.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #1260 from kooiot/master
Steven Barth [Sat, 16 May 2015 08:39:17 +0000 (10:39 +0200)]
Merge pull request #1260 from kooiot/master

lua-cjson: remove the dependency of libzmq

9 years agolua-cjson: remove the dependency of libzmq 1260/head
Dirk Chang [Sat, 16 May 2015 02:56:32 +0000 (10:56 +0800)]
lua-cjson: remove the dependency of libzmq

Signed-off-by: Dirk Chang <dirk@kooiot.com>
9 years agophp5-pecl-propro: add new package
Michael Heimpold [Fri, 15 May 2015 21:03:33 +0000 (23:03 +0200)]
php5-pecl-propro: add new package

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agophp5-pecl-raphf: add new package
Michael Heimpold [Fri, 15 May 2015 21:03:20 +0000 (23:03 +0200)]
php5-pecl-raphf: add new package

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agophp5-pecl-dio: move from oldpackages, update and fix build
Michael Heimpold [Fri, 15 May 2015 21:02:17 +0000 (23:02 +0200)]
php5-pecl-dio: move from oldpackages, update and fix build

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agophp5-pecl-libevent: move from oldpackages and fix build
Michael Heimpold [Fri, 15 May 2015 21:01:42 +0000 (23:01 +0200)]
php5-pecl-libevent: move from oldpackages and fix build

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agophp5: pecl: move phpize into prepare stage
Michael Heimpold [Fri, 15 May 2015 20:57:35 +0000 (22:57 +0200)]
php5: pecl: move phpize into prepare stage

This allows pecl modules to rely on PKG_FIXUP:=autoreconf.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #1257 from thess/zmq-work
Ted Hess [Fri, 15 May 2015 14:48:38 +0000 (10:48 -0400)]
Merge pull request #1257 from thess/zmq-work

zmq: Make libsodium optional

9 years agousbip: import from old packages 1259/head
Cezary Jackiewicz [Fri, 15 May 2015 05:55:33 +0000 (07:55 +0200)]
usbip: import from old packages

9 years agoMerge pull request #1256 from clehner/ncdu-fix
Ted Hess [Fri, 15 May 2015 01:14:35 +0000 (21:14 -0400)]
Merge pull request #1256 from clehner/ncdu-fix

Update ncdu

9 years agopptpd: import from old packages
Luka Perkov [Fri, 15 May 2015 00:31:19 +0000 (02:31 +0200)]
pptpd: import from old packages

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoncdu: update to 1.11 1256/head
Charles Lehner [Sat, 2 May 2015 13:40:43 +0000 (09:40 -0400)]
ncdu: update to 1.11

- Add patch to get WEXITSTATUS and WIFEXITED defined
    The issue is fixed in upstream's development repo, so the patch won't be
    needed with ncdu's next release.
- Depend on more commonly used libncurses instead of libncursesw
- Enable parallel build
- Update copyright

Signed-off-by: Charles Lehner <cel@celehner.com>
9 years agozmq: Make CurveZMQ security (libsodium) optional, cleanup descrition and dependencies 1257/head
Ted Hess [Thu, 14 May 2015 18:28:23 +0000 (14:28 -0400)]
zmq: Make CurveZMQ security (libsodium) optional, cleanup descrition and dependencies

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agolzmq: Use smaller .tar.gz source package
Ted Hess [Thu, 14 May 2015 18:24:18 +0000 (14:24 -0400)]
lzmq: Use smaller .tar.gz  source package

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoMerge pull request #1253 from lgierth/dkjson-git
Daniel Golle [Wed, 13 May 2015 14:33:00 +0000 (16:33 +0200)]
Merge pull request #1253 from lgierth/dkjson-git

dkjson: switch to LuaDist git repo and update source

9 years agoxl2tpd: fix a minor compiler warning
Daniel Golle [Wed, 13 May 2015 14:12:04 +0000 (16:12 +0200)]
xl2tpd: fix a minor compiler warning

gcc complains about atexit() being implicitely defined in
xl2tpd-control.c
Fix that by including stdlib.h in xl2tpd-control.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agolibowfat: fix download URL
Daniel Golle [Wed, 13 May 2015 11:39:15 +0000 (13:39 +0200)]
libowfat: fix download URL

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agodebootstrap: fix wrong source MD5
Daniel Golle [Wed, 13 May 2015 11:34:36 +0000 (13:34 +0200)]
debootstrap: fix wrong source MD5

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoxl2tpd: update source, import some useful patches
Daniel Golle [Wed, 13 May 2015 11:20:06 +0000 (13:20 +0200)]
xl2tpd: update source, import some useful patches

Yousong Zhou <yszhou4tech@gmail.com> made a couple of useful fixes
mostly for the xl2tpd-control tool which was broken.
imported them (patches/2*) here.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoopensc: update source, refresh patches
Daniel Golle [Wed, 13 May 2015 10:58:16 +0000 (12:58 +0200)]
opensc: update source, refresh patches

Also import two new GnuK-related patches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoccid: update source
Daniel Golle [Wed, 13 May 2015 10:19:04 +0000 (12:19 +0200)]
ccid: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoopentracker: update source
Daniel Golle [Wed, 13 May 2015 10:13:53 +0000 (12:13 +0200)]
opentracker: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoengine_pkcs11: update source
Daniel Golle [Wed, 13 May 2015 10:11:12 +0000 (12:11 +0200)]
engine_pkcs11: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agolibowfat: update source
Daniel Golle [Wed, 13 May 2015 10:09:17 +0000 (12:09 +0200)]
libowfat: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agolibp11: update source
Daniel Golle [Wed, 13 May 2015 10:07:39 +0000 (12:07 +0200)]
libp11: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agodebootstrap: update source
Daniel Golle [Wed, 13 May 2015 10:05:05 +0000 (12:05 +0200)]
debootstrap: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agotaskwarrior: update to 2.4.4
Luka Perkov [Wed, 13 May 2015 10:48:18 +0000 (12:48 +0200)]
taskwarrior: update to 2.4.4

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agotmux: update to 2.0
Luka Perkov [Wed, 13 May 2015 10:39:48 +0000 (12:39 +0200)]
tmux: update to 2.0

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agodkjson: bump release 1253/head
Lars Gierth [Wed, 13 May 2015 00:30:20 +0000 (02:30 +0200)]
dkjson: bump release

Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years agodkjson: switch to LuaDist git repo
Lars Gierth [Wed, 13 May 2015 00:29:05 +0000 (02:29 +0200)]
dkjson: switch to LuaDist git repo

Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years agolibuv: update to 1.5.0
Luka Perkov [Tue, 12 May 2015 23:57:20 +0000 (01:57 +0200)]
libuv: update to 1.5.0

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolttng-modules: fix dependency on kernel tracing
Nicolas Thill [Tue, 12 May 2015 23:19:06 +0000 (01:19 +0200)]
lttng-modules: fix dependency on kernel tracing

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolttng-ust: update to 2.6.1
Nicolas Thill [Tue, 12 May 2015 23:16:00 +0000 (01:16 +0200)]
lttng-ust: update to 2.6.1

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolttng-modules: update to 2.6.1
Nicolas Thill [Tue, 12 May 2015 15:36:33 +0000 (17:36 +0200)]
lttng-modules: update to 2.6.1

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoMerge pull request #1249 from ignisf/bump-upmpdcli-version
Ted Hess [Tue, 12 May 2015 23:04:40 +0000 (19:04 -0400)]
Merge pull request #1249 from ignisf/bump-upmpdcli-version

upmpdcli: Bump version to 0.11.0

9 years agoMerge pull request #1248 from ignisf/bump-libupnpp-version
Ted Hess [Tue, 12 May 2015 23:03:34 +0000 (19:03 -0400)]
Merge pull request #1248 from ignisf/bump-libupnpp-version

libupnpp: Bump version to 0.11.0

9 years agolibupnpp: Bump version to 0.11.0 1248/head
Petko Bordjukov [Mon, 11 May 2015 15:30:16 +0000 (18:30 +0300)]
libupnpp: Bump version to 0.11.0

This new version introduces improvements to the OpenHome support.

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
9 years agoupmpdcli: Bump version to 0.11.0 1249/head
Petko Bordjukov [Mon, 11 May 2015 15:38:51 +0000 (18:38 +0300)]
upmpdcli: Bump version to 0.11.0

upmpdcli 0.11 mainly improves on the Songcast support, in
complement with the changes in sc2mpd. Especially, it now
includes an utility (scctl) and web interface to set up
multi-room Songcast.

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
9 years agoMerge pull request #1250 from kooiot/master
Ted Hess [Tue, 12 May 2015 19:18:22 +0000 (15:18 -0400)]
Merge pull request #1250 from kooiot/master

fix missing dependency, as libsodium is required by zmq

9 years agompd: Update to 0.18.23, fix ALSA support in mpd-mini, refresh patches
Ted Hess [Tue, 12 May 2015 19:16:07 +0000 (15:16 -0400)]
mpd: Update to 0.18.23, fix ALSA support in mpd-mini, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agolibmpdclient: Update to 2.10
Ted Hess [Tue, 12 May 2015 19:00:33 +0000 (15:00 -0400)]
libmpdclient: Update to 2.10

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agozmq: fix missing libsodium dependency 1250/head
Dirk Chang [Tue, 12 May 2015 16:47:46 +0000 (00:47 +0800)]
zmq: fix missing libsodium dependency

Signed-off-by: Dirk Chang <dirk@kooiot.com>
9 years agoMerge pull request #1171 from ryzhovau/smstools3_deps
Steven Barth [Tue, 12 May 2015 07:14:45 +0000 (09:14 +0200)]
Merge pull request #1171 from ryzhovau/smstools3_deps

smstools3: remove unnecessary build deps

9 years agoMerge pull request #1178 from ryzhovau/luaexpat_ldflags
Steven Barth [Tue, 12 May 2015 07:14:36 +0000 (09:14 +0200)]
Merge pull request #1178 from ryzhovau/luaexpat_ldflags

luaexpat: fix LDFLAGS

9 years agoMerge pull request #1191 from dangowrt/fix-nfs-kernel-server-on-musl
Steven Barth [Tue, 12 May 2015 07:14:08 +0000 (09:14 +0200)]
Merge pull request #1191 from dangowrt/fix-nfs-kernel-server-on-musl

tcp_wrappers: don't set LIBS=-lnsl when building with musl