feed/packages.git
8 years agophp5: update to 5.6.17
Michael Heimpold [Fri, 8 Jan 2016 20:43:51 +0000 (21:43 +0100)]
php5: update to 5.6.17

Fixes CVE-2016-1903.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agobind: upgrade to 9.9.8-P3
Noah Meyerhans [Sat, 23 Jan 2016 15:57:37 +0000 (07:57 -0800)]
bind: upgrade to 9.9.8-P3

Fixes:
 * CVE-2015-8704
 * CVE-2015-3193
 * CVE-2015-8000
 * CVE-2015-8461

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
8 years agomosquitto: properly separate the passwd utility
Karl Palsson [Mon, 18 Jan 2016 17:40:52 +0000 (17:40 +0000)]
mosquitto: properly separate the passwd utility

Building both variants improperly tried to include the passwd utility
for the non-ssl variant, as the variable was set for the ssl variant.

Use properly separated install tasks to install additional files, rather
than hacking around inside the single target.

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agomosquitto: fix old whitespace bug
Karl Palsson [Tue, 19 Jan 2016 10:40:18 +0000 (10:40 +0000)]
mosquitto: fix old whitespace bug

Introduced back in 2014

Fixes: cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
8 years agomosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96
Jo-Philipp Wich [Mon, 18 Jan 2016 08:50:37 +0000 (09:50 +0100)]
mosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agotor: update to 0.2.7.6
Peter Wagner [Sat, 16 Jan 2016 19:42:48 +0000 (20:42 +0100)]
tor: update to 0.2.7.6

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agontpd: update to 4.2.8p5
Peter Wagner [Sat, 16 Jan 2016 11:47:09 +0000 (12:47 +0100)]
ntpd: update to 4.2.8p5

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agoMerge pull request #2270 from xypron/15.05-openssh
tripolar [Sat, 16 Jan 2016 11:41:05 +0000 (12:41 +0100)]
Merge pull request #2270 from xypron/15.05-openssh

openssh: update to 7.1p2

8 years agonet/openssh: version 7.1p2 2270/head
Heinrich Schuchardt [Sat, 16 Jan 2016 10:46:32 +0000 (11:46 +0100)]
net/openssh: version 7.1p2

Use version 7.1p2 due to several security bulletins.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
8 years agomosquitto: Bump to version 1.4.7
Karl Palsson [Fri, 15 Jan 2016 09:30:57 +0000 (09:30 +0000)]
mosquitto: Bump to version 1.4.7

Minor changes mostly unrelated to OpenWRT.
Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agomosquitto: optionally include mosquitto_passwd utility
Karl Palsson [Fri, 15 Jan 2016 09:29:41 +0000 (09:29 +0000)]
mosquitto: optionally include mosquitto_passwd utility

Many users of the SSL build of mosquitto need the passwd utility for
managing keys.

Fixes github issue #1909

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agobridge-utils: copy from oldpackages
Nikolay Martynov [Sun, 24 May 2015 05:52:35 +0000 (01:52 -0400)]
bridge-utils: copy from oldpackages

* update Makefile accoring to CONTRIBUTING.md, set maintainer
* fix file offset handling
* use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
8 years agosane-backends: minor Makefile text typo
Luiz Angelo Daros de Luca [Sun, 3 Jan 2016 03:04:39 +0000 (01:04 -0200)]
sane-backends: minor Makefile text typo

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agosane-backends: select all backends when CONFIG_ALL
Luiz Angelo Daros de Luca [Thu, 15 Oct 2015 03:35:49 +0000 (00:35 -0300)]
sane-backends: select all backends when CONFIG_ALL

sane-xxx backend packages are hidden packages with custom
config and CONFIG_ALL does not select them alone. Now
sane-backends depends on +ALL:sane-backends-all.

No existing ipk is affected as the changed package/sane-backends
does not exist as an ipk.

030-musl.patch was updated to be submitted upstream. However,
the added preprocessor #if are always true for OpenWRT and will
not change the resulting code.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agosane-backends: import from oldpackages and update
Luiz Angelo Daros de Luca [Fri, 21 Aug 2015 18:07:01 +0000 (15:07 -0300)]
sane-backends: import from oldpackages and update

