feed/packages.git
8 years agoMerge pull request #1999 from dibdot/adblock
Hannu Nyman [Tue, 24 Nov 2015 18:47:29 +0000 (20:47 +0200)]
Merge pull request #1999 from dibdot/adblock

adblock: logging & documentation update

8 years agoMerge pull request #1998 from hnyman/advice
Hannu Nyman [Tue, 24 Nov 2015 18:46:55 +0000 (20:46 +0200)]
Merge pull request #1998 from hnyman/advice

CONTRIBUTING.md: Add advice about pull requests

8 years agoMerge pull request #2017 from thomasp11/master
Luka Perkov [Tue, 24 Nov 2015 17:50:37 +0000 (18:50 +0100)]
Merge pull request #2017 from thomasp11/master

cshark: update to latest git HEAD

8 years agocshark: update to latest git HEAD 2017/head
Thomas Peterson [Tue, 24 Nov 2015 17:39:20 +0000 (12:39 -0500)]
cshark: update to latest git HEAD

8 years agoMerge pull request #2008 from ollie27/libpngupdate
Jo-Philipp Wich [Tue, 24 Nov 2015 15:17:31 +0000 (16:17 +0100)]
Merge pull request #2008 from ollie27/libpngupdate

libpng: update to 1.2.54

8 years agoMerge pull request #2016 from padre-lacroix/master
Jo-Philipp Wich [Tue, 24 Nov 2015 15:16:55 +0000 (16:16 +0100)]
Merge pull request #2016 from padre-lacroix/master

bandwidthd: fix build with gcc5

8 years agoMerge pull request #1984 from jefferyto/host-python-package
Steven Barth [Tue, 24 Nov 2015 14:50:34 +0000 (15:50 +0100)]
Merge pull request #1984 from jefferyto/host-python-package

python: add capability to install python packages for the host

8 years agobandwidthd: fix build with gcc5 2016/head
Jean-Michel Lacroix [Tue, 24 Nov 2015 14:45:45 +0000 (09:45 -0500)]
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>
8 years agopython: add capability to install python packages for the host 1984/head
Jeffery To [Wed, 18 Nov 2015 16:34:14 +0000 (00:34 +0800)]
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>
8 years agoMerge pull request #2006 from dwmw2/master
Jo-Philipp Wich [Tue, 24 Nov 2015 13:24:54 +0000 (14:24 +0100)]
Merge pull request #2006 from dwmw2/master

collectd: enable nut plugin

8 years agoMerge pull request #2001 from hnyman/wget117
Álvaro Fernández Rojas [Tue, 24 Nov 2015 07:21:14 +0000 (08:21 +0100)]
Merge pull request #2001 from hnyman/wget117

wget: update to version 1.17

8 years agoMerge pull request #2014 from sairon/python-add-missing-expat-host-dependency
Álvaro Fernández Rojas [Tue, 24 Nov 2015 07:20:41 +0000 (08:20 +0100)]
Merge pull request #2014 from sairon/python-add-missing-expat-host-dependency

python: add missing host build dependency on expat/host

8 years agoMerge pull request #2013 from thess/boost-test
Ted Hess [Tue, 24 Nov 2015 00:10:55 +0000 (19:10 -0500)]
Merge pull request #2013 from thess/boost-test

    boost: Updates for python builds and library packages

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 agopython: add missing host build dependency on expat/host 2014/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 agoMerge pull request #2012 from commodo/stress-package
Ted Hess [Mon, 23 Nov 2015 19:34:47 +0000 (14:34 -0500)]
Merge pull request #2012 from commodo/stress-package

stress: bring it back (from old packages)

8 years ago boost: Updates for python builds and library packages 2013/head
Ted Hess [Mon, 23 Nov 2015 18:51:54 +0000 (13:51 -0500)]
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>
8 years agostress: bring it back (from old packages) 2012/head
Alexandru Ardelean [Mon, 23 Nov 2015 12:02:27 +0000 (14:02 +0200)]
stress: bring it back (from old packages)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agoMerge pull request #2009 from roger-/micropython-new
Ted Hess [Mon, 23 Nov 2015 14:05:26 +0000 (09:05 -0500)]
Merge pull request #2009 from roger-/micropython-new

micropython: update to latest

