feed/packages.git
6 years agolibxml2: install cmake module 4981/head
Stijn Tintel [Fri, 20 Oct 2017 14:46:51 +0000 (17:46 +0300)]
libxml2: install cmake module

Since version 2.9.2, libxml2 provides its own cmake module. Install it
to avoid packages built with cmake and requiring libxml2 to fall back to
cmake's FindLibXml2 module, which seems to detect host libxml2 instead
of the one in staging_dir.

Fixes #4917.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agoMerge pull request #4977 from sartura/dhcpcd_bump_to_6.11.5
Jo-Philipp Wich [Fri, 20 Oct 2017 12:58:45 +0000 (14:58 +0200)]
Merge pull request #4977 from sartura/dhcpcd_bump_to_6.11.5

dhcpcd: bump to 6.11.5

6 years agoMerge pull request #4978 from diizzyy/patch-99
Zoltan Herpai [Fri, 20 Oct 2017 08:11:41 +0000 (10:11 +0200)]
Merge pull request #4978 from diizzyy/patch-99

sound/mpg123: Update to 1.25.7

6 years agosound/mpg123: Update to 1.25.7 4978/head
Daniel Engberg [Fri, 20 Oct 2017 08:05:23 +0000 (10:05 +0200)]
sound/mpg123: Update to 1.25.7

Update mpg123 to 1.25.7

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agodhcpcd: bump to 6.11.5 4977/head
Marko Ratkaj [Fri, 20 Oct 2017 07:23:38 +0000 (09:23 +0200)]
dhcpcd: bump to 6.11.5

1.) pkg version bumped from 6.4.3 to 6.11.5
2.) maintainer changed to me (#4944 dhcpcd: needs a new maintainer)
3.) source changed from bz2 to xz
4.) removed old unnecessary patch
5.) minor style improvements

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agoMerge pull request #4857 from sartura/squid_bump_to_3.5.27
Luka Perkov [Thu, 19 Oct 2017 19:06:06 +0000 (21:06 +0200)]
Merge pull request #4857 from sartura/squid_bump_to_3.5.27

squid: bump to 3.5.27

6 years agoMerge pull request #4940 from diizzyy/patch-95
Jo-Philipp Wich [Thu, 19 Oct 2017 09:24:05 +0000 (11:24 +0200)]
Merge pull request #4940 from diizzyy/patch-95

libs/libpng: Update to 1.6.32

6 years agoxl2tpd: add some default configs needed on most of cases
Lucian Cristian [Wed, 18 Oct 2017 19:07:49 +0000 (22:07 +0300)]
xl2tpd: add some default configs needed on most of cases

mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU
require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth
lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds
connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer
nodefaultroute - prevent users from creating default routes with pppd
nodefaultip - disables the default behavior when no local IP address is specified
proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoxl2tpd: update to 1.3.10
Lucian Cristian [Fri, 13 Oct 2017 22:23:51 +0000 (01:23 +0300)]
xl2tpd: update to 1.3.10

lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoMerge pull request #4954 from kissg1988/django
Hannu Nyman [Wed, 18 Oct 2017 16:16:15 +0000 (19:16 +0300)]
Merge pull request #4954 from kissg1988/django

django: update to 1.8.18

6 years agoMerge pull request #4958 from sartura/libuv_bump_to_1.15.0
Hannu Nyman [Wed, 18 Oct 2017 16:15:52 +0000 (19:15 +0300)]
Merge pull request #4958 from sartura/libuv_bump_to_1.15.0

libuv: bump to 1.15.0

6 years agoMerge pull request #4959 from philenotfound/mutt-bump
Hannu Nyman [Wed, 18 Oct 2017 16:15:23 +0000 (19:15 +0300)]
Merge pull request #4959 from philenotfound/mutt-bump

mutt: bump version

6 years agoMerge pull request #4966 from sartura/clamav_fix_build_issues
Hannu Nyman [Wed, 18 Oct 2017 16:14:33 +0000 (19:14 +0300)]
Merge pull request #4966 from sartura/clamav_fix_build_issues

