feed/packages.git
9 years agolxc: lxc-ls depends on lxc-config
Luka Perkov [Tue, 21 Oct 2014 14:34:01 +0000 (16:34 +0200)]
lxc: lxc-ls depends on lxc-config

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolxc: bump to 1.0.6
Luka Perkov [Tue, 21 Oct 2014 13:19:15 +0000 (15:19 +0200)]
lxc: bump to 1.0.6

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agonspr: bump to 3.16.6
Luka Perkov [Tue, 21 Oct 2014 13:07:26 +0000 (15:07 +0200)]
nspr: bump to 3.16.6

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agofile: bump to 5.20
Luka Perkov [Tue, 21 Oct 2014 12:38:52 +0000 (14:38 +0200)]
file: bump to 5.20

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolxc: set default lxcpath to /lxc
Luka Perkov [Sun, 12 Oct 2014 07:44:08 +0000 (09:44 +0200)]
lxc: set default lxcpath to /lxc

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agorpcd-mod-lxc: add package for rpcd lxc module
Luka Perkov [Fri, 10 Oct 2014 13:44:49 +0000 (15:44 +0200)]
rpcd-mod-lxc: add package for rpcd lxc module

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolxc: add missing lxc-init package
Luka Perkov [Fri, 10 Oct 2014 12:38:20 +0000 (14:38 +0200)]
lxc: add missing lxc-init package

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #450 from commodo/python3-update-1-2-3
sbyx [Tue, 21 Oct 2014 06:55:16 +0000 (08:55 +0200)]
Merge pull request #450 from commodo/python3-update-1-2-3

Python3 update 1 2 3

9 years agoMerge pull request #449 from commodo/python-update-3
sbyx [Tue, 21 Oct 2014 06:55:11 +0000 (08:55 +0200)]
Merge pull request #449 from commodo/python-update-3

python: fix source folder for libpython

9 years agofastd: re-enable link-time optimization
Matthias Schiffer [Tue, 21 Oct 2014 00:55:30 +0000 (02:55 +0200)]
fastd: re-enable link-time optimization

The toolchain is fixed, so LTO can be enabled again.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agoMerge pull request #452 from ejurgensen/forked-daapd
Ted Hess [Mon, 20 Oct 2014 22:59:15 +0000 (18:59 -0400)]
Merge pull request #452 from ejurgensen/forked-daapd

forked-daapd: add gperf host tool dependency

9 years agoMerge pull request #451 from ejurgensen/upstream
Ted Hess [Mon, 20 Oct 2014 22:58:37 +0000 (18:58 -0400)]
Merge pull request #451 from ejurgensen/upstream

gperf: modified copy from oldpackages, upgrade to 3.0.4

9 years agoforked-daapd: add gperf host tool dependency 452/head
ejurgensen [Mon, 20 Oct 2014 20:55:55 +0000 (22:55 +0200)]
forked-daapd: add gperf host tool dependency

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agogperf: modified copy from oldpackages, upgrade to 3.0.4 451/head
ejurgensen [Mon, 20 Oct 2014 20:54:15 +0000 (22:54 +0200)]
gperf: modified copy from oldpackages, upgrade to 3.0.4

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agoMerge pull request #447 from openwrt/libxml2-update
Michael Heimpold [Mon, 20 Oct 2014 18:56:17 +0000 (20:56 +0200)]
Merge pull request #447 from openwrt/libxml2-update

libxml2: update to 2.9.2

9 years agounrar: Update to version 5.2.1, refresh patch.
Álvaro Fernández Rojas [Mon, 20 Oct 2014 17:47:04 +0000 (19:47 +0200)]
unrar: Update to version 5.2.1, refresh patch.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agopython3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions 450/head
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions

This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: enable shared python3 lib; make this the norm
Alexandru Ardelean [Mon, 20 Oct 2014 15:32:41 +0000 (18:32 +0300)]
python3: enable shared python3 lib; make this the norm