Changes since oldpackages:
- updated to 1.0.25
  * most of openwrt patches are upstreamed now
- cups dependency was completely removed
- small musl patch
- small uclibc patch
- removed link to extra libraries in libsane (used only
  for preload backends)
- sane-libs and sane-backends merged and exploded into
  individual packages for each backend:
  * libsane for sane library (which backends should dep on)
  * sane-daemon for saned daemon
  * sane-xxx for sane backend for xxx
  ** each backend has its own custom dep libraries
  * sane-backends-all (with no files) that deps on all backends
  * sane-qcam is only available for x86/x86_64
  ** other archs does not implement inb/outb (at least in musl)

Now it is possible to use SANE with much less FS space (KB
instead of MB).

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agosquid: update to 3.5.12
Mislav Novakovic [Tue, 12 Jan 2016 16:18:07 +0000 (17:18 +0100)]
squid: update to 3.5.12

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
8 years agoMerge pull request #2262 from clehner/for-15.05
Hannu Nyman [Tue, 12 Jan 2016 18:12:02 +0000 (20:12 +0200)]
Merge pull request #2262 from clehner/for-15.05

ncdu: update to 1.11

8 years agoncdu: update to 1.11 2262/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>
8 years agoruby: bump to 2.2.4
Luiz Angelo Daros de Luca [Wed, 16 Dec 2015 20:02:44 +0000 (18:02 -0200)]
ruby: bump to 2.2.4

This release includes a security fix for Fiddle extension.

* CVE-2015-7551: Unsafe tainted string usage in Fiddle and DL

There are also some bugfixes.

In package, now LD_FLAGS is copied to DLD_FLAGS (used by ruby for libraries).
The missing values from LD_FLAGS cause build error when gcc does not implicitly
include staging/usr/lib.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agoMerge pull request #2258 from lbschenkel/cloudflare-rec_id-for-15.05
Hannu Nyman [Mon, 11 Jan 2016 10:56:58 +0000 (12:56 +0200)]
Merge pull request #2258 from lbschenkel/cloudflare-rec_id-for-15.05

ddns-scripts: allow setting CloudFlare 'rec_id' in the config

8 years agoocserv: updated to 0.10.11
Nikos Mavrogiannopoulos [Sun, 10 Jan 2016 07:30:09 +0000 (08:30 +0100)]
ocserv: updated to 0.10.11

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agognutls: updated to 3.4.8
Nikos Mavrogiannopoulos [Sun, 10 Jan 2016 07:32:04 +0000 (08:32 +0100)]
gnutls: updated to 3.4.8

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agognutls: updated to 3.4.7
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:27:38 +0000 (00:27 +0100)]
gnutls: updated to 3.4.7

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #2230 from MikePetullo/for-15.05
Hannu Nyman [Sat, 9 Jan 2016 15:06:44 +0000 (17:06 +0200)]
Merge pull request #2230 from MikePetullo/for-15.05

For 15.05: Cherry pick a number of updates from maintainer into 15.05

8 years agolibpng: update to 1.2.56
Oliver Middleton [Tue, 29 Dec 2015 12:08:21 +0000 (12:08 +0000)]
libpng: update to 1.2.56

Fixes CVE-2015-8126 and CVE-2015-8540.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
8 years agoddns-scripts: bump 2.4.3 to release 2 2258/head
Leonardo Brondani Schenkel [Fri, 8 Jan 2016 19:10:58 +0000 (20:10 +0100)]
ddns-scripts: bump 2.4.3 to release 2

8 years agoddns-scripts: allow setting CloudFlare 'rec_id' in the config
Leonardo Brondani Schenkel [Fri, 8 Jan 2016 18:47:57 +0000 (19:47 +0100)]
ddns-scripts: allow setting CloudFlare 'rec_id' in the config

This is necessary when there are multiple records for the same domain,
otherwise the script will overwrite the first one returned by the API.
It has the secondary benefit of allowing faster updates by performing
only one API call instead of two.

In case 'rec_id' is not set the script behaves exactly as before.

Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
(grafted from 019ba13d01e93c18d0ed35b0aeb3399f28108e0e)