clamav: fix build issues

6 years agoclamav: fix invalid zlib version error 4966/head
Marko Ratkaj [Wed, 18 Oct 2017 10:38:18 +0000 (12:38 +0200)]
clamav: fix invalid zlib version error

ClamAV's configure script uses grep to check for bugy zlib version
1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes
and build fails. This patch will disable this unneeded check and make
sure we are looking for zlib on the right location.

clamdtop was beeing built without it's ncurses dependency. Build system
would link it to the host's ncurses making the program fail at run time.
This patch will disable building of optional clamdtop, otherwise we need
to add ncurses as a dependency and fix the search path.

Increase PKG_RELEASE to reflect changes.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agoMerge pull request #4965 from lucize/doveup
Ted Hess [Wed, 18 Oct 2017 14:55:45 +0000 (10:55 -0400)]
Merge pull request #4965 from lucize/doveup

dovecot: update to 2.2.33.1

6 years agoMerge pull request #4962 from diizzyy/patch-96
Ted Hess [Wed, 18 Oct 2017 14:51:54 +0000 (10:51 -0400)]
Merge pull request #4962 from diizzyy/patch-96

sound/lame: Update to 3.100

6 years agoMerge pull request #4967 from dibdot/adblock
Ted Hess [Wed, 18 Oct 2017 14:48:06 +0000 (10:48 -0400)]
Merge pull request #4967 from dibdot/adblock

adblock: update 3.0.3

6 years agomutt: bump version 4959/head
Phil Eichinger [Tue, 17 Oct 2017 14:37:38 +0000 (16:37 +0200)]
mutt: bump version

* no-po-no-docs patch reworked, docs are disabled via ./configure now
* drop CVE patch, fix already in upstream
* autoreconf to fix CI build

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
6 years agoadblock: update 3.0.3 4967/head
Dirk Brenken [Wed, 18 Oct 2017 10:50:12 +0000 (12:50 +0200)]
adblock: update 3.0.3

* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agodovecot: update to 2.2.33.1 4965/head
Lucian Cristian [Tue, 17 Oct 2017 23:06:08 +0000 (02:06 +0300)]
dovecot: update to 2.2.33.1

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agodjango: update to 1.8.18 4954/head
Gergely Kiss [Tue, 17 Oct 2017 20:15:30 +0000 (22:15 +0200)]
django: update to 1.8.18

Fixes CVE-2017-7233 and CVE-2017-7234

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
6 years agosound/lame: Update to 3.100 4962/head
Daniel Engberg [Tue, 17 Oct 2017 08:37:40 +0000 (10:37 +0200)]
sound/lame: Update to 3.100

* Update LAME to 3.100

* Switch to shared library instead of static binary as it adds very little
  overhead if you only need LAME binary but saves space if you need both
  library and binary.

  Static / Shared:
  LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte
  LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte

* Drop patch, not needed

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4955 from kissg1988/sudo
Hannu Nyman [Tue, 17 Oct 2017 18:32:55 +0000 (21:32 +0300)]
Merge pull request #4955 from kissg1988/sudo

sudo: update to 1.8.21p2

6 years agoMerge pull request #4957 from sartura/vim_bump_to_8.0.586
Hannu Nyman [Tue, 17 Oct 2017 18:32:29 +0000 (21:32 +0300)]
Merge pull request #4957 from sartura/vim_bump_to_8.0.586

vim: bump to 8.0.586

6 years agoMerge pull request #4960 from philenotfound/at-bump
Hannu Nyman [Tue, 17 Oct 2017 18:31:02 +0000 (21:31 +0300)]
Merge pull request #4960 from philenotfound/at-bump

at: bump version

6 years agoat: bump version 4960/head
Phil Eichinger [Tue, 17 Oct 2017 14:34:47 +0000 (16:34 +0200)]
at: bump version

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
6 years agolibuv: bump to 1.15.0 4958/head
Marko Ratkaj [Tue, 17 Oct 2017 12:35:16 +0000 (14:35 +0200)]
libuv: bump to 1.15.0