This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.

During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: add LD and LDSHARED env vars to Build/Compile/Py3Mod
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod

Tells the host Python to use the target's linker.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: add PYTHON3_INC_DIR var to CPPFLAGS
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python3: add PYTHON3_INC_DIR var to CPPFLAGS

The target's PYTHON3_INC_DIR should take precedence over the host's
include dir when cross-compiling.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python3: export CC + CCSHARED env vars to cross-compile Python C extensions properly

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: fix source folder for libpython 449/head
Alexandru Ardelean [Mon, 20 Oct 2014 16:07:23 +0000 (19:07 +0300)]
python: fix source folder for libpython

This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: add patch to disable package compiles/tests during cross-builts
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python3: add patch to disable package compiles/tests during cross-builts

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add ac_cv_buggy_getaddrinfo=no to config.site file
Alexandru Ardelean [Mon, 20 Oct 2014 15:09:57 +0000 (18:09 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: patch setup.py so that it does not include system include dirs
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python3: patch setup.py so that it does not include system include dirs

Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.

Seems this issue was already fixed on MacOS X and now we've extended
it for our case.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: enforce the existence of files in the filespecs
Alexandru Ardelean [Thu, 16 Oct 2014 13:15:56 +0000 (16:15 +0300)]
python3: enforce the existence of files in the filespecs

Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython3: reduce bloat by removing *.pyo and *.pyc files
Alexandru Ardelean [Thu, 16 Oct 2014 05:46:32 +0000 (08:46 +0300)]
python3: reduce bloat by removing *.pyo and *.pyc files

Seems that if you add a package folder this would also
include the compiled python3 files which increases fw size.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agolibxml2: update to 2.9.2 447/head
Steven Barth [Mon, 20 Oct 2014 08:57:42 +0000 (10:57 +0200)]
libxml2: update to 2.9.2

fixes CVE-2014-3660, CVE-2014-0191 among other issues

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agostrongswan: update to 5.2.1
Steven Barth [Mon, 20 Oct 2014 07:16:18 +0000 (09:16 +0200)]
strongswan: update to 5.2.1

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agocyrus-sasl / postfix: work around recursive dependency issue in toolchain
Steven Barth [Mon, 20 Oct 2014 07:07:04 +0000 (09:07 +0200)]
cyrus-sasl / postfix: work around recursive dependency issue in toolchain

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #445 from commodo/python-update-2
sbyx [Mon, 20 Oct 2014 06:55:04 +0000 (08:55 +0200)]
Merge pull request #445 from commodo/python-update-2

Python update 2

9 years agoMerge pull request #435 from MikePetullo/bogofilter
sbyx [Mon, 20 Oct 2014 05:43:37 +0000 (07:43 +0200)]
Merge pull request #435 from MikePetullo/bogofilter

bogofilter: depend on db47 with statistics support

9 years agoMerge pull request #434 from MikePetullo/db47
sbyx [Mon, 20 Oct 2014 05:43:04 +0000 (07:43 +0200)]
Merge pull request #434 from MikePetullo/db47

db47: add option to turn off small build

9 years agoMerge pull request #386 from Shulyaka/postfix
sbyx [Mon, 20 Oct 2014 05:40:55 +0000 (07:40 +0200)]
Merge pull request #386 from Shulyaka/postfix

postfix: new packages for Postfix MTA

9 years agoPostfix MTA 386/head
Denis Shulyaka [Tue, 30 Sep 2014 21:08:26 +0000 (01:08 +0400)]
Postfix MTA

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
9 years agobogofilter: create /usr/sbin before installing postfix-bogofilter there 435/head
W. Michael Petullo [Mon, 20 Oct 2014 02:40:02 +0000 (22:40 -0400)]
bogofilter: create /usr/sbin before installing postfix-bogofilter there

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agobogofilter: depend on db47 with statistics support
W. Michael Petullo [Mon, 20 Oct 2014 02:27:52 +0000 (22:27 -0400)]
bogofilter: depend on db47 with statistics support

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agoMerge remote-tracking branch 'openwrt/master' into bogofilter
W. Michael Petullo [Mon, 20 Oct 2014 02:27:11 +0000 (22:27 -0400)]
Merge remote-tracking branch 'openwrt/master' into bogofilter

9 years agobogofilter: install postfix-bogofilter script
W. Michael Petullo [Mon, 20 Oct 2014 02:25:31 +0000 (22:25 -0400)]
bogofilter: install postfix-bogofilter script

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agodb47: add a variant full which builds statistics etc. support 434/head
W. Michael Petullo [Mon, 20 Oct 2014 02:20:02 +0000 (22:20 -0400)]
db47: add a variant full which builds statistics etc. support

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agoMerge pull request #443 from ott/master
sbyx [Sun, 19 Oct 2014 19:58:06 +0000 (21:58 +0200)]
Merge pull request #443 from ott/master

knot: Split utils subpackage

9 years agopython: use libncursesw instead of libncurses 445/head
Alexandru Ardelean [Sun, 19 Oct 2014 19:38:03 +0000 (22:38 +0300)]
python: use libncursesw instead of libncurses

Python's build scripts prefer ncursesw, and if it is detected
it will be used.
The problem will occur when linking, since ncursesw libs may not be
installed if not added as deps, but the sources will be compiled
against ncursesw.

Reference from Python's HISTORY file:
  Patch #1428494: Prefer linking against ncursesw over ncurses library.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions

This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: enable shared python lib; make this the norm
Alexandru Ardelean [Sun, 19 Oct 2014 07:45:17 +0000 (10:45 +0300)]
python: enable shared python lib; make this the norm

This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.

During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add LD and LDSHARED env vars to Build/Compile/PyMod
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python: add LD and LDSHARED env vars to Build/Compile/PyMod

Tells the host Python to use the target's linker.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add PYTHON_INC_DIR var to CPPFLAGS
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python: add PYTHON_INC_DIR var to CPPFLAGS

The target's PYTHON_INC_DIR should take precedence over the host's
include dir when cross-compiling.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: do not install pyconfig.h on the target
Alexandru Ardelean [Sat, 18 Oct 2014 22:29:21 +0000 (01:29 +0300)]
python: do not install pyconfig.h on the target

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python: export CC + CCSHARED env vars to cross-compile Python C extensions properly

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #444 from cyanidium/master
sbyx [Sun, 19 Oct 2014 17:44:53 +0000 (19:44 +0200)]
Merge pull request #444 from cyanidium/master

nut: Updated copyright (c) notice

9 years agonut: Updated (c) notice 444/head
Marty R [Sun, 19 Oct 2014 16:40:02 +0000 (09:40 -0700)]
nut: Updated (c) notice

Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
9 years agoknot: Split utils subpackage 443/head
Matthias-Christian Ott [Sat, 18 Oct 2014 19:59:23 +0000 (21:59 +0200)]
knot: Split utils subpackage

knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order
to reduce the size of software installed on a device it is useful to
include a minimal collection of software and thus it should be possible
to install the utilities individually. bind also creates a subpackage
for each utility.

Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
9 years agodovecot: update to 2.2.14
Peter Wagner [Sun, 19 Oct 2014 02:57:17 +0000 (04:57 +0200)]
dovecot: update to 2.2.14

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoopenssh: update to 6.7p1
Peter Wagner [Sun, 19 Oct 2014 02:44:24 +0000 (04:44 +0200)]
openssh: update to 6.7p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #440 from ejurgensen/master
Ted Hess [Sat, 18 Oct 2014 23:00:58 +0000 (19:00 -0400)]
Merge pull request #440 from ejurgensen/master

forked-daapd and required libraries

9 years agolvm2: add from old repo and update
Daniel Golle [Sat, 18 Oct 2014 22:35:17 +0000 (00:35 +0200)]
lvm2: add from old repo and update

Also add patch to fix blkid header location as suggested in #17877

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoirssi: update to 0.8.17
Peter Wagner [Sat, 18 Oct 2014 21:00:03 +0000 (23:00 +0200)]
irssi: update to 0.8.17

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoforked-daapd: add version 22.0 440/head
ejurgensen [Thu, 16 Oct 2014 21:34:24 +0000 (23:34 +0200)]
forked-daapd: add version 22.0

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agomxml: copy from oldpackages and update Makefile slightly
ejurgensen [Thu, 16 Oct 2014 21:28:24 +0000 (23:28 +0200)]
mxml: copy from oldpackages and update Makefile slightly

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agolibunistring: add version 0.9.4
ejurgensen [Thu, 16 Oct 2014 21:27:04 +0000 (23:27 +0200)]
libunistring: add version 0.9.4

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agolibavl: add version 0.3.5
ejurgensen [Thu, 16 Oct 2014 21:25:54 +0000 (23:25 +0200)]
libavl: add version 0.3.5

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agolibantlr3c: add version 3.2
ejurgensen [Thu, 16 Oct 2014 21:24:10 +0000 (23:24 +0200)]
libantlr3c: add version 3.2

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
9 years agoMerge pull request #442 from hnyman/patch-sqm
Toke Høiland-Jørgensen [Sat, 18 Oct 2014 15:50:49 +0000 (17:50 +0200)]
Merge pull request #442 from hnyman/patch-sqm

sqm-scripts: Fix a minor bug, add copyrights, improve logging

9 years agonfs-kernel-server: update to 1.3.1
Peter Wagner [Sat, 18 Oct 2014 13:34:22 +0000 (15:34 +0200)]
nfs-kernel-server: update to 1.3.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #439 from commodo/openvswitch-ipsec
sbyx [Sat, 18 Oct 2014 10:36:15 +0000 (12:36 +0200)]
Merge pull request #439 from commodo/openvswitch-ipsec

Openvswitch IPSec Monitor + Python Bindings

9 years agosqm-scripts: Fix a minor bug, add copyrights, improve logging 442/head
Hannu Nyman [Sat, 18 Oct 2014 10:25:46 +0000 (13:25 +0300)]
sqm-scripts: Fix a minor bug, add copyrights, improve logging

Changes committed to the cerowrt original repo after the initial import here:
 - Better license & copyright statements, as requested
 - Fixed a minor bug in stopping sqm
 - Logging improvements
 - Dead code removed
 - Typos corrected

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agoMerge pull request #438 from commodo/python-update-1
sbyx [Sat, 18 Oct 2014 08:33:38 +0000 (10:33 +0200)]
Merge pull request #438 from commodo/python-update-1

Python update 1

9 years agoopenvswitch: add openvswitch-ipsesc package back 439/head
Alexandru Ardelean [Thu, 18 Sep 2014 14:13:13 +0000 (17:13 +0300)]
openvswitch: add openvswitch-ipsesc package back

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoopenvswitch: add openvswitch-python subpackage
Alexandru Ardelean [Thu, 18 Sep 2014 14:03:25 +0000 (17:03 +0300)]
openvswitch: add openvswitch-python subpackage

Requires python package.
Required by other openvswitch subpackages (like openvswitch-python).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add libopenssl and libcrypto as package deps 438/head
Alexandru Ardelean [Fri, 17 Oct 2014 14:08:27 +0000 (17:08 +0300)]
python: add libopenssl and libcrypto as package deps

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: _md5 + _sha libs are now grouped under _hashlibs
Alexandru Ardelean [Fri, 17 Oct 2014 14:05:24 +0000 (17:05 +0300)]
python: _md5 + _sha libs are now grouped under _hashlibs

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add patch to disable package compiles/tests during cross-builts
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python: add patch to disable package compiles/tests during cross-builts

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add ac_cv_buggy_getaddrinfo=no to config.site file
Alexandru Ardelean [Fri, 17 Oct 2014 13:39:25 +0000 (16:39 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: patch setup.py so that it does not include system include dirs
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python: patch setup.py so that it does not include system include dirs

Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.

Seems this issue was already fixed on MacOS X and now we've extended
it for our case.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: enforce the existence of files in the filespecs
Alexandru Ardelean [Thu, 16 Oct 2014 13:15:56 +0000 (16:15 +0300)]
python: enforce the existence of files in the filespecs

Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: reduce bloat by removing *.pyo and *.pyc files
Alexandru Ardelean [Thu, 16 Oct 2014 05:46:32 +0000 (08:46 +0300)]
python: reduce bloat by removing *.pyo and *.pyc files

Seems that if you add a package folder this would also
include the compiled python files which increases fw size.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoperl: Bump PKG_RELEASE
Marcel Denia [Wed, 15 Oct 2014 22:36:38 +0000 (00:36 +0200)]
perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Don't try to link against libnsl
Marcel Denia [Tue, 14 Oct 2014 19:16:47 +0000 (21:16 +0200)]
perl: Don't try to link against libnsl

And also remove all other references to avoid confusion.
libnsl isn't really needed. Removing it allows glibc based
toolchains to build perl.

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Make I8/I16/I32 types explicitly signed for PPC
Marcel Denia [Sat, 11 Oct 2014 14:53:38 +0000 (16:53 +0200)]
perl: Make I8/I16/I32 types explicitly signed for PPC

Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on PPC, like negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #436 from cyanidium/master
sbyx [Thu, 16 Oct 2014 07:10:03 +0000 (09:10 +0200)]
Merge pull request #436 from cyanidium/master

nut: New package for Network UPS Tools

9 years agoRemove placeholder maintainer email address 436/head
cyanidium [Thu, 16 Oct 2014 05:09:29 +0000 (22:09 -0700)]
Remove placeholder maintainer email address

9 years agonut: New package for Network UPS Tools
Marty R [Thu, 16 Oct 2014 04:30:25 +0000 (21:30 -0700)]
nut: New package for Network UPS Tools

An older version of nut is in oldpackages. This commit is based on that
package and bumps the version to the latest release along with unifying
the server and client packages. More build options are provided for any
custom configuration but the defaults provide a working client and
server install which only needs a UPS driver. Drivers still build as
individual packages to minimise bloat. SSL support has also been added.

Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
9 years agoPKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Etienne CHAMPETIER [Fri, 10 Oct 2014 21:11:03 +0000 (23:11 +0200)]
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years agoAdd PKG_LICENSE tags for luci-app-sqm and sqm-scripts.
Toke Høiland-Jørgensen [Wed, 15 Oct 2014 18:15:20 +0000 (20:15 +0200)]
Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.

9 years agoMerge pull request #425 from MikePetullo/bogofilter
sbyx [Wed, 15 Oct 2014 18:04:39 +0000 (20:04 +0200)]
Merge pull request #425 from MikePetullo/bogofilter

bogofilter: new package for bogofilter spam filter

9 years agoMerge pull request #432 from mwarning/master
sbyx [Wed, 15 Oct 2014 18:02:31 +0000 (20:02 +0200)]
Merge pull request #432 from mwarning/master

libs/libsodium: update to 1.0.0

9 years agoMerge pull request #433 from hnyman/add-sqm-scripts
Toke Høiland-Jørgensen [Wed, 15 Oct 2014 17:09:30 +0000 (19:09 +0200)]
Merge pull request #433 from hnyman/add-sqm-scripts

Add sqm-scripts & luci-app-sqm: experimental QoS

9 years agoMerge pull request #429 from commodo/python-respin
sbyx [Wed, 15 Oct 2014 16:47:08 +0000 (18:47 +0200)]
Merge pull request #429 from commodo/python-respin

Python respin

9 years agolibs/libsodium: update to 1.0.0 432/head
Moritz Warning [Wed, 15 Oct 2014 16:14:13 +0000 (18:14 +0200)]
libs/libsodium: update to 1.0.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
9 years agoluci-app-sqm: Luci GUI for sqm-scripts QoS 433/head
Hannu Nyman [Wed, 15 Oct 2014 16:11:46 +0000 (19:11 +0300)]
luci-app-sqm: Luci GUI for sqm-scripts QoS

This is the Luci GUI for managing SQM QoS System.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agosqm-scripts: Smart Queue Management - experimental QoS
Hannu Nyman [Wed, 15 Oct 2014 15:56:37 +0000 (18:56 +0300)]
sqm-scripts: Smart Queue Management - experimental QoS

sqm-scripts is a new QoS system from Cerowrt / Bufferbloat.
I have tested it in my own community build.

More info at:
http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management
http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310

Dave Täht submitted this first via openwrt-devel mailing list in March 2014,
but that was not picked up before the switch to Github:
http://patchwork.openwrt.org/patch/5078/

Original code used as the base:
https://github.com/dtaht/ceropackages-3.10/commit/8ce293611094a0d65c5b62ce80d25f0e30603cf5

I have modified:
- set the default interface to be eth1, like the Openwrt default.
- modified config to hide some of the advanced options by default
- beautified Makefile a bit
- added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed
  in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-59215905

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agopython: upgrade to version 2.7.8 429/head
Alexandru Ardelean [Wed, 15 Oct 2014 07:13:07 +0000 (10:13 +0300)]
python: upgrade to version 2.7.8

9 years agopython: add python2 symlink to python as per PEP394
Alexandru Ardelean [Tue, 14 Oct 2014 10:11:54 +0000 (13:11 +0300)]
python: add python2 symlink to python as per PEP394

9 years agopython: use command instead of 'ln -sf'
Alexandru Ardelean [Tue, 14 Oct 2014 10:10:56 +0000 (13:10 +0300)]
python: use  command instead of 'ln -sf'

9 years agopython: include python*-package.mk irespective of DUMP env var
Alexandru Ardelean [Tue, 14 Oct 2014 06:39:42 +0000 (09:39 +0300)]
python: include python*-package.mk irespective of DUMP env var

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: enforce version assignment
Alexandru Ardelean [Tue, 14 Oct 2014 06:38:43 +0000 (09:38 +0300)]
python: enforce version assignment

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: move python package versioning to python-package.mk
Alexandru Ardelean [Tue, 14 Oct 2014 06:23:57 +0000 (09:23 +0300)]
python: move python package versioning to python-package.mk

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add old python 2 package back
Alexandru Ardelean [Tue, 14 Oct 2014 06:05:19 +0000 (09:05 +0300)]
python: add old python 2 package back

According to PEP394 (http://legacy.python.org/dev/peps/pep-0394/)
the 'python' command should refer to 'python2'.

In our case, this means we should reboot the old python package.

We could rename the package name to python2, but that would
just complicate things a bit with other packages, and
since we're doing this reboot, such a complication would be
unnecessary.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #431 from commodo/python3-fix
sbyx [Wed, 15 Oct 2014 06:57:39 +0000 (08:57 +0200)]
Merge pull request #431 from commodo/python3-fix

Python3 fix

9 years agopython3: fix python host path 431/head
Alexandru Ardelean [Tue, 14 Oct 2014 14:51:30 +0000 (17:51 +0300)]
python3: fix python host path

9 years agopython3: add python3 symlink to python exec as per PEP394
Alexandru Ardelean [Tue, 14 Oct 2014 11:45:28 +0000 (14:45 +0300)]
python3: add python3 symlink to python exec as per PEP394