Commit graph

3219 commits

Author SHA1 Message Date
Jo-Philipp Wich
7bc5cdcee3 Merge pull request #2195 from jow-/for-15.05
CC: freeradius2: completely disable runtime OpenSSL version checks
2016-01-04 09:06:40 +01:00
Jo-Philipp Wich
08d8c7f60b Merge pull request #2169 from MikePetullo/php5
Cherry pick PHP5 updates into for-15.05.
2015-12-28 16:26:52 +01:00
Jo-Philipp Wich
36ea23dce8 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>
2015-12-28 16:25:02 +01:00
Michael Heimpold
766cfcc77f php5: update to 5.6.16
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 16:00:14 -05:00
Michael Heimpold
41f541bd26 php5: update to 5.6.15
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 16:00:04 -05:00
Michael Heimpold
0df349f8df php5: update to 5.6.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 15:59:54 -05:00
Michael Heimpold
196b622bd6 php5: update to 5.6.13
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 15:59:43 -05:00
Michael Heimpold
1cbcdf7f9e php5: fix the two different maintainer fields into one (fixes #1688)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 15:59:32 -05:00
Michael Heimpold
9bbdad4ed7 php5: update to 5.6.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-12-23 15:59:21 -05:00
Michael Heimpold
6cba0bf545 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>
2015-12-23 15:59:10 -05:00
Michael Heimpold
559df398ff 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>
2015-12-23 15:58:46 -05:00
Michael Heimpold
f0a0448857 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>
2015-12-23 15:58:27 -05:00
Michael Heimpold
f04165e4e0 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>
2015-12-23 15:57:57 -05:00
Nikos Mavrogiannopoulos
83ad5a9233 vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-20 19:31:50 +02:00
Aleksandar Radovanovic
a057c03002 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>
2015-12-20 19:29:59 +02:00
Hannu Nyman
1cf7b5ae05 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 df35777400)
2015-12-15 17:38:35 +02:00
Hannu Nyman
3ee2e24082 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>
2015-12-15 17:24:30 +02:00
Hannu Nyman
d00825894a Merge pull request #2122 from commodo/python-backports-15.05
python: backport some patches from trunk to 15.05
2015-12-14 19:46:25 +02:00
Jan Čermák
c4ca3f0bf2 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>
2015-12-13 20:21:29 +02:00
Attila Lendvai
a28067d30d python: fix cross-compiling C++ modules.
Signed-off-by: Attila Lendvai <attila@lendvai.name>
2015-12-13 20:20:02 +02:00
Steven Barth
7b2c37067b python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
2015-12-13 20:19:33 +02:00
Jan Čermák
7e6939bdc0 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>
2015-12-13 20:08:45 +02:00
Toke Høiland-Jørgensen
35188c0f9d sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-12-09 15:08:26 +01:00
Nikos Mavrogiannopoulos
ae9a33f00d libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:58:21 +01:00
Alexander Ryzhov
87d696053e postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-07 09:45:55 +01:00
Ted Hess
fa5e832d77 Merge pull request #2072 from thess/for-15.05
dosfstools: [for-15.05] bump to 3.0.28, fix URLs - dev moved to github
2015-12-04 15:11:45 -05:00
Ted Hess
747c5e42f1 dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-04 15:01:48 -05:00
heil
107b83e1de haproxy: bump to version 1.5.15
- integrate pending patches

Signed-off-by: heil <heil@terminal-consulting.de>
2015-12-02 12:06:32 +01:00
Carlos Miguel Ferreira
74729bc10d 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>
2015-11-29 11:21:57 +01:00
Nikos Mavrogiannopoulos
59f0d5607b ocserv: corrected path for ocserv-fw
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:09:24 +01:00
Nikos Mavrogiannopoulos
fe541acd8a ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:07:34 +01:00
Nikos Mavrogiannopoulos
c3d29513cb vpnc-script: don't attempt to resolve domains which match the local domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:40:19 +01:00
Nikos Mavrogiannopoulos
c1017ac247 vpnc-script: create dnsmasq entries for connections where default domain is set
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:40:19 +01:00
Nikos Mavrogiannopoulos
9d22009696 ocserv: updated to 0.10.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:30:08 +01:00
Nikos Mavrogiannopoulos
46356c7f39 ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:30:08 +01:00
Nikos Mavrogiannopoulos
95383f479a ocserv: Added option to pass split-dns configuration to clients
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:30:08 +01:00
Nikos Mavrogiannopoulos
94c43deb9f ocserv: when default-domain is set, enable split-dns
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:35 +01:00
Nikos Mavrogiannopoulos
6252504514 ocserv: allow enabling proxy ARP
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:35 +01:00
Nikos Mavrogiannopoulos
ddb59c4f72 ocserv: if ocserv.conf.local is present append it to ocserv.conf
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:34 +01:00
Nikos Mavrogiannopoulos
3e0e8c3863 ocserv: simplify IPv6 network setting
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:34 +01:00
Nikos Mavrogiannopoulos
b703519216 ocserv: removed unecessary instructions and script
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:34 +01:00
Nikos Mavrogiannopoulos
4185ad9e49 ocserv: updated to 0.10.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:34 +01:00
Luka Perkov
819a8085cd Merge pull request #2018 from thomasp11/for-15.05
cshark: update to latest git HEAD
2015-11-24 18:50:58 +01:00
Thomas Peterson
b1178b7591 cshark: update to latest git HEAD 2015-11-24 12:41:54 -05:00
Oliver Middleton
c19bf27d8d libpng: update to 1.2.54
Includes fixes for CVE-2015-7981 and CVE-2015-8126.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-11-24 16:21:37 +01:00
Steven Barth
a7cd2d9438 Merge pull request #1871 from dangowrt/update-postgresql-for-15.05
update PostgreSQL
2015-11-19 16:23:34 +01:00
Steven Barth
7f24f26e13 Merge pull request #1941 from padre-lacroix/for-15.05
bandwidthd: Addition of 2 variants of the bandwidthd package.
2015-11-19 12:32:21 +01:00
Toke Høiland-Jørgensen
9966c162ce sqm-scripts: Bump to v1.0.5. 2015-11-19 11:46:36 +01:00
Luka Perkov
70471762cc pptpd: backport from trunk
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-18 21:49:25 +01:00
Jean-Michel Lacroix
23fabf774e 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>
2015-11-10 13:54:42 -05:00