Update libuv to version 1.15.0

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agovim: bump to 8.0.586 4957/head
Marko Ratkaj [Tue, 17 Oct 2017 12:59:06 +0000 (14:59 +0200)]
vim: bump to 8.0.586

Upgrade vim to version 8.0.586

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agoMerge pull request #4953 from pprindeville/perl-move-rdynamic
Philip Prindeville [Mon, 16 Oct 2017 23:50:19 +0000 (00:50 +0100)]
Merge pull request #4953 from pprindeville/perl-move-rdynamic

Perl move -rdynamic

6 years agobuild,travis: fix SDK filename
Etienne Champetier [Mon, 16 Oct 2017 23:25:08 +0000 (19:25 -0400)]
build,travis: fix SDK filename

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: fix gpg verification warning
Etienne Champetier [Mon, 16 Oct 2017 23:08:59 +0000 (19:08 -0400)]
build,travis: fix gpg verification warning

commit gpg keys into the repo (it sometimes timeout)
trust the keys ultimately

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agosudo: update to 1.8.21p2 4955/head
Gergely Kiss [Mon, 16 Oct 2017 22:56:29 +0000 (00:56 +0200)]
sudo: update to 1.8.21p2

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
6 years agoperl: put -rdynamic in proper build variable 4953/head
Philip Prindeville [Mon, 16 Oct 2017 22:24:55 +0000 (16:24 -0600)]
perl: put -rdynamic in proper build variable

The standard way to pass -rdynamic (or -Wl,--dynamic-export) is via
the $ccdlflags variable.  Do what is best practice.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoperl: simplify passing in ldflags
Philip Prindeville [Sun, 15 Oct 2017 17:52:01 +0000 (11:52 -0600)]
perl: simplify passing in ldflags

Originally as PR #2383 but rewritten.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
6 years agolibs/libpng: Update to 1.6.32 4940/head
Daniel Engberg [Sat, 14 Oct 2017 07:04:56 +0000 (09:04 +0200)]
libs/libpng: Update to 1.6.32

Update libpng to 1.6.32
Add ARM NEON optimization

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4952 from jp-bennett/master
Hannu Nyman [Mon, 16 Oct 2017 17:50:02 +0000 (20:50 +0300)]
Merge pull request #4952 from jp-bennett/master

qrencode:  Update to 4.0.0

6 years agoqrencode: Update to 4.0.0 4952/head
Jonathan Bennett [Mon, 16 Oct 2017 16:35:34 +0000 (11:35 -0500)]
qrencode:  Update to 4.0.0

Adds a minor patch to optionally omit the XML tag when including svg inline.
Singed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
6 years agoMerge pull request #4948 from ldir-EDB0/remwireguard
Hannu Nyman [Mon, 16 Oct 2017 16:34:07 +0000 (19:34 +0300)]
Merge pull request #4948 from ldir-EDB0/remwireguard

wireguard: drop wireguard

6 years agoMerge pull request #4951 from jp-bennett/master
Hannu Nyman [Mon, 16 Oct 2017 16:28:17 +0000 (19:28 +0300)]
Merge pull request #4951 from jp-bennett/master

Fwknopd: Bump PKG_RELEASE and minor fix

6 years agoFwknopd: Bump PKG_RELEASE and minor fix 4951/head
Jonathan Bennett [Mon, 16 Oct 2017 16:20:18 +0000 (11:20 -0500)]
Fwknopd: Bump PKG_RELEASE and minor fix

An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
6 years agoMerge pull request #4924 from oldium/fwknopd-init-script
Hannu Nyman [Mon, 16 Oct 2017 16:17:16 +0000 (19:17 +0300)]
Merge pull request #4924 from oldium/fwknopd-init-script

fwknop: Add start-up dependency on network interface for fwknopd.

6 years agoMerge pull request #4942 from DocLM/gphoto2
Hannu Nyman [Mon, 16 Oct 2017 15:11:12 +0000 (18:11 +0300)]
Merge pull request #4942 from DocLM/gphoto2

ibgphoto2 and gphoto2: Update to 2.5.16 and 2.5.15

6 years agoMerge pull request #4949 from commodo/python-lxml-update
Hannu Nyman [Mon, 16 Oct 2017 14:36:00 +0000 (17:36 +0300)]
Merge pull request #4949 from commodo/python-lxml-update

python-lxml: update to version 4.1.0

6 years agoMerge pull request #4947 from commodo/tcpreplay-update
Hannu Nyman [Mon, 16 Oct 2017 14:35:38 +0000 (17:35 +0300)]
Merge pull request #4947 from commodo/tcpreplay-update

tcpreplay: update to version 4.2.5

6 years agoMerge pull request #4950 from StevenHessing/noddos
Hannu Nyman [Mon, 16 Oct 2017 14:34:54 +0000 (17:34 +0300)]
Merge pull request #4950 from StevenHessing/noddos

noddos: noddos v0.5.3

6 years agonoddos: noddos v0.5.3 4950/head
Steven Hessing [Mon, 16 Oct 2017 13:05:19 +0000 (06:05 -0700)]
noddos: noddos v0.5.3

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
6 years agopython-lxml: update to version 4.1.0 4949/head
Alexandru Ardelean [Mon, 16 Oct 2017 13:01:04 +0000 (16:01 +0300)]
python-lxml: update to version 4.1.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agowireguard: drop wireguard 4948/head
Kevin Darbyshire-Bryant [Wed, 11 Oct 2017 09:27:22 +0000 (10:27 +0100)]
wireguard: drop wireguard

WireGuard was added to LEDE core. See discussion at
lede-project/source#1409

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
6 years agoMerge pull request #4732 from hashashin/bash-4.4.12
Hannu Nyman [Mon, 16 Oct 2017 07:06:29 +0000 (10:06 +0300)]
Merge pull request #4732 from hashashin/bash-4.4.12

bash: version bump to 4.4.12

6 years agotcpreplay: update to version 4.2.5 4947/head
Alexandru Ardelean [Mon, 18 Sep 2017 07:56:00 +0000 (10:56 +0300)]
tcpreplay: update to version 4.2.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agogphoto2: update package to 2.5.15 4942/head
Leonardo Medici [Sun, 15 Oct 2017 18:30:22 +0000 (20:30 +0200)]
gphoto2: update package to 2.5.15

Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
6 years agolibgphoto2: update package to 2.5.16
Leonardo Medici [Sun, 15 Oct 2017 18:27:25 +0000 (20:27 +0200)]
libgphoto2: update package to 2.5.16

Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
6 years agopulseaudio: update to 11.1
Peter Wagner [Sun, 15 Oct 2017 17:46:41 +0000 (19:46 +0200)]
pulseaudio: update to 11.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoglib2: update to 2.54.1
Peter Wagner [Sun, 15 Oct 2017 17:46:07 +0000 (19:46 +0200)]
glib2: update to 2.54.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agomemcached: update to version 1.5.2
Thomas Heil [Sun, 15 Oct 2017 17:10:59 +0000 (19:10 +0200)]
memcached: update to version 1.5.2

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agohaproxy: disable lua on mips
Thomas Heil [Sun, 15 Oct 2017 16:48:29 +0000 (18:48 +0200)]
haproxy: disable lua on mips
 - to fix  #4606 we disable to lua build for haproxy
   depending on CONFIG_mips = y

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agohaproxy update to 1.7.9 and pending patches
Thomas Heil [Sun, 15 Oct 2017 15:25:38 +0000 (17:25 +0200)]
haproxy update to 1.7.9 and pending patches
 - update lua to 5.3.4

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoacpid: update to 2.0.28
Thomas Heil [Sun, 15 Oct 2017 15:15:08 +0000 (17:15 +0200)]
acpid: update to 2.0.28

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoapache: update to 2.4.28
Thomas Heil [Sun, 15 Oct 2017 14:59:50 +0000 (16:59 +0200)]
apache: update to 2.4.28
 - fix CVE-2017-9798
 - fix #4926
  make http2 support configurable, in case of enables libnghttp2
  package dont build http2. instead use CONFIG_APACHE_HTTP2 to
  enable http2 support

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoMerge pull request #4873 from jcadduono/minidlna-update
Ted Hess [Fri, 13 Oct 2017 10:53:44 +0000 (06:53 -0400)]
Merge pull request #4873 from jcadduono/minidlna-update

minidlna: update to version 1.2.1

6 years agoMerge pull request #4927 from EricLuehrsen/unbound_167
Hannu Nyman [Wed, 11 Oct 2017 13:09:49 +0000 (16:09 +0300)]
Merge pull request #4927 from EricLuehrsen/unbound_167

unbound: update to 1.6.7

6 years agoMerge pull request #4923 from neheb/patch-2
Hannu Nyman [Wed, 11 Oct 2017 09:35:33 +0000 (12:35 +0300)]
Merge pull request #4923 from neheb/patch-2

btrfs-progs: Update to 4.13.2

6 years agounbound: update to 1.6.7 4927/head
Eric Luehrsen [Wed, 11 Oct 2017 04:01:56 +0000 (00:01 -0400)]
unbound: update to 1.6.7

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
6 years agobtrfs-progs: Update to 4.13.2 4923/head
Rosen Penev [Tue, 10 Oct 2017 00:26:07 +0000 (17:26 -0700)]
btrfs-progs: Update to 4.13.2

Tested on mt7621 (ramips).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agofwknop: Add start-up dependency on network interface for fwknopd. 4924/head
Oldřich Jedlička [Tue, 10 Oct 2017 17:23:44 +0000 (19:23 +0200)]
fwknop: Add start-up dependency on network interface for fwknopd.

Added new "network" section with option "network", which takes network
interface name.

The start-up is migrated to use procd and depend either on the "network"
interface (after resolving it to a physical device), or on the PCAP_INTF
option from "config" section (usual place for raw interface name for
fwknopd). When the uci_enabled option is disabled, the value of PCAP_INTF
is taken from the user-provided fwknopd.conf.

Also fixed UCI_ENABLED variable evaluation.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
6 years agoMerge pull request #4887 from diizzyy/patch-94
champtar [Mon, 9 Oct 2017 22:34:06 +0000 (15:34 -0700)]
Merge pull request #4887 from diizzyy/patch-94

net/l7-protocols: Remove from tree

6 years agonet/l7-protocols: Remove from tree 4887/head
Daniel Engberg [Sun, 1 Oct 2017 08:29:26 +0000 (10:29 +0200)]
net/l7-protocols: Remove from tree

The l7-filter project hasn't been active for a very long time and support in
OpenWrt/LEDE has been dropped making this package orphaned.

Support in qos-script removed: bdb6c313de367280ed17ad234136f133ceb37551
(SVN: r45425)
Support in tree removed: d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1
(SVN: r45423)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4422 from diizzyy/patch-55
Stijn Tintel [Sun, 8 Oct 2017 19:27:41 +0000 (22:27 +0300)]
Merge pull request #4422 from diizzyy/patch-55

utils/f2fs-tools: Remove from tree

6 years agoMerge pull request #4438 from hauke/freeradius3
Stijn Tintel [Sun, 8 Oct 2017 19:18:44 +0000 (22:18 +0300)]
Merge pull request #4438 from hauke/freeradius3

freeradius3: fix CVE-2017-9148

6 years agofreeradius3: fix CVE-2017-9148 4438/head
Hauke Mehrtens [Mon, 5 Jun 2017 17:57:52 +0000 (19:57 +0200)]
freeradius3: fix CVE-2017-9148

This takes the fix for CVE-2017-9148 from Debian.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
6 years agoMerge pull request #4915 from antonlacon/ffmpeg-next
Ted Hess [Sun, 8 Oct 2017 18:21:02 +0000 (14:21 -0400)]
Merge pull request #4915 from antonlacon/ffmpeg-next

ffmpeg: 3.2.8 update

6 years agoMerge pull request #4907 from stargieg/master
champtar [Sun, 8 Oct 2017 15:48:57 +0000 (08:48 -0700)]
Merge pull request #4907 from stargieg/master

knxd: Fix config file location and init script.

6 years agoMerge pull request #4899 from fededim/master
champtar [Sun, 8 Oct 2017 15:24:28 +0000 (08:24 -0700)]
Merge pull request #4899 from fededim/master

lftp: compilation bugfix for old openwrt buildroot

6 years agolftp: compilation bugfix for old openwrt buildroot 4899/head
Federico Di Marco [Sun, 8 Oct 2017 07:39:02 +0000 (09:39 +0200)]
lftp: compilation bugfix for old openwrt buildroot

Signed-off-by: Federico Di Marco <fededim@gmail.com>
6 years agoMerge pull request #4850 from p-wassi/pppoe-relay
champtar [Sun, 8 Oct 2017 03:39:43 +0000 (20:39 -0700)]
Merge pull request #4850 from p-wassi/pppoe-relay

net/rp-pppoe: fix typo in init script

6 years agoMerge pull request #4909 from StevenHessing/noddos
champtar [Sun, 8 Oct 2017 03:34:05 +0000 (20:34 -0700)]
Merge pull request #4909 from StevenHessing/noddos

noddos: v0.5.2, mDNS TXT parsing fix

6 years agolibxml2: upgrade to 2.9.6
Michael Heimpold [Sat, 7 Oct 2017 19:18:41 +0000 (21:18 +0200)]
libxml2: upgrade to 2.9.6

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoMerge pull request #4906 from ldir-EDB0/bumpwireguard
Hannu Nyman [Sat, 7 Oct 2017 09:00:24 +0000 (12:00 +0300)]
Merge pull request #4906 from ldir-EDB0/bumpwireguard

wireguard: bump to release 0.0.20171005

6 years agonoddos: v0.5.2, mDNS TXT parsing fix 4909/head
Steven Hessing [Fri, 6 Oct 2017 21:13:53 +0000 (14:13 -0700)]
noddos: v0.5.2, mDNS TXT parsing fix

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
6 years agoMerge pull request #4895 from lucize/postup
Hannu Nyman [Fri, 6 Oct 2017 14:47:20 +0000 (17:47 +0300)]
Merge pull request #4895 from lucize/postup

postfix: version bump to 3.2.3

6 years agoMerge pull request #4908 from br101/horst
Hannu Nyman [Fri, 6 Oct 2017 14:46:28 +0000 (17:46 +0300)]
Merge pull request #4908 from br101/horst

horst: Use https tar.gz instead of git download

6 years agoknxd: Fix typo in sh vars „send-delay“ and „client-addrs“ 4907/head
Patrick Grimm [Fri, 6 Oct 2017 13:58:24 +0000 (15:58 +0200)]
knxd: Fix typo in sh vars „send-delay“ and „client-addrs“

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
6 years agoknxd: Add uci config and knxd_args to ini convert
Patrick Grimm [Fri, 6 Oct 2017 12:51:22 +0000 (14:51 +0200)]
knxd: Add uci config and knxd_args to ini convert

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
6 years agoknxd: Fix config file location and init script.
Patrick Grimm [Fri, 6 Oct 2017 12:12:48 +0000 (14:12 +0200)]
knxd: Fix config file location and init script.

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
6 years agohorst: Use https tar.gz instead of git download 4908/head
Bruno Randolf [Fri, 6 Oct 2017 09:12:00 +0000 (10:12 +0100)]
horst: Use https tar.gz instead of git download

Signed-off-by: Bruno Randolf <br1@einfach.org>
6 years agowireguard: bump to release 0.0.20171005 4906/head
Kevin Darbyshire-Bryant [Fri, 6 Oct 2017 08:57:26 +0000 (09:57 +0100)]
wireguard: bump to release 0.0.20171005

Bump to latest release snapshot.

Tested on: ar71xx Archer c7 v2

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
6 years agoMerge pull request #4896 from jcadduono/minidlna-sorting
Ted Hess [Thu, 5 Oct 2017 21:55:10 +0000 (17:55 -0400)]
Merge pull request #4896 from jcadduono/minidlna-sorting

minidlna: remove panasonic video grouping by directory patch

6 years agoMerge pull request #4898 from br101/horst
Hannu Nyman [Thu, 5 Oct 2017 18:30:10 +0000 (21:30 +0300)]
Merge pull request #4898 from br101/horst

horst: Update to version 5.1 and add init script

6 years agoopenssh: update to 7.6p1
Peter Wagner [Thu, 5 Oct 2017 17:49:33 +0000 (19:49 +0200)]
openssh: update to 7.6p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoffmpeg: 3.2.8 update 4915/head
Ian Leonard [Tue, 26 Sep 2017 20:04:27 +0000 (13:04 -0700)]
ffmpeg: 3.2.8 update

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years agognunet: update git snapshot
Daniel Golle [Thu, 5 Oct 2017 13:40:29 +0000 (15:40 +0200)]
gnunet: update git snapshot

Start building with testing enabled as a preparation to eventually
packaging the testbed components.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agognurl: update to version 7.55.1-4
Daniel Golle [Thu, 5 Oct 2017 13:40:03 +0000 (15:40 +0200)]
gnurl: update to version 7.55.1-4

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoMerge pull request #4902 from pprindeville/acpica-bump-20170929
Philip Prindeville [Thu, 5 Oct 2017 09:08:39 +0000 (10:08 +0100)]
Merge pull request #4902 from pprindeville/acpica-bump-20170929

acpica-unix: update to 20170929

6 years agoacpica-unix: update to 20170929 4902/head
Philip Prindeville [Wed, 4 Oct 2017 17:38:06 +0000 (11:38 -0600)]
acpica-unix: update to 20170929

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agohorst: Update to version 5.1 and add init script 4898/head
Bruno Randolf [Tue, 3 Oct 2017 13:55:18 +0000 (14:55 +0100)]
horst: Update to version 5.1 and add init script

Update to latest stable version and add init script and config file to start
horst in server mode as a service.

Signed-off-by: Bruno Randolf <br1@einfach.org>
6 years agominidlna: remove panasonic video grouping by directory patch 4896/head
James Christopher Adduono [Mon, 2 Oct 2017 21:29:48 +0000 (17:29 -0400)]
minidlna: remove panasonic video grouping by directory patch

Unfortunately this is breaking sorting and causes some
issues with starting streams on various non-Panasonic
clients. Tested on 5 different models of 2014-2017
Samsung Smart TVs and BubbleUPnP for Android.
Removing this patch fixes sorting by filename and
clients no longer sometimes fail to load the streams.

Signed-off-by: James Christopher Adduono <jc@adduono.com>
6 years agoMerge pull request #4897 from commodo/python-egg-info-disable
Hannu Nyman [Wed, 4 Oct 2017 19:22:38 +0000 (22:22 +0300)]
Merge pull request #4897 from commodo/python-egg-info-disable

python,python3: add option to keep egg-info dirs for python packages

6 years agonet/rp-pppoe: cleanup config options 4850/head
Paul Wassi [Wed, 4 Oct 2017 14:14:51 +0000 (16:14 +0200)]
net/rp-pppoe: cleanup config options

Remove misspelled configuration options which were left in place
for reasons of backwards-compatibility.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
6 years agonet/rp-pppoe: fix typo in init script
Paul Wassi [Mon, 18 Sep 2017 16:23:30 +0000 (18:23 +0200)]
net/rp-pppoe: fix typo in init script

Due to a typo in the init scripts, certain parameters are not appended
to the cmdline. (max. # of concurrent sessions).
For backwards compatibility leave both spellings in place.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
6 years agoless: update to 487
Peter Wagner [Tue, 3 Oct 2017 22:16:53 +0000 (00:16 +0200)]
less: update to 487

Signed-off-by: Peter Wagner <tripolar@gmx.at>