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
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
John Crispin
ee0bb7b9df
libmraa: board detection was broken after the name changed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-11-06 22:39:41 +01:00
Álvaro Fernández Rojas
8a70ddefc7
unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-01 16:21:56 +01:00
John Crispin
f8a70fc188
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>
2015-10-26 17:15:00 +01:00
John Crispin
6f8928afbc
node: disable MIPS16
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-24 09:57:36 +02:00
Jo-Philipp Wich
375b9aeee4
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>
2015-10-24 09:56:53 +02:00
Nikos Mavrogiannopoulos
ffd3b199e1
gnutls: update to 3.4.6
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:34:54 +02:00
John Crispin
f690a75422
node-cylon: dont double build firmata and serialport
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-21 10:44:49 +02:00
John Crispin
25a4a2f15d
libupm: add fixes for 2 sensors
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 15:58:30 +02:00
John Crispin
fbef79fd9f
swig: make it compile even if pcre libs are not available
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:27:29 +02:00
John Crispin
3740ab89eb
node: add a python/host dependency
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:27:29 +02:00
Etienne CHAMPETIER
5d079de65a
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>
2015-10-19 22:28:27 +00:00
John Crispin
c86d2d5ecb
swig: add PKG_LICENSE_FILE
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:59:58 +02:00