Commit graph

4708 commits

Author SHA1 Message Date
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
Ted Hess
1933a7aa3d boost: Updates for python builds and library packages
Minor Fixes:
     - Fixed bug related to Python 3.5 support. [1]
       - "--without-python3" was being issued when it should only be
         "--without-python".
       - "--without-python" is only issued in the event of neither Python 3.5
         support neither Python 2.7 support is requested.
     - Fixed an old bug related to coroutine2 support (added selector).
       - "--without-coroutin2" was not being issued, even when boost-coroutine was
         not selected. Because of that, the boost building system was compiling
         boost- coroutine and all of its dependencies.
     - Added selector for boost-graph-parallel.

     References:
     [1] - openwrt@8f7e090#commitcomment-14542816

    Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
    Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-23 13:56:26 -05:00
Alexandru Ardelean
4ee146b692 stress: bring it back (from old packages)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-11-23 16:08:26 +02:00
Ted Hess
7f3c9e469f Merge pull request #2009 from roger-/micropython-new
micropython: update to latest
2015-11-23 09:05:26 -05:00
Ted Hess
43a71474f6 zile: fix gcc5 build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-23 09:01:56 -05:00
Ted Hess
e8bd00dd39 mpd: Update to 0.19.11, fix gcc5 builds
Add a patch from the Alpine Linux project to fix a musl build issue with gcc 5:

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-23 08:57:18 -05:00
Steven Barth
8bf976096e strongswan: update to 5.3.4
Fixes CVE-2015-8023

Signed-off-by: Steven Barth <steven@midlink.org>
2015-11-23 14:25:41 +01:00
Steven Barth
e47080b4f9 dbus: update to 1.10.4
Signed-off-by: Steven Barth <steven@midlink.org>
2015-11-23 14:24:46 +01:00
Roger
34dc874cd0 micropython-lib: update
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-11-22 15:42:19 -06:00
Roger
34ff9089e0 micropython: update
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-11-22 15:40:20 -06:00
Nuno Goncalves
35ab69b62f nmap: bump to 7.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-11-22 19:21:32 +00:00
Peter Wagner
e9e5ffaed7 libsndfile: update to 1.0.26
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-22 20:07:46 +01:00
Oliver Middleton
eb2777d17e 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-22 15:18:51 +00:00
David Woodhouse
69e92a9bef collectd: enable nut plugin
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2015-11-22 12:42:51 +00:00
Álvaro Fernández Rojas
51474d7499 dump1090: update to latest version, fix typo
Fixes https://github.com/openwrt/packages/issues/1976

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-22 12:35:17 +01:00
Peter Wagner
b65967668d ntpd: update to 4.2.8p4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-22 00:59:39 +01:00
Peter Wagner
d55d9ad92c pulseaudio: update to 7.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-21 23:39:35 +01:00
Hauke Mehrtens
b4ef45b48c Merge pull request #2002 from hauke/libffi2
libffi: fix host build
2015-11-21 12:43:03 +01:00
Hauke Mehrtens
1ad9005e98 libffi: fix host build
My last commit c1137b6db7 "libffi: fix
libffi.pc file" broke the host build as that still placed the header
files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed
to /usr/include/ . With this patch I took the patch from Debian and
also made the install process to put the header files to /usr/include
in all situations.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-21 12:37:34 +01:00
Hannu Nyman
e989f69114 wget: update to version 1.17
Update wget to 1.17.

Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-21 11:32:43 +02:00
Dirk Brenken
1c4a92c9f6 adblock: logging & documentation update
- centralized logging via separate function to stdout, syslog and file
- remove dependencies between helper functions
- add two new options "adb_maxtime" and "adb_maxloop"
- add description to every adblock config option (see
adblock.conf.sample)
- update README.md

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-21 08:04:34 +01:00
Hauke Mehrtens
10311faf44 Merge pull request #1989 from hauke/libffi
libffi: fix libffi.pc file
2015-11-21 00:43:07 +01:00
Hauke Mehrtens
1dbf398d5c Merge pull request #1990 from hauke/libgpg-error
libgpg-error: fix build with gcc-5
2015-11-20 23:30:22 +01:00
Michael Heimpold
55421fe27b libxml2: upgrade to 2.9.3
Beside some improvements, this also fixes several CVEs, for full
list see upstream changelog at:
https://mail.gnome.org/archives/xml/2015-November/msg00012.html

The patch needed for musl was accepted upstream, so we can remove it.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-11-20 21:53:15 +01:00
Ted Hess
1253da8cfc Merge pull request #1987 from thess/mjpg-streamer
mjpg-streamer: Fix SIGTRAP in v4l2uvc
2015-11-20 10:06:25 -05:00
Hannu Nyman
df35777400 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>
2015-11-20 16:32:52 +02:00
Marcel Denia
6552e55ea7 perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-11-20 12:53:13 +01:00
Marcel Denia
51bef7ad20 perl: Enable crypt() for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-11-20 12:33:37 +01:00