Commit graph

4585 commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
62c95a10a8 ocserv: updated to 0.10.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:06 +01:00
Ted Hess
40c040abd4 libshout: Fix build/configure errors
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-28 15:09:02 -05:00
Ted Hess
14d565fccf Merge pull request #2011 from gmagnotta/master
created mt-st project
2015-11-28 14:43:11 -05:00
Steven Barth
a2d634e8a6 Merge pull request #2003 from stintel/strongswan
strongswan: fix bug in 5.3.4
2015-11-28 19:50:39 +01:00
Stijn Tintel
f3d1722bb2 strongswan: add upstream patch for bug in 5.3.4
See https://wiki.strongswan.org/issues/1213

Removed the changes to charon-xpc.c because they didn't apply and are
only used on OS X anyway.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-11-28 12:38:40 -05:00
Hannu Nyman
b2d082e5a3 Merge pull request #2022 from dibdot/mc
mc: add ash subshell support
2015-11-28 12:23:58 +02:00
Mangix
ea119211b2 openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2015-11-27 20:03:47 -08:00
Jeffery To
38b8274718 python-cffi: add host compile/install, upgrade to 1.3.1
This depends on:

- python-setuptools host install (#1985)
- python-pycparser host install (#2033)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-27 20:02:59 +08:00
Jeffery To
9a79d5f093 python-pycparser: add host compile/install
This depends on:

- python-setuptools host install (#1985)
- python-ply host install (#2032)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-27 19:59:43 +08:00
Jeffery To
b2faede408 python-ply: add host compile/install
This depends on python-setuptools host install in PR #1985

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-27 19:56:12 +08:00
Hannu Nyman
c508fe103a Merge pull request #2030 from dibdot/adblock
adblock: bugfix release
2015-11-26 23:45:01 +02:00
Dirk Brenken
2d40930fa0 adblock: bugfix release
* fix download parms
* fix tmp vars
* other small fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-26 21:48:05 +01:00
Hannu Nyman
aad69485ed wget: backport upstream fix to re-enable disabling ipv6
Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration.
Backport an upstream commit that fixes the disabling of ipv6 in wget.
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 19:21:23 +02:00
Jonas Gorski
2e91dc6bb7 znc: drop GCC dependencies
OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need
to depend on specific versions anymore. Fixes visibility with GCC 5,
the current default.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-11-26 13:00:31 +01:00
Hannu Nyman
cd2fb65b40 Merge pull request #2025 from hnyman/wget-nossl
wget: fix nossl variant in 1.17
2015-11-26 13:42:55 +02:00
Hannu Nyman
5ca6d406b6 wget: fix nossl variant in 1.17
wget-nossl variant for wget 1.17 is broken in upstream.
Copy a patch from upstream mailing list to fix compilation.
http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 12:00:00 +02:00
Dirk Brenken
1d797c29b0 mc: add ash subshell support
* backport a slightly modified subshell patch to stable 4.8.15
  (see ticket: https://www.midnight-commander.org/ticket/2742)
* enable subshell support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-25 21:17:41 +01:00
gmagnotta
eb60b138a8 created mt-st project
Signed-off-by: Giuseppe Magnotta giuseppe.magnotta@gmail.com
2015-11-25 15:32:48 +01:00
Ted Hess
9624739946 Merge pull request #1973 from thess/libshout-work
Make 2 variants for libshout. Update oggfwd to use full variant.
2015-11-25 09:04:16 -05:00
Ted Hess
0c4cc6bd57 Merge pull request #1968 from thess/smstools-work
smstools3: Fix NLS build dependencies
2015-11-25 09:03:46 -05:00
Ted Hess
54d5f57db5 Merge pull request #1965 from thess/redsocks-build
redsocks: updates to latest source and gcc build options
2015-11-25 09:02:20 -05:00
Nikos Mavrogiannopoulos
f90f6251d5 gnutls: updated to 3.4.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:27:38 +01:00
Nikos Mavrogiannopoulos
67498cffdf ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:24:39 +01:00
Nikos Mavrogiannopoulos
3b87afcea8 vpnc-script: don't attempt to resolve domains which match the local domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:23:43 +01:00
Nikos Mavrogiannopoulos
b70b5d0b5e ocserv: Added option to pass split-dns configuration to clients
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:04:03 +01:00
Nikos Mavrogiannopoulos
1f9b054deb 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-24 23:52:58 +01:00
Nikos Mavrogiannopoulos
7730977135 Merge pull request #2015 from ClaymorePT/p11_kit_1
p11-kit: Version update
2015-11-25 00:33:15 +02:00
Hannu Nyman
5465aecf1a Merge pull request #2019 from dibdot/adblock
adblock: reduce memory consumption
2015-11-24 23:56:50 +02:00
Dirk Brenken
6d75710491 adblock: reduce memory consumption
* rework shallalist processing: significantly reduce memory consumption
during archive extraction and merging.
* considerable reduce memory consumption during adblock source
processing.
* considerable reduce memory consumption of sort (sorts only the domain
list and not the bigger dnsmasq file)

other changes:
* auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop,
adb_maxtime and adb_minspace - these options can be safely removed from
previous adblock configuration file
* check total memory and main uhttpd configuration on startup
* documentation update

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-24 22:29:05 +01:00
Hannu Nyman
e44e0e3736 Merge pull request #1961 from hnyman/gnome
libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
2015-11-24 21:16:11 +02:00
Ted Hess
aa62dfd38d Merge pull request #1995 from br101/master
pingcheck: Add new package
2015-11-24 13:50:45 -05:00
Hannu Nyman
9510a11bcc Merge pull request #1999 from dibdot/adblock
adblock: logging & documentation update
2015-11-24 20:47:29 +02:00
Hannu Nyman
ccf79f985a Merge pull request #1998 from hnyman/advice
CONTRIBUTING.md: Add advice about pull requests
2015-11-24 20:46:55 +02:00
Luka Perkov
de147bf869 Merge pull request #2017 from thomasp11/master
cshark: update to latest git HEAD
2015-11-24 18:50:37 +01:00
Thomas Peterson
bc5c8fdbee cshark: update to latest git HEAD 2015-11-24 12:39:20 -05:00
Jo-Philipp Wich
c7ddd3140d Merge pull request #2008 from ollie27/libpngupdate
libpng: update to 1.2.54
2015-11-24 16:17:31 +01:00
Jo-Philipp Wich
24acd472d7 Merge pull request #2016 from padre-lacroix/master
bandwidthd: fix build with gcc5
2015-11-24 16:16:55 +01:00
Jeffery To
dbeb12c28d python-setuptools: add ability to install on host
This depends on python-host.mk in PR #1984

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-24 22:50:38 +08:00
Steven Barth
dbde5d5295 Merge pull request #1984 from jefferyto/host-python-package
python: add capability to install python packages for the host
2015-11-24 15:50:34 +01:00
Jean-Michel Lacroix
6b0288785c bandwidthd: fix build with gcc5
This is a small fix to allow the package to compile with gcc5
Addition of the -std=gnu89 CFLAGS.
Small correction of the copyright date of file bandwidthd.init

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2015-11-24 09:45:45 -05:00
Jeffery To
b12d7b6db1 python: add capability to install python packages for the host
Some python packages (e.g. cffi) compile one or more shared libraries
as part of their setup process. When these packages are setup
dependencies of other packages (e.g. cryptography), these packages (and
their shared libraries) will need to be loaded on the host system.

This adds a makefile, similar to python-package.mk, to simplify
installing python packages on the host.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-24 22:43:56 +08:00
Jo-Philipp Wich
b3beb14b67 Merge pull request #2006 from dwmw2/master
collectd: enable nut plugin
2015-11-24 14:24:54 +01:00
Hannu Nyman
7b78ed456e libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
Switch grilo, grilo-plugins and libgee to use the @GNOME alias for
source download in order to fix download problems in buildbot.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-24 12:44:59 +02:00
Álvaro Fernández Rojas
67e785f6a6 Merge pull request #2001 from hnyman/wget117
wget: update to version 1.17
2015-11-24 08:21:14 +01:00
Álvaro Fernández Rojas
9639425937 Merge pull request #2014 from sairon/python-add-missing-expat-host-dependency
python: add missing host build dependency on expat/host
2015-11-24 08:20:41 +01:00
Carlos Miguel Ferreira
869c22565c 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-24 02:15:12 +00:00
Ted Hess
773911227f Merge pull request #2013 from thess/boost-test
boost: Updates for python builds and library packages
2015-11-23 19:10:55 -05:00
Nikos Mavrogiannopoulos
b4b2d83c42 ocserv: when default-domain is set, enable split-dns
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-24 00:18:00 +01:00
Jan Čermák
3ac990447f 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-11-23 21:59:29 +01:00
Ted Hess
906c32a5b6 Merge pull request #2012 from commodo/stress-package
stress: bring it back (from old packages)
2015-11-23 14:34:47 -05:00