feed/packages.git
9 years agolxc: correctly install configuration files
Luka Perkov [Mon, 17 Nov 2014 15:31:53 +0000 (16:31 +0100)]
lxc: correctly install configuration files

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #547 from rkunze/hdparm
sbyx [Sun, 16 Nov 2014 10:41:34 +0000 (11:41 +0100)]
Merge pull request #547 from rkunze/hdparm

hdparm: import from oldpackages

9 years agoMerge pull request #549 from rkunze/sispmctl
sbyx [Sun, 16 Nov 2014 10:38:14 +0000 (11:38 +0100)]
Merge pull request #549 from rkunze/sispmctl

sispmctl: import from oldpackages

9 years agoMerge pull request #545 from dibdot/master
sbyx [Sun, 16 Nov 2014 10:36:04 +0000 (11:36 +0100)]
Merge pull request #545 from dibdot/master

mc: various makefile/compile time changes

9 years agoMerge pull request #546 from chris5560/master
sbyx [Sun, 16 Nov 2014 10:35:24 +0000 (11:35 +0100)]
Merge pull request #546 from chris5560/master

ddns-scripts: new Version 2.1.0-2

9 years agosispmctl: fix compilation error with musl 549/head
Richard Kunze [Sun, 16 Nov 2014 09:47:10 +0000 (10:47 +0100)]
sispmctl: fix compilation error with musl

Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.

This should probably better be fixed in the core "libusb-compat"
package instead.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
9 years agosispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)
Richard Kunze [Sun, 16 Nov 2014 08:50:20 +0000 (09:50 +0100)]
sispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)

Signed-off-by: Richard Kunze <richard.kunze@web.de>
9 years agohdparm: fix compilation with musl 547/head
Richard Kunze [Sun, 16 Nov 2014 00:56:12 +0000 (01:56 +0100)]
hdparm: fix compilation with musl

Signed-off-by: Richard Kunze <richard.kunze@web.de>
9 years agohdparm: import from oldpackages, bump version to 9.45
Richard Kunze [Sat, 15 Nov 2014 23:15:52 +0000 (00:15 +0100)]
hdparm: import from oldpackages, bump version to 9.45

Signed-off-by: Richard Kunze <richard.kunze@web.de>
9 years agoddns-scripts: new Version 2.1.0-2 546/head
Christian Schoenebeck [Sat, 15 Nov 2014 20:28:01 +0000 (21:28 +0100)]
ddns-scripts: new Version 2.1.0-2

- moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package
(Github openwrt/luci issue 251)
(OpenWrt Trac tickets 18326 18347)
- fix: dynamic_dns_update.sh did not loop
(OpenWrt Trac ticket 18336)
- add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing)
(OpenWrt Trac ticket 12500)
- modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh
- redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables
- extended error detection in get_local_ip function
- modified verify of option ip_script to allow parameters, when calling
- add provider selfhost.de IPv4
- add provider no-ip.pl (nothing to do with no-ip.com)
(Github openwrt/packages issue #542)
IPv4 (tested) and also added for
IPv6 (NOT tested) because client IP is autodetected be provider
- add getlocalip_sample.sh as sample script for usage of
option ip_source 'script'  together with
option ip_script '/usr/lib/ddns/getlocalip.sh -4'
- cleanup whitespaces at line ends

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agomc: various makefile/compile time changes 545/head
Dirk Brenken [Sat, 15 Nov 2014 18:30:39 +0000 (19:30 +0100)]
mc: various makefile/compile time changes
- add & reorder new compile time options with help text
- all options are disabled by default, to reduce space req.
- remove invalid mc configure options
- fix broken makefile logic to enable/disable mc options

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agofastd: update to v16
Matthias Schiffer [Sat, 15 Nov 2014 17:37:43 +0000 (18:37 +0100)]
fastd: update to v16

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agosqlite3: update to 3.8.7.1
Etienne CHAMPETIER [Tue, 11 Nov 2014 22:30:43 +0000 (23:30 +0100)]
sqlite3: update to 3.8.7.1

Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years agomonit: update to 5.10
Etienne CHAMPETIER [Tue, 11 Nov 2014 22:36:01 +0000 (23:36 +0100)]
monit: update to 5.10

Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years agozabbix: update to 2.4.2
Etienne CHAMPETIER [Tue, 11 Nov 2014 22:27:03 +0000 (23:27 +0100)]
zabbix: update to 2.4.2

Remove 001-cross_compile.patch, it's fixed upstream (ZBX-5561)
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years agolxc: minor dependencies tweak
Luka Perkov [Thu, 13 Nov 2014 13:59:44 +0000 (14:59 +0100)]
lxc: minor dependencies tweak

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #540 from commodo/python-pip
sbyx [Thu, 13 Nov 2014 08:26:19 +0000 (09:26 +0100)]
Merge pull request #540 from commodo/python-pip

python-pip: first revision

9 years agopython-pip: first revision 540/head
Alexandru Ardelean [Tue, 21 Oct 2014 14:53:21 +0000 (17:53 +0300)]
python-pip: first revision

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #539 from commodo/python-setuptools
sbyx [Thu, 13 Nov 2014 07:22:07 +0000 (08:22 +0100)]
Merge pull request #539 from commodo/python-setuptools

python-setuptools: first revision

9 years agoMerge pull request #538 from commodo/python-update-6
sbyx [Thu, 13 Nov 2014 07:21:59 +0000 (08:21 +0100)]
Merge pull request #538 from commodo/python-update-6

Python update 6

9 years agopython-setuptools: first revision 539/head
Alexandru Ardelean [Wed, 5 Nov 2014 13:50:08 +0000 (15:50 +0200)]
python-setuptools: first revision

Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
9 years agoMerge pull request #537 from dibdot/master
Ted Hess [Wed, 12 Nov 2014 22:01:36 +0000 (17:01 -0500)]
Merge pull request #537 from dibdot/master

ssmtp: more pointer fixes

9 years agopython: add distutils back (selectively) 538/head
Alexandru Ardelean [Wed, 12 Nov 2014 21:27:24 +0000 (23:27 +0200)]
python: add distutils back (selectively)

This patch reduces distutils from 1.7 MB to 0.7 MB.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: update MAKE_FLAGS
Alexandru Ardelean [Wed, 12 Nov 2014 21:24:30 +0000 (23:24 +0200)]
python: update MAKE_FLAGS

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agossmtp: more pointer fixes 537/head
Dirk Brenken [Wed, 12 Nov 2014 20:37:17 +0000 (21:37 +0100)]
ssmtp: more pointer fixes
- fixed more pointer issues
- remove unused variable

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agofastd: update to v15
Matthias Schiffer [Wed, 12 Nov 2014 02:16:04 +0000 (03:16 +0100)]
fastd: update to v15

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agoerlang: bump to 17.3
Nicolas Thill [Wed, 12 Nov 2014 01:29:59 +0000 (02:29 +0100)]
erlang: bump to 17.3

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agognutls: updated to address CVE-2014-8564
Nikos Mavrogiannopoulos [Tue, 11 Nov 2014 18:51:59 +0000 (19:51 +0100)]
gnutls: updated to address CVE-2014-8564

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #535 from Wedmer/master
sbyx [Tue, 11 Nov 2014 12:23:48 +0000 (13:23 +0100)]
Merge pull request #535 from Wedmer/master

utils/zoneinfo: Updated md5 sums for source packages

9 years agoutils/zoneinfo: Updated md5 sums for source packages 535/head
Vladimir Ulrich [Tue, 11 Nov 2014 12:11:46 +0000 (15:11 +0300)]
utils/zoneinfo: Updated md5 sums for source packages

Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agoMerge pull request #534 from Wedmer/master
sbyx [Tue, 11 Nov 2014 12:03:28 +0000 (13:03 +0100)]
Merge pull request #534 from Wedmer/master

utils/zoneinfo: Updated to a most recent version (2014j)

9 years agoutils/zoneinfo: Updated to a most recent version (2014j) 534/head
Vladimir Ulrich [Tue, 11 Nov 2014 11:34:09 +0000 (14:34 +0300)]
utils/zoneinfo: Updated to a most recent version (2014j)

Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agorpcd-mod-lxc: add spdx license info
Luka Perkov [Tue, 11 Nov 2014 11:02:50 +0000 (12:02 +0100)]
rpcd-mod-lxc: add spdx license info

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoluci-app-lxc: add spdx license info
Luka Perkov [Tue, 11 Nov 2014 10:54:38 +0000 (11:54 +0100)]
luci-app-lxc: add spdx license info

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoluci-app-lxc: update dependencies
Luka Perkov [Tue, 11 Nov 2014 10:49:48 +0000 (11:49 +0100)]
luci-app-lxc: update dependencies

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolxc: update dependencies
Luka Perkov [Tue, 11 Nov 2014 10:49:38 +0000 (11:49 +0100)]
lxc: update dependencies

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agolxc: add spdx license info
Luka Perkov [Tue, 11 Nov 2014 10:15:23 +0000 (11:15 +0100)]
lxc: add spdx license info

Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #448 from jow-/freeradius-ssl-version
sbyx [Tue, 11 Nov 2014 08:06:21 +0000 (09:06 +0100)]
Merge pull request #448 from jow-/freeradius-ssl-version

freeradius2: relax SSL version checks

9 years agoMerge pull request #530 from zorun/master
sbyx [Mon, 10 Nov 2014 16:41:33 +0000 (17:41 +0100)]
Merge pull request #530 from zorun/master

bmon: Fix libncursesw dependency

9 years agobmon: Remove unrecognized configure flags 530/head
Baptiste Jonglez [Mon, 10 Nov 2014 16:11:12 +0000 (17:11 +0100)]
bmon: Remove unrecognized configure flags

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
9 years agobmon: Fix libncursesw dependency
Baptiste Jonglez [Mon, 10 Nov 2014 16:09:10 +0000 (17:09 +0100)]
bmon: Fix libncursesw dependency

When libncursesw is available, bmon uses it instead of libncurses.  This
commit adapts the dependencies accordingly.

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
9 years agodump1090: update to latest version
Álvaro Fernández Rojas [Mon, 10 Nov 2014 12:29:55 +0000 (13:29 +0100)]
dump1090: update to latest version

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agounrar: update to 5.2.2
Álvaro Fernández Rojas [Mon, 10 Nov 2014 12:28:53 +0000 (13:28 +0100)]
unrar: update to 5.2.2

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agoMerge pull request #527 from luizluca/ruby-update
Luiz Angelo Daros de Luca [Mon, 10 Nov 2014 01:14:45 +0000 (23:14 -0200)]
Merge pull request #527 from luizluca/ruby-update

ruby: update to 2.1.4

9 years agoMerge pull request #520 from mhei/php5-oldstable
Álvaro Fernández Rojas [Mon, 10 Nov 2014 00:28:37 +0000 (01:28 +0100)]
Merge pull request #520 from mhei/php5-oldstable

php5: upgrade to 5.4.34 (fixes #502)

9 years agoMerge pull request #525 from commodo/python-env-launcher
sbyx [Sun, 9 Nov 2014 20:12:14 +0000 (21:12 +0100)]
Merge pull request #525 from commodo/python-env-launcher

python: add __PYENV_LAUNCHER__ env var

9 years agodovecot: update to 2.2.15
Peter Wagner [Sun, 9 Nov 2014 19:23:56 +0000 (20:23 +0100)]
dovecot: update to 2.2.15

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agopython: add __PYENV_LAUNCHER__ env var 525/head
Alexandru Ardelean [Sun, 9 Nov 2014 19:08:06 +0000 (21:08 +0200)]
python: add __PYENV_LAUNCHER__ env var

Mostly useful for setuptools and pip during build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #524 from commodo/python-update-5
sbyx [Sun, 9 Nov 2014 18:44:18 +0000 (19:44 +0100)]
Merge pull request #524 from commodo/python-update-5

Python update 5

9 years agoMerge pull request #522 from chris5560/master
sbyx [Sun, 9 Nov 2014 18:21:18 +0000 (19:21 +0100)]
Merge pull request #522 from chris5560/master

ddns-scripts: Update to Version 2.1.0-1 see description

9 years agoMerge pull request #523 from dibdot/master
sbyx [Sun, 9 Nov 2014 18:19:46 +0000 (19:19 +0100)]
Merge pull request #523 from dibdot/master

ssmtp: revoke gnutls support

9 years agopython: remove readline.so for now 524/head
Alexandru Ardelean [Sun, 9 Nov 2014 17:54:01 +0000 (19:54 +0200)]
python: remove readline.so for now

Some symbols are not found (tgetnum and BC).
Looks like the termcap lib, which should be in libncurses(w)
but maybe some build param would be required.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add some Build/InstallDev rules back
Alexandru Ardelean [Sun, 9 Nov 2014 15:56:45 +0000 (17:56 +0200)]
python: add some Build/InstallDev rules back

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agossmtp: revoke gnutls support 523/head
Dirk Brenken [Sun, 9 Nov 2014 15:43:19 +0000 (16:43 +0100)]
ssmtp: revoke gnutls support

Drop gnutls and use openssl instead, due to excessive memory consumption in embedded environment for an additonal ssl library.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agoddns-scripts: Update to Version 2.1.0-1 see description 522/head
Christian Schoenebeck [Sun, 9 Nov 2014 15:37:11 +0000 (16:37 +0100)]
ddns-scripts: Update to Version 2.1.0-1 see description

- fixed postinst and prerm in Makefile
- implementation of provider specific update scripts into services and
services_ipv6 file.
first Provider "no-ip.com" - Thanks to DarkStarXxX for
request and testing
- finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns
- rewritten retry management
- rewritten logging including following Issue 469
https://github.com/openwrt/packages/issues/469
- stop running sections on hotplug ifdown event (like start on ifup)
- implement trap detection
also kill "sleep" child processes
SIGHUP to reload configuration (not really reloading, simply
starting a new process)
/etc/init.d/ddns reload implemented
- code optimization
- new provider LoopiaDNS.se Issue 494
https://github.com/openwrt/packages/issues/494

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agopython: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS
Alexandru Ardelean [Sun, 9 Nov 2014 11:10:12 +0000 (13:10 +0200)]
python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS

Fixes some build issues.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add lib deps
Alexandru Ardelean [Sun, 9 Nov 2014 10:36:48 +0000 (12:36 +0200)]
python: add lib deps

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agophp5: upgrade to 5.4.34 (fixes #502) 520/head
Michael Heimpold [Sun, 9 Nov 2014 11:36:32 +0000 (12:36 +0100)]
php5: upgrade to 5.4.34 (fixes #502)

This addresses CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670
according to PHP's release notes.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #519 from hnyman/modify-sqm
Toke Høiland-Jørgensen [Sun, 9 Nov 2014 10:17:03 +0000 (02:17 -0800)]
Merge pull request #519 from hnyman/modify-sqm

sqm-scripts: Modify installation step to ensure correct file permissions

9 years agopython: final switch
Alexandru Ardelean [Sun, 9 Nov 2014 09:09:10 +0000 (11:09 +0200)]
python: final switch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agosqm-scripts: Modify installation step to ensure correct file permissions 519/head
Hannu Nyman [Sun, 9 Nov 2014 08:23:54 +0000 (10:23 +0200)]
sqm-scripts: Modify installation step to ensure correct file permissions

Use INSTALL_BIN & INSTALL_DATA macros instead of cp
to ensure correct file permissions for the executable files.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agoMerge pull request #516 from dibdot/master
sbyx [Sat, 8 Nov 2014 19:26:40 +0000 (20:26 +0100)]
Merge pull request #516 from dibdot/master

ssmtp: move to github

9 years agossmtp: move to github 516/head
Dirk Brenken [Fri, 7 Nov 2014 09:29:15 +0000 (10:29 +0100)]
ssmtp: move to github

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agoMerge pull request #517 from Wedmer/master
sbyx [Sat, 8 Nov 2014 12:04:43 +0000 (13:04 +0100)]
Merge pull request #517 from Wedmer/master

utils/zoneinfo: Removed Middle-East target due there're no files for it.

9 years agoRemoved Middle-East target due there're no files for it. 517/head
Vladimir Ulrich [Sat, 8 Nov 2014 11:28:28 +0000 (14:28 +0300)]
Removed Middle-East target due there're no files for it.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agoMerge pull request #514 from commodo/python-update-4
sbyx [Fri, 7 Nov 2014 17:09:47 +0000 (18:09 +0100)]
Merge pull request #514 from commodo/python-update-4

Python update 4

9 years agoMerge pull request #515 from Wedmer/master
sbyx [Fri, 7 Nov 2014 17:07:30 +0000 (18:07 +0100)]
Merge pull request #515 from Wedmer/master

utils/zoneifo: Moved from old packages with updates

9 years agoutils/zoneifo: Moved from old packages with updates 515/head
Vladimir Ulrich [Fri, 7 Nov 2014 15:25:48 +0000 (18:25 +0300)]
utils/zoneifo: Moved from old packages with updates

Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agopython: exclude pdb.doc and webbrowser.py 514/head
Alexandru Ardelean [Fri, 7 Nov 2014 14:50:27 +0000 (16:50 +0200)]
python: exclude pdb.doc and webbrowser.py

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: remove +libcrypto dep; that's a openssl lib
Alexandru Ardelean [Wed, 5 Nov 2014 13:42:51 +0000 (15:42 +0200)]
python: remove +libcrypto dep; that's a openssl lib

Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
9 years agopython: add PKG_USE_MIPS16:=0 + handle CONFIG_USE_MIPS16
Alexandru Ardelean [Wed, 5 Nov 2014 13:24:33 +0000 (15:24 +0200)]
python: add PKG_USE_MIPS16:=0 + handle CONFIG_USE_MIPS16

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add PYTHONPATH var; this allows packages to configure it
Alexandru Ardelean [Wed, 5 Nov 2014 13:18:05 +0000 (15:18 +0200)]
python: add PYTHONPATH var; this allows packages to configure it

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: add HOST_PYTHON_LIB_DIR variable to python-package.mk
Alexandru Ardelean [Tue, 4 Nov 2014 21:03:50 +0000 (23:03 +0200)]
python: add HOST_PYTHON_LIB_DIR variable to python-package.mk

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: cleanup Build/InstallDev rule
Alexandru Ardelean [Tue, 4 Nov 2014 21:02:53 +0000 (23:02 +0200)]
python: cleanup Build/InstallDev rule

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: remove --without-ensurepip; not needed anymore
Alexandru Ardelean [Tue, 4 Nov 2014 21:02:15 +0000 (23:02 +0200)]
python: remove --without-ensurepip; not needed anymore

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: remove explicit rules in favor of using make/configure vars
Alexandru Ardelean [Tue, 28 Oct 2014 20:57:14 +0000 (22:57 +0200)]
python: remove explicit rules in favor of using make/configure vars

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: reboot all python packages
Alexandru Ardelean [Sat, 25 Oct 2014 17:46:25 +0000 (20:46 +0300)]
python: reboot all python packages

Redefine python-full as all-pages-minus-a-few-that-don't make sense.
Remove all other packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoMerge pull request #508 from dibdot/master
Ted Hess [Thu, 6 Nov 2014 22:21:43 +0000 (17:21 -0500)]
Merge pull request #508 from dibdot/master

mc: move to github (midnight commander)

9 years agomc: move to github 508/head
Dirk Brenken [Wed, 5 Nov 2014 21:15:02 +0000 (22:15 +0100)]
mc: move to github

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agoperl: Update to 5.20.1
Marcel Denia [Mon, 3 Nov 2014 07:19:07 +0000 (08:19 +0100)]
perl: Update to 5.20.1

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Mark test support as experimental
Marcel Denia [Sun, 2 Nov 2014 18:32:37 +0000 (19:32 +0100)]
perl: Mark test support as experimental

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Fix signal order for i486
Marcel Denia [Mon, 13 Oct 2014 13:12:00 +0000 (15:12 +0200)]
perl: Fix signal order for i486

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Update perlbase.mk
Marcel Denia [Tue, 19 Aug 2014 22:32:13 +0000 (00:32 +0200)]
perl: Update perlbase.mk

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Also strip begin, end and for pragmas
Marcel Denia [Thu, 21 Aug 2014 14:31:17 +0000 (16:31 +0200)]
perl: Also strip begin, end and for pragmas

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Set nv_overflows_integers_at configuration symbol
Marcel Denia [Fri, 22 Aug 2014 15:34:40 +0000 (17:34 +0200)]
perl: Set nv_overflows_integers_at configuration symbol

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Add basic test support
Marcel Denia [Tue, 19 Aug 2014 22:31:31 +0000 (00:31 +0200)]
perl: Add basic test support

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #507 from roger-/motion
sbyx [Thu, 6 Nov 2014 06:15:05 +0000 (07:15 +0100)]
Merge pull request #507 from roger-/motion

motion: update and switch to recent fork

9 years agohaproxy: bump to version 1.5.8
Thomas Heil [Wed, 5 Nov 2014 21:04:57 +0000 (22:04 +0100)]
haproxy: bump to version 1.5.8

Released version 1.5.8 with the following main changes :
 - BUG/MAJOR: buffer: check the space left is enough or not
   when input data in a buffer is wrapped
 - BUG/BUILD: revert accidental change in the
   makefile from latest SSL fix

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
9 years agoChange default bcp38 interface to be eth1, don't enable by default.
Toke Høiland-Jørgensen [Wed, 5 Nov 2014 19:35:32 +0000 (20:35 +0100)]
Change default bcp38 interface to be eth1, don't enable by default.

9 years agomotion: switch to master branch 507/head
Roger [Wed, 5 Nov 2014 16:46:53 +0000 (10:46 -0600)]
motion: switch to master branch

This branch includes some important fixes vs. 3.4.0.

Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years agoMerge pull request #506 from cj1324/fix_libsodium
sbyx [Wed, 5 Nov 2014 14:04:38 +0000 (15:04 +0100)]
Merge pull request #506 from cj1324/fix_libsodium

libsodium: fixed pkgconfig not found it.

9 years agoAdd luci-app-bcp38 package
Toke Høiland-Jørgensen [Wed, 5 Nov 2014 07:34:30 +0000 (08:34 +0100)]
Add luci-app-bcp38 package

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
9 years agoMake PKG_LICENSE for BCP38 SPDX compatible.
Toke Høiland-Jørgensen [Wed, 5 Nov 2014 07:27:56 +0000 (08:27 +0100)]
Make PKG_LICENSE for BCP38 SPDX compatible.

9 years agoruby: update to 2.1.4 527/head
Luiz Angelo Daros de Luca [Wed, 5 Nov 2014 03:29:54 +0000 (01:29 -0200)]
ruby: update to 2.1.4

This release includes security fixes for the following vulnerabilities:

* CVE-2014-8080: Denial of Service XML Expansion
* Changed default settings of ext/openssl related to CVE-2014-3566

And there are some bug-fixes.

Ref: https://www.ruby-lang.org/en/news/2014/10/27/ruby-2-1-4-released/

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoAdd BCP38 implementation package (from CeroWrt).
Toke Høiland-Jørgensen [Tue, 4 Nov 2014 23:17:53 +0000 (00:17 +0100)]
Add BCP38 implementation package (from CeroWrt).

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
9 years agomotion: update and switch to recent fork
Roger [Tue, 4 Nov 2014 20:06:37 +0000 (14:06 -0600)]
motion: update and switch to recent fork

Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years agomotion: remove outdated (?) patch
Roger [Tue, 4 Nov 2014 20:05:40 +0000 (14:05 -0600)]
motion: remove outdated (?) patch

Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years agolibsodium: fixed pkgconfig not found it. 506/head
Han Chen [Tue, 4 Nov 2014 15:31:13 +0000 (23:31 +0800)]
libsodium: fixed pkgconfig not found it.

Signed-off-by: Han Chen chen1324@gmail.com
9 years agoMerge pull request #504 from Shulyaka/master
sbyx [Tue, 4 Nov 2014 14:16:03 +0000 (15:16 +0100)]
Merge pull request #504 from Shulyaka/master

mailman: fixed compilation errors (Issue #498)

9 years agomailman: fixed compilation errors (Issue #498) 504/head
Denis Shulyaka [Tue, 4 Nov 2014 13:58:30 +0000 (16:58 +0300)]
mailman: fixed compilation errors (Issue #498)

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>