8 years agozile: fix gcc5 build issues
Ted Hess [Mon, 23 Nov 2015 14:01:56 +0000 (09:01 -0500)]
zile: fix gcc5 build issues

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agompd: Update to 0.19.11, fix gcc5 builds
Ted Hess [Mon, 23 Nov 2015 13:51:26 +0000 (08:51 -0500)]
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>
8 years agostrongswan: update to 5.3.4
Steven Barth [Mon, 23 Nov 2015 13:25:41 +0000 (14:25 +0100)]
strongswan: update to 5.3.4

Fixes CVE-2015-8023

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agodbus: update to 1.10.4
Steven Barth [Mon, 23 Nov 2015 13:24:25 +0000 (14:24 +0100)]
dbus: update to 1.10.4

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agomicropython-lib: update 2009/head
Roger [Sun, 22 Nov 2015 21:42:19 +0000 (15:42 -0600)]
micropython-lib: update

Signed-off-by: Roger D <rogerdammit@gmail.com>
8 years agomicropython: update
Roger [Sun, 22 Nov 2015 21:40:20 +0000 (15:40 -0600)]
micropython: update

Signed-off-by: Roger D <rogerdammit@gmail.com>
8 years agonmap: bump to 7.00
Nuno Goncalves [Sun, 22 Nov 2015 19:19:58 +0000 (19:19 +0000)]
nmap: bump to 7.00

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years agolibsndfile: update to 1.0.26
Peter Wagner [Sun, 22 Nov 2015 19:07:22 +0000 (20:07 +0100)]
libsndfile: update to 1.0.26

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agolibpng: update to 1.2.54 2008/head
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>
8 years agocollectd: enable nut plugin 2006/head
David Woodhouse [Thu, 17 Sep 2015 10:46:46 +0000 (11:46 +0100)]
collectd: enable nut plugin

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
8 years agodump1090: update to latest version, fix typo
Álvaro Fernández Rojas [Sun, 22 Nov 2015 11:35:17 +0000 (12:35 +0100)]
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>
8 years agontpd: update to 4.2.8p4
Peter Wagner [Sat, 21 Nov 2015 23:59:39 +0000 (00:59 +0100)]
ntpd: update to 4.2.8p4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agopulseaudio: update to 7.1
Peter Wagner [Sat, 21 Nov 2015 22:39:35 +0000 (23:39 +0100)]
pulseaudio: update to 7.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agoMerge pull request #2002 from hauke/libffi2
Hauke Mehrtens [Sat, 21 Nov 2015 11:43:03 +0000 (12:43 +0100)]
Merge pull request #2002 from hauke/libffi2

libffi: fix host build

8 years agolibffi: fix host build 2002/head
Hauke Mehrtens [Sat, 21 Nov 2015 11:34:45 +0000 (12:34 +0100)]
libffi: fix host build

My last commit c1137b6db7c461ddc3d2ddac674ba73bc1579918 "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>
8 years agowget: update to version 1.17 2001/head
Hannu Nyman [Sat, 21 Nov 2015 09:32:43 +0000 (11:32 +0200)]
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>
8 years agoadblock: logging & documentation update 1999/head
Dirk Brenken [Fri, 20 Nov 2015 17:29:32 +0000 (18:29 +0100)]
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>
8 years agoMerge pull request #1989 from hauke/libffi
Hauke Mehrtens [Fri, 20 Nov 2015 23:43:07 +0000 (00:43 +0100)]
Merge pull request #1989 from hauke/libffi

libffi: fix libffi.pc file

8 years agoMerge pull request #1990 from hauke/libgpg-error
Hauke Mehrtens [Fri, 20 Nov 2015 22:30:22 +0000 (23:30 +0100)]
Merge pull request #1990 from hauke/libgpg-error

libgpg-error: fix build with gcc-5

8 years agolibxml2: upgrade to 2.9.3
Michael Heimpold [Fri, 20 Nov 2015 20:48:55 +0000 (21:48 +0100)]
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>
8 years agoMerge pull request #1987 from thess/mjpg-streamer
Ted Hess [Fri, 20 Nov 2015 15:06:25 +0000 (10:06 -0500)]
Merge pull request #1987 from thess/mjpg-streamer

mjpg-streamer: Fix SIGTRAP in v4l2uvc