8 years agoocserv: prevent a crash if the per-user dir does not exist
Nikos Mavrogiannopoulos [Tue, 5 Jan 2016 20:48:03 +0000 (21:48 +0100)]
ocserv: prevent a crash if the per-user dir does not exist

Relates #2167

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #2195 from jow-/for-15.05
Jo-Philipp Wich [Mon, 4 Jan 2016 08:06:40 +0000 (09:06 +0100)]
Merge pull request #2195 from jow-/for-15.05

CC: freeradius2: completely disable runtime OpenSSL version checks
8 years agokrb5: port removal of Prepare target from master 2230/head
W. Michael Petullo [Fri, 1 Jan 2016 22:23:27 +0000 (17:23 -0500)]
krb5: port removal of Prepare target from master

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agolighttpd: update to 1.4.38
W. Michael Petullo [Thu, 31 Dec 2015 00:25:01 +0000 (19:25 -0500)]
lighttpd: update to 1.4.38

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agokrb5: update to 1.14
W. Michael Petullo [Fri, 1 Jan 2016 03:21:32 +0000 (22:21 -0500)]
krb5: update to 1.14

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agoopenldap: update to 2.4.43
W. Michael Petullo [Thu, 31 Dec 2015 00:28:36 +0000 (19:28 -0500)]
openldap: update to 2.4.43

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agolibsoup: update to 2.53.2
W. Michael Petullo [Thu, 31 Dec 2015 00:21:21 +0000 (19:21 -0500)]
libsoup: update to 2.53.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agoluasec: update to 0.5.1
W. Michael Petullo [Thu, 31 Dec 2015 00:23:25 +0000 (19:23 -0500)]
luasec: update to 0.5.1

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agoMerge pull request #2169 from MikePetullo/php5
Jo-Philipp Wich [Mon, 28 Dec 2015 15:26:52 +0000 (16:26 +0100)]
Merge pull request #2169 from MikePetullo/php5

Cherry pick PHP5 updates into for-15.05.

8 years agofreeradius2: completely disable runtime OpenSSL version checks 2195/head
Jo-Philipp Wich [Mon, 28 Dec 2015 15:16:56 +0000 (16:16 +0100)]
freeradius2: completely disable runtime OpenSSL version checks

Whenever we ship fixed libopenssl binaries in CC, the Freeradius daemon fails
at startup because it detects a mismatch of the build time and runtime OpenSSL
version.