8 years agoCONTRIBUTING.md: Add advice about pull requests 1998/head
Hannu Nyman [Fri, 20 Nov 2015 14:22:20 +0000 (16:22 +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>
8 years agoperl: Bump PKG_RELEASE
Marcel Denia [Fri, 20 Nov 2015 11:53:13 +0000 (12:53 +0100)]
perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl: Enable crypt() for all libc implementations
Marcel Denia [Fri, 30 Oct 2015 13:24:06 +0000 (14:24 +0100)]
perl: Enable crypt() for all libc implementations

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoMerge pull request #1992 from Adze1502/master
Steven Barth [Fri, 20 Nov 2015 08:40:56 +0000 (09:40 +0100)]
Merge pull request #1992 from Adze1502/master

mwan3: update to version 2.0-0

8 years agoMerge pull request #1994 from hauke/gpsd
Hauke Mehrtens [Thu, 19 Nov 2015 21:44:57 +0000 (22:44 +0100)]
Merge pull request #1994 from hauke/gpsd

gpsd: do not strip gpsd

8 years agogpsd: do not strip gpsd 1994/head
Hauke Mehrtens [Thu, 19 Nov 2015 21:16:25 +0000 (22:16 +0100)]
gpsd: do not strip gpsd

The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years agosqm-scripts: Drop dependency on 'ip'.
Toke Høiland-Jørgensen [Thu, 19 Nov 2015 16:18:02 +0000 (17:18 +0100)]
sqm-scripts: Drop dependency on 'ip'.

8 years agoMerge pull request #1606 from teslamint/patch-2
Steven Barth [Thu, 19 Nov 2015 15:27:15 +0000 (16:27 +0100)]
Merge pull request #1606 from teslamint/patch-2

coova-chilli: fix compile error with musl

8 years agoMerge pull request #1645 from feckert/master
Steven Barth [Thu, 19 Nov 2015 15:26:40 +0000 (16:26 +0100)]
Merge pull request #1645 from feckert/master

extend net-snmp functionality

8 years agoMerge pull request #1743 from marcin1j/patchwork/owfs
Steven Barth [Thu, 19 Nov 2015 15:25:00 +0000 (16:25 +0100)]
Merge pull request #1743 from marcin1j/patchwork/owfs

owfs: add startup scripts, make features configurable and fix w1 adapter bugs

8 years agoMerge pull request #1870 from dangowrt/update-libmicrohttpd
Steven Barth [Thu, 19 Nov 2015 15:23:46 +0000 (16:23 +0100)]
Merge pull request #1870 from dangowrt/update-libmicrohttpd

libmicrohttpd: update to 0.9.44

8 years agoMerge pull request #1898 from NeoRaider/node-host
Steven Barth [Thu, 19 Nov 2015 15:23:26 +0000 (16:23 +0100)]
Merge pull request #1898 from NeoRaider/node-host

node: add python/host to HOST_BUILD_DEPENDS as well

8 years agoMerge pull request #1991 from ClaymorePT/boost_4
Steven Barth [Thu, 19 Nov 2015 11:38:42 +0000 (12:38 +0100)]
Merge pull request #1991 from ClaymorePT/boost_4

boost: Update 4

8 years agoMerge pull request #1988 from brainsucker-na/master
Steven Barth [Thu, 19 Nov 2015 11:37:34 +0000 (12:37 +0100)]
Merge pull request #1988 from brainsucker-na/master

strongswan: gmpdh plugin, package and strongswan-isakmp metapackage

8 years agoMerge pull request #1972 from jefferyto/python-cffi
Steven Barth [Thu, 19 Nov 2015 11:35:36 +0000 (12:35 +0100)]
Merge pull request #1972 from jefferyto/python-cffi

python-cffi: new package

8 years agoMerge pull request #1970 from jefferyto/python-pycparser
Steven Barth [Thu, 19 Nov 2015 11:35:24 +0000 (12:35 +0100)]
Merge pull request #1970 from jefferyto/python-pycparser

python-pycparser: new package

8 years agoMerge pull request #1956 from jefferyto/python-ply
Steven Barth [Thu, 19 Nov 2015 11:33:51 +0000 (12:33 +0100)]
Merge pull request #1956 from jefferyto/python-ply

python-ply: new package

8 years agoMerge pull request #1955 from jefferyto/python-ipaddress
Steven Barth [Thu, 19 Nov 2015 11:33:28 +0000 (12:33 +0100)]
Merge pull request #1955 from jefferyto/python-ipaddress

python-ipaddress: new package

8 years agoMerge pull request #1954 from jefferyto/python-enum34
Steven Barth [Thu, 19 Nov 2015 11:33:21 +0000 (12:33 +0100)]
Merge pull request #1954 from jefferyto/python-enum34

python-enum34: new package

8 years agoMerge pull request #1953 from jefferyto/python-idna
Steven Barth [Thu, 19 Nov 2015 11:33:10 +0000 (12:33 +0100)]
Merge pull request #1953 from jefferyto/python-idna

python-idna: new package

8 years agoMerge pull request #1951 from jefferyto/python-six
Steven Barth [Thu, 19 Nov 2015 11:33:02 +0000 (12:33 +0100)]
Merge pull request #1951 from jefferyto/python-six

python-six: new package

8 years agoMerge pull request #1950 from jefferyto/python-pyasn1
Steven Barth [Thu, 19 Nov 2015 11:32:46 +0000 (12:32 +0100)]
Merge pull request #1950 from jefferyto/python-pyasn1

python-pyasn1: new package

8 years agoMerge pull request #1921 from jefferyto/zope-interface
Steven Barth [Thu, 19 Nov 2015 11:30:37 +0000 (12:30 +0100)]
Merge pull request #1921 from jefferyto/zope-interface

zope-interface: import from old packages feed

8 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.

8 years agomwan3: update to version 2.0-0 1992/head
Jeroen Louwes [Thu, 19 Nov 2015 08:37:30 +0000 (09:37 +0100)]
mwan3: update to version 2.0-0

IPv6 support! :D
Big code overhaul; expect bugs..

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
8 years agoboost: Update 4 1991/head
Carlos Miguel Ferreira [Thu, 19 Nov 2015 00:09:50 +0000 (00:09 +0000)]
boost: Update 4

  Major Updates
  - Added support for Python 3.5.
  - Removed the restriction for the target MPC85xx when using uclibc [1].
    - No longer required since uclibc was removed from trunk.
  - Added option to force static compilation.
  - Added option to force linking statically to the C++ standard library and compiler runtime support libraries.
  - Added option to disable multithreading support. It can be helpfull for those who wish to fully optimise their code.
    - Some boost libraries will require multithreading to be active. For those, this option is active as a requirement.

  Minor Updates
  - Added -fPIC to CFLags [2].
    - python requires independent position code when statically compiling.

  References:
  [1] - https://github.com/openwrt/packages/issues/1621
  [2] - https://github.com/openwrt/packages/issues/1938

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
8 years agolibgpg-error: fix build with gcc-5 1990/head
Hauke Mehrtens [Wed, 18 Nov 2015 22:36:05 +0000 (23:36 +0100)]
libgpg-error: fix build with gcc-5

Call the cpp preprocessor with -P argument which is now needed by gcc-5.

This is a backport of this upstream commit:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years agomultimedia: add fbdevsink
Tim Harvey [Tue, 10 Nov 2015 20:47:51 +0000 (12:47 -0800)]
multimedia: add fbdevsink

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
8 years agolibffi: fix libffi.pc file 1989/head
Hauke Mehrtens [Wed, 18 Nov 2015 21:43:59 +0000 (22:43 +0100)]
libffi: fix libffi.pc file

The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11
/usr/lib/libffi-3.0.13/include which does not exists, this made glib2
fail to compile. The header files are copied to /usr/include so define
it in the libffi.pc file.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years agostrongswan: gmpdh plugin, package and strongswan-isakmp metapackage 1988/head
brainsucker-na [Wed, 18 Nov 2015 15:02:32 +0000 (18:02 +0300)]
strongswan: gmpdh plugin, package and strongswan-isakmp metapackage

gmpdh plugin implements DH Groups (same as normal GMP plugin), but links to GMP statically and is stripped of all RSA based stuff. Binary size for plugin is ~20kbytes with no dependency on libgmp (200+ kbytes after squash), easilly fitting into flash space restricted devices.

strongswan-isakmp metapackage defines a minimal set of strongswan plugins (including gmpdh) for ISAKMP / IKEv1 PSK tunnels. Will fit even 4mb routers (like tplink wr841n) with disabled IPv6 support and packages (so its a trade - IPv6 or ipsec tunnels).

Signed-of-by: Mikalai Miadzvedz <brainsucker.na@gmail.com>
8 years agoMerge pull request #1981 from philenotfound/master
Ted Hess [Wed, 18 Nov 2015 19:50:41 +0000 (14:50 -0500)]
Merge pull request #1981 from philenotfound/master

at: update init script to use procd

8 years agomjpg-streamer: Fix SIGTRAP in v4l2uvc 1987/head
Ted Hess [Wed, 18 Nov 2015 17:29:33 +0000 (12:29 -0500)]
mjpg-streamer: Fix SIGTRAP in v4l2uvc

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoat: update init script to use procd 1981/head
Phil Eichinger [Wed, 18 Nov 2015 07:55:29 +0000 (08:55 +0100)]
at: update init script to use procd

also increase PKG_RELEASE

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
8 years agoMerge pull request #1928 from hnyman/fix-mpg123
Álvaro Fernández Rojas [Wed, 18 Nov 2015 10:45:44 +0000 (11:45 +0100)]
Merge pull request #1928 from hnyman/fix-mpg123

mpg123: fix installation by adding a missing backslash

8 years agoMerge pull request #1978 from philenotfound/master
Luka Perkov [Tue, 17 Nov 2015 22:53:30 +0000 (23:53 +0100)]
Merge pull request #1978 from philenotfound/master

at: bring back package

8 years agoMerge pull request #1974 from thess/icecast-update
Ted Hess [Tue, 17 Nov 2015 18:38:39 +0000 (13:38 -0500)]
Merge pull request #1974 from thess/icecast-update

icecast: Improve OOB experience - new defaults, add user & group ids

8 years agoat: bring back package 1978/head
Phil Eichinger [Tue, 17 Nov 2015 16:52:21 +0000 (17:52 +0100)]
at: bring back package

* import from oldpackages
* version bump, update hash
* add PKG_LICENSE and PKG_LICENSE_FILES
* update patches

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
8 years agoMerge pull request #1971 from dibdot/adblock
Ted Hess [Mon, 16 Nov 2015 19:53:35 +0000 (14:53 -0500)]
Merge pull request #1971 from dibdot/adblock

adblock: fix redirection issues

8 years agopython-cffi: new package 1972/head
Jeffery To [Mon, 16 Nov 2015 11:55:06 +0000 (19:55 +0800)]
python-cffi: new package

From PyPI:

Foreign Function Interface for Python calling C code.

This depends on python-pycparser, which is in PR #1970

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agopackage-ply: use given path instead of copying directly into staging_dir 1956/head
Jeffery To [Mon, 16 Nov 2015 11:52:40 +0000 (19:52 +0800)]
package-ply: use given path instead of copying directly into staging_dir

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agoadblock: fix redirection issues 1971/head
Dirk Brenken [Sun, 15 Nov 2015 20:17:53 +0000 (21:17 +0100)]
adblock: fix redirection issues

fix more corner cases because of mksh to ash migration
fix logical glitch during startup

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agopython-pycparser: new package 1970/head
Jeffery To [Mon, 16 Nov 2015 09:09:14 +0000 (17:09 +0800)]
python-pycparser: new package

From the README:

pycparser is a parser for the C language, written in pure Python. It is a
module designed to be easily integrated into applications that need to parse
C source code.

This depends on python-ply, which is in PR #1956

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agopython-ply: added Build/InstallDev section
Jeffery To [Mon, 16 Nov 2015 08:54:24 +0000 (16:54 +0800)]
python-ply: added Build/InstallDev section

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agoMerge pull request #1948 from mistachkin/master
Ted Hess [Sun, 15 Nov 2015 23:35:32 +0000 (18:35 -0500)]
Merge pull request #1948 from mistachkin/master

Bring back the Tcl language (lang/tcl package)...

8 years agolang/tcl: Bring back package, updated to 8.6.4. 1948/head
mistachkin [Thu, 5 Nov 2015 06:05:32 +0000 (22:05 -0800)]
lang/tcl: Bring back package, updated to 8.6.4.

Signed-off-by: Joe Mistachkin <joe@mistachkin.com>
8 years agoicecast: Improve OOB experience - new defaults, add user & group ids 1974/head
Ted Hess [Sun, 15 Nov 2015 18:28:55 +0000 (13:28 -0500)]
icecast: Improve OOB experience - new defaults, add user & group ids

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoMerge pull request #1966 from dibdot/ssmtp
Ted Hess [Sun, 15 Nov 2015 17:19:34 +0000 (12:19 -0500)]
Merge pull request #1966 from dibdot/ssmtp

ssmtp: maintenance update

8 years agoMerge pull request #1962 from dibdot/mc
Ted Hess [Sun, 15 Nov 2015 17:06:54 +0000 (12:06 -0500)]
Merge pull request #1962 from dibdot/mc

mc: update to 4.8.15

8 years agossmtp: maintenance update 1966/head
Dirk Brenken [Sun, 15 Nov 2015 12:48:08 +0000 (13:48 +0100)]
ssmtp: maintenance update

remove needless dead.letter function (at least on embedded devices)
backport debian fixes (slightly modified)

compile tested. Please apply to upstream - thank you!

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agomc: update to 4.8.15 1962/head
Dirk Brenken [Sun, 15 Nov 2015 12:44:25 +0000 (13:44 +0100)]
mc: update to 4.8.15

bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agoMerge pull request #1923 from hnyman/libtorrent
tripolar [Sun, 15 Nov 2015 11:43:52 +0000 (12:43 +0100)]
Merge pull request #1923 from hnyman/libtorrent

Libtorrent and rtorrent: update version, disable ipv6 to fix compilation

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agoMerge pull request #1952 from dibdot/master
Ted Hess [Sat, 14 Nov 2015 15:43:27 +0000 (10:43 -0500)]
Merge pull request #1952 from dibdot/master

adblock: additional check for running dns query background task

8 years agoMerge pull request #1958 from mlichvar/chrony-script-improvements
Ted Hess [Sat, 14 Nov 2015 15:38:24 +0000 (10:38 -0500)]
Merge pull request #1958 from mlichvar/chrony-script-improvements

chrony: improve hotplug and init scripts

8 years agochrony: improve hotplug and init scripts 1958/head
Miroslav Lichvar [Sat, 14 Nov 2015 07:59:52 +0000 (08:59 +0100)]
chrony: improve hotplug and init scripts

- fix the init script to read the right config
- rework the init script to allow reusing its code in the hotplug script
- find wan interfaces in the hotplug script instead of using hardcoded
  name and set the online/offline status separately for IPv4/IPv6
- allow NTP access on interfaces that are configured after chronyd start
- add NTP servers obtained from DHCP, options are specified in a new
  dhcp_ntp_server config section
- start chronyd before the network service, include a patch to always
  have IP_FREEBIND defined, which seems to be missing with uclibc

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
8 years agortorrent: update to 0.9.6, disable ipv6 1923/head
Hannu Nyman [Fri, 6 Nov 2015 12:02:55 +0000 (14:02 +0200)]
rtorrent: update to 0.9.6, disable ipv6

Update rtorrent to 0.9.6.
Update patches.
Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent.

Libtorrent compilation has been broken since #1181 got merged
and ipv6 got enabled. Users have seen issues like #1316 and #1804

IPv6 support in libtorrent & rtorrent master is not complete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agolibtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
Hannu Nyman [Fri, 6 Nov 2015 11:44:16 +0000 (13:44 +0200)]
libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack

Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
  as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).

Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804

IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agompg123: fix installation by adding a missing backslash 1928/head
Hannu Nyman [Sun, 8 Nov 2015 11:06:02 +0000 (13:06 +0200)]
mpg123: fix installation by adding a missing backslash

Fix the installation command by adding a missing "\".

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #1936 from mmaraya/master
Ted Hess [Fri, 13 Nov 2015 14:10:05 +0000 (09:10 -0500)]
Merge pull request #1936 from mmaraya/master

port-mirroring: new package for copying network packets

8 years agopython-six: use setuptools 1951/head
Jeffery To [Fri, 13 Nov 2015 08:35:14 +0000 (16:35 +0800)]
python-six: use setuptools

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agopython-pyasn1: use setuptools 1950/head
Jeffery To [Fri, 13 Nov 2015 08:26:56 +0000 (16:26 +0800)]
python-pyasn1: use setuptools

Signed-off-by: Jeffery To <jeffery.to@gmail.com>