Since our OpenSSL updates for CC are ABI compatible we do not need or even want
this superflous check. Removing it saves us the effort to rebuild Freeradius
after every OpenSSL version bump.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agophp5: update to 5.6.16 2169/head
Michael Heimpold [Mon, 30 Nov 2015 20:29:06 +0000 (21:29 +0100)]
php5: update to 5.6.16

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.15
Michael Heimpold [Sat, 7 Nov 2015 16:37:45 +0000 (17:37 +0100)]
php5: update to 5.6.15

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.14
Michael Heimpold [Wed, 21 Oct 2015 20:55:28 +0000 (22:55 +0200)]
php5: update to 5.6.14

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.13
Michael Heimpold [Sat, 5 Sep 2015 19:50:37 +0000 (21:50 +0200)]
php5: update to 5.6.13

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: fix the two different maintainer fields into one (fixes #1688)
Michael Heimpold [Fri, 21 Aug 2015 20:32:24 +0000 (22:32 +0200)]
php5: fix the two different maintainer fields into one (fixes #1688)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.12
Michael Heimpold [Tue, 11 Aug 2015 20:17:09 +0000 (22:17 +0200)]
php5: update to 5.6.12

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.10
Michael Heimpold [Fri, 12 Jun 2015 21:59:29 +0000 (23:59 +0200)]
php5: update to 5.6.10

This fixes the following CVEs:
 - in PCRE: CVE-2015-2325, CVE-2015-2326
 - in sqlite3: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 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>
8 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>
8 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>
8 years agovpnc-scripts: bumped version
Nikos Mavrogiannopoulos [Sun, 20 Dec 2015 17:31:27 +0000 (19:31 +0200)]
vpnc-scripts: bumped version

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agovpnc-scripts: Fix handling of multiple VPN DNS servers
Aleksandar Radovanovic [Sun, 20 Dec 2015 14:28:24 +0000 (14:28 +0000)]
vpnc-scripts: Fix handling of multiple VPN DNS servers

Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
8 years agoCONTRIBUTING.md: Add advice about pull requests 2136/head
Hannu Nyman [Tue, 15 Dec 2015 15:38:35 +0000 (17:38 +0200)]
CONTRIBUTING.md: Add advice about pull requests

Add "best practices" advice about working with pull requests.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit df35777400041367e6696729a22e6e0295e930bf)

8 years agowget: bump version to 1.17.1
Hannu Nyman [Tue, 15 Dec 2015 15:24:30 +0000 (17:24 +0200)]
wget: bump version to 1.17.1

Backport from trunk the version update to 1.17.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #2122 from commodo/python-backports-15.05
Hannu Nyman [Mon, 14 Dec 2015 17:46:25 +0000 (19:46 +0200)]
Merge pull request #2122 from commodo/python-backports-15.05

python: backport some patches from trunk to 15.05

8 years agopython: add missing host build dependency on expat/host 2122/head
Jan Čermák [Mon, 23 Nov 2015 20:59:29 +0000 (21:59 +0100)]
python: add missing host build dependency on expat/host

Since 94f87dc1, host build of Python depends on expat installed in host
staging directory. However, pyexpat extension fails to build if expat
was not built and installed to staging dir before - adding host build
dependency should fix this.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agopython: fix cross-compiling C++ modules.
Attila Lendvai [Sun, 27 Sep 2015 20:54:02 +0000 (22:54 +0200)]
python: fix cross-compiling C++ modules.

Signed-off-by: Attila Lendvai <attila@lendvai.name>
8 years agopython: add correct host expat
Steven Barth [Mon, 3 Aug 2015 06:01:14 +0000 (08:01 +0200)]
python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agopython: fix patch removing multiarch support for host python
Jan Čermák [Thu, 2 Jul 2015 15:57:13 +0000 (17:57 +0200)]
python: fix patch removing multiarch support for host python

Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agosqm-scripts: Bump to v1.0.6.
Toke Høiland-Jørgensen [Wed, 9 Dec 2015 14:07:57 +0000 (15:07 +0100)]
sqm-scripts: Bump to v1.0.6.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agolibradcli: updated to 1.2.5
Nikos Mavrogiannopoulos [Mon, 7 Dec 2015 18:58:00 +0000 (19:58 +0100)]
libradcli: updated to 1.2.5

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agopostgresql: now visible with uclibc
Alexander Ryzhov [Sun, 6 Dec 2015 13:08:49 +0000 (08:08 -0500)]
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
8 years agoMerge pull request #2072 from thess/for-15.05
Ted Hess [Fri, 4 Dec 2015 20:11:45 +0000 (15:11 -0500)]
Merge pull request #2072 from thess/for-15.05

dosfstools: [for-15.05] bump to 3.0.28, fix URLs - dev moved to github

8 years agodosfstools: bump to 3.0.28, fix URLs - dev moved to github 2072/head
Ted Hess [Fri, 4 Dec 2015 19:53:33 +0000 (14:53 -0500)]
dosfstools: bump to 3.0.28, fix URLs - dev moved to github

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agohaproxy: bump to version 1.5.15
heil [Wed, 2 Dec 2015 11:06:32 +0000 (12:06 +0100)]
haproxy: bump to version 1.5.15
 - integrate pending patches

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agop11-kit: Version update
Carlos Miguel Ferreira [Tue, 24 Nov 2015 02:15:12 +0000 (02:15 +0000)]
p11-kit: Version update

Just a regular version update
- Package gnutls requires the 0.23.1 to compile.

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
8 years agoocserv: corrected path for ocserv-fw
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 22:09:19 +0000 (23:09 +0100)]
ocserv: corrected path for ocserv-fw

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 21:57:56 +0000 (22:57 +0100)]
ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agovpnc-script: don't attempt to resolve domains which match the local domain
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:23:43 +0000 (00:23 +0100)]
vpnc-script: don't attempt to resolve domains which match the local domain

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agovpnc-script: create dnsmasq entries for connections where default domain is set
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 22:51:32 +0000 (23:51 +0100)]
vpnc-script: create dnsmasq entries for connections where default domain is set

Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: updated to 0.10.10
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 21:23:44 +0000 (22:23 +0100)]
ocserv: updated to 0.10.10

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: always advertise the local domain to peer
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:24:39 +0000 (00:24 +0100)]
ocserv: always advertise the local domain to peer

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: Added option to pass split-dns configuration to clients
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:04:03 +0000 (00:04 +0100)]
ocserv: Added option to pass split-dns configuration to clients

Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: when default-domain is set, enable split-dns
Nikos Mavrogiannopoulos [Mon, 23 Nov 2015 23:18:00 +0000 (00:18 +0100)]
ocserv: when default-domain is set, enable split-dns

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: allow enabling proxy ARP
Nikos Mavrogiannopoulos [Sun, 1 Nov 2015 09:38:43 +0000 (10:38 +0100)]
ocserv: allow enabling proxy ARP

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: if ocserv.conf.local is present append it to ocserv.conf
Nikos Mavrogiannopoulos [Sun, 1 Nov 2015 09:51:21 +0000 (10:51 +0100)]
ocserv: if ocserv.conf.local is present append it to ocserv.conf

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: simplify IPv6 network setting
Nikos Mavrogiannopoulos [Sat, 31 Oct 2015 11:21:16 +0000 (12:21 +0100)]
ocserv: simplify IPv6 network setting

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: removed unecessary instructions and script
Nikos Mavrogiannopoulos [Sat, 31 Oct 2015 10:50:47 +0000 (11:50 +0100)]
ocserv: removed unecessary instructions and script

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoocserv: updated to 0.10.9
Nikos Mavrogiannopoulos [Wed, 7 Oct 2015 14:38:19 +0000 (16:38 +0200)]
ocserv: updated to 0.10.9

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #2018 from thomasp11/for-15.05
Luka Perkov [Tue, 24 Nov 2015 17:50:58 +0000 (18:50 +0100)]
Merge pull request #2018 from thomasp11/for-15.05

cshark: update to latest git HEAD

9 years agocshark: update to latest git HEAD 2018/head
Thomas Peterson [Tue, 24 Nov 2015 17:41:54 +0000 (12:41 -0500)]
cshark: update to latest git HEAD

9 years agolibpng: update to 1.2.54
Oliver Middleton [Sun, 22 Nov 2015 15:15:26 +0000 (15:15 +0000)]
libpng: update to 1.2.54

Includes fixes for CVE-2015-7981 and CVE-2015-8126.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
9 years agoMerge pull request #1871 from dangowrt/update-postgresql-for-15.05
Steven Barth [Thu, 19 Nov 2015 15:23:34 +0000 (16:23 +0100)]
Merge pull request #1871 from dangowrt/update-postgresql-for-15.05

update PostgreSQL

9 years agoMerge pull request #1941 from padre-lacroix/for-15.05
Steven Barth [Thu, 19 Nov 2015 11:32:21 +0000 (12:32 +0100)]
Merge pull request #1941 from padre-lacroix/for-15.05

bandwidthd: Addition of 2 variants of the bandwidthd package.

9 years agosqm-scripts: Bump to v1.0.5.
Toke Høiland-Jørgensen [Thu, 19 Nov 2015 10:44:34 +0000 (11:44 +0100)]
sqm-scripts: Bump to v1.0.5.

9 years agopptpd: backport from trunk
Luka Perkov [Wed, 18 Nov 2015 20:49:25 +0000 (21:49 +0100)]
pptpd: backport from trunk

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agobandwidthd: Addition of 2 variants of the bandwidthd package. 1941/head
Jean-Michel Lacroix [Tue, 10 Nov 2015 18:36:57 +0000 (13:36 -0500)]
bandwidthd: Addition of 2 variants of the bandwidthd package.
Addition of the bandwithd package variant from the oldpackage
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.
Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
9 years agolibmraa: board detection was broken after the name changed
John Crispin [Fri, 6 Nov 2015 21:34:59 +0000 (22:34 +0100)]
libmraa: board detection was broken after the name changed

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agounzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow
Álvaro Fernández Rojas [Sun, 1 Nov 2015 15:19:56 +0000 (16:19 +0100)]
unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agomadplay: some build variant related fixes
John Crispin [Mon, 26 Oct 2015 16:15:00 +0000 (17:15 +0100)]
madplay: some build variant related fixes

the 2 variants could not be built at the same time

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode: disable MIPS16
John Crispin [Sat, 24 Oct 2015 07:57:36 +0000 (09:57 +0200)]
node: disable MIPS16

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agopython: fix two build depend issues
Jo-Philipp Wich [Fri, 23 Oct 2015 12:19:45 +0000 (14:19 +0200)]
python: fix two build depend issues

Build depends must refer to the source package name, not the binary one,
therefore we need to use `bzip2` in order to enforce a build of libbz2.so.

Also make the host python build depend on the bzip2 host build in order to
ensure that host python is built with bzip2 support. We don't need a build
dependency for the target python as this already depends on +libbz2 through
python-light. That package dependency in turn implies a build dependency.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agognutls: update to 3.4.6
Nikos Mavrogiannopoulos [Thu, 22 Oct 2015 05:33:06 +0000 (07:33 +0200)]
gnutls: update to 3.4.6

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agonode-cylon: dont double build firmata and serialport
John Crispin [Wed, 21 Oct 2015 08:44:49 +0000 (10:44 +0200)]
node-cylon: dont double build firmata and serialport

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agolibupm: add fixes for 2 sensors
John Crispin [Tue, 20 Oct 2015 13:58:30 +0000 (15:58 +0200)]
libupm: add fixes for 2 sensors

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agoswig: make it compile even if pcre libs are not available
John Crispin [Tue, 20 Oct 2015 11:23:30 +0000 (13:23 +0200)]
swig: make it compile even if pcre libs are not available

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode: add a python/host dependency
John Crispin [Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)]
node: add a python/host dependency

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agozabbix: enable IPv6 support
Etienne CHAMPETIER [Fri, 16 Oct 2015 15:16:34 +0000 (15:16 +0000)]
zabbix: enable IPv6 support

compile tested on trunk, run tested on CC (ar71xx)

size before:
 96757 zabbix-agentd_2.4.6-1_ar71xx.ipk
 29180 zabbix-get_2.4.6-1_ar71xx.ipk
258979 zabbix-proxy_2.4.6-1_ar71xx.ipk
 35121 zabbix-sender_2.4.6-1_ar71xx.ipk
282885 zabbix-server_2.4.6-1_ar71xx.ipk

size after:
 97359 zabbix-agentd_2.4.6-2_ar71xx.ipk
 29841 zabbix-get_2.4.6-2_ar71xx.ipk
259948 zabbix-proxy_2.4.6-2_ar71xx.ipk
 35801 zabbix-sender_2.4.6-2_ar71xx.ipk
284019 zabbix-server_2.4.6-2_ar71xx.ipk

original PR by Thomas Bahn <thomas-bahn@gmx.net>

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years agoswig: add PKG_LICENSE_FILE
John Crispin [Mon, 19 Oct 2015 13:59:58 +0000 (15:59 +0200)]
swig: add PKG_LICENSE_FILE

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-hid: set proper version and revision
John Crispin [Mon, 19 Oct 2015 13:49:38 +0000 (15:49 +0200)]
node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-hid: set proper version and revision
John Crispin [Mon, 19 Oct 2015 13:48:12 +0000 (15:48 +0200)]
node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-cylon: add proper download path and set version properly
John Crispin [Mon, 19 Oct 2015 13:47:40 +0000 (15:47 +0200)]
node-cylon: add proper download path and set version properly

* fix version
* fix download path
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-arduino-firmata: set proper download path and set version properly
John Crispin [Mon, 19 Oct 2015 13:46:03 +0000 (15:46 +0200)]
node-arduino-firmata: set proper download path and set version properly

* fix download path
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>