Commit graph

1696 commits

Author SHA1 Message Date
sbyx
52f72ea696 Merge pull request #525 from commodo/python-env-launcher
python: add __PYENV_LAUNCHER__ env var
2014-11-09 21:12:14 +01:00
Peter Wagner
b026b50320 dovecot: update to 2.2.15
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-11-09 20:23:56 +01:00
Alexandru Ardelean
a91a992abb python: add __PYENV_LAUNCHER__ env var
Mostly useful for setuptools and pip during build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 21:08:08 +02:00
sbyx
2c1bc16d20 Merge pull request #524 from commodo/python-update-5
Python update 5
2014-11-09 19:44:18 +01:00
sbyx
702c35f219 Merge pull request #522 from chris5560/master
ddns-scripts: Update to Version 2.1.0-1 see description
2014-11-09 19:21:18 +01:00
sbyx
ea39322917 Merge pull request #523 from dibdot/master
ssmtp: revoke gnutls support
2014-11-09 19:19:46 +01:00
Alexandru Ardelean
a9ba2161bd 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>
2014-11-09 20:16:25 +02:00
Alexandru Ardelean
4f0f05f92b python: add some Build/InstallDev rules back
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 17:56:45 +02:00
Dirk Brenken
f267d2eaa6 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>
2014-11-09 16:56:31 +01:00
Christian Schoenebeck
4192651448 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>
2014-11-09 16:37:11 +01:00
Alexandru Ardelean
dd4cca5d26 python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS
Fixes some build issues.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 17:32:23 +02:00
Alexandru Ardelean
efcfca9631 python: add lib deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 17:32:17 +02:00
Michael Heimpold
42db20a190 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>
2014-11-09 12:36:39 +01:00
Toke Høiland-Jørgensen
43d2457b98 Merge pull request #519 from hnyman/modify-sqm
sqm-scripts: Modify installation step to ensure correct file permissions
2014-11-09 02:17:03 -08:00
Alexandru Ardelean
cbc39a176f python: final switch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 11:09:10 +02:00
Hannu Nyman
0f0b241d56 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>
2014-11-09 10:23:54 +02:00
sbyx
5cf781f998 Merge pull request #516 from dibdot/master
ssmtp: move to github
2014-11-08 20:26:40 +01:00
Dirk Brenken
62e7ac8d71 ssmtp: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-08 16:21:56 +01:00
sbyx
d3558ae9fa Merge pull request #517 from Wedmer/master
utils/zoneinfo: Removed Middle-East target due there're no files for it.
2014-11-08 13:04:43 +01:00
Vladimir Ulrich
cdb72f2d52 Removed Middle-East target due there're no files for it.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-08 14:28:28 +03:00
sbyx
ac865af002 Merge pull request #514 from commodo/python-update-4
Python update 4
2014-11-07 18:09:47 +01:00
sbyx
1a2d453184 Merge pull request #515 from Wedmer/master
utils/zoneifo: Moved from old packages with updates
2014-11-07 18:07:30 +01:00
Vladimir Ulrich
82754adc17 utils/zoneifo: Moved from old packages with updates
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-07 18:25:48 +03:00
Alexandru Ardelean
c3cd970570 python: exclude pdb.doc and webbrowser.py
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 16:50:30 +02:00
Alexandru Ardelean
3cd31a4633 python: remove +libcrypto dep; that's a openssl lib
Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
2014-11-07 15:37:18 +02:00
Alexandru Ardelean
9e78aff770 python: add PKG_USE_MIPS16:=0 + handle CONFIG_USE_MIPS16
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:18 +02:00
Alexandru Ardelean
242286b80d python: add PYTHONPATH var; this allows packages to configure it
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:18 +02:00
Alexandru Ardelean
283b3597b7 python: add HOST_PYTHON_LIB_DIR variable to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:18 +02:00
Alexandru Ardelean
38a72bab1f python: cleanup Build/InstallDev rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:17 +02:00
Alexandru Ardelean
7a689890eb python: remove --without-ensurepip; not needed anymore
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:17 +02:00
Alexandru Ardelean
0ea587ad24 python: remove explicit rules in favor of using make/configure vars
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-07 15:37:17 +02:00
Alexandru Ardelean
7be9485564 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>
2014-11-07 15:37:12 +02:00
Ted Hess
cfd8e6ad0a Merge pull request #508 from dibdot/master
mc: move to github (midnight commander)
2014-11-06 17:21:43 -05:00
Dirk Brenken
4d24d41805 mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-06 17:20:48 +01:00
Marcel Denia
13f4a02172 perl: Update to 5.20.1
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:43 +01:00
Marcel Denia
4fd4aa0fbd perl: Mark test support as experimental
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:43 +01:00
Marcel Denia
771b776a19 perl: Fix signal order for i486
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:42 +01:00
Marcel Denia
ce54424c81 perl: Update perlbase.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:42 +01:00
Marcel Denia
1549919b71 perl: Also strip begin, end and for pragmas
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:42 +01:00
Marcel Denia
671a43167f perl: Set nv_overflows_integers_at configuration symbol
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:42 +01:00
Marcel Denia
95058be605 perl: Add basic test support
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-11-06 08:18:42 +01:00
sbyx
008585be94 Merge pull request #507 from roger-/motion
motion: update and switch to recent fork
2014-11-06 07:15:05 +01:00
Thomas Heil
4846a203bb 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>
2014-11-05 22:04:57 +01:00
Toke Høiland-Jørgensen
40b2a8bd1a Change default bcp38 interface to be eth1, don't enable by default. 2014-11-05 20:36:08 +01:00
Roger
e5d635e1ae motion: switch to master branch
This branch includes some important fixes vs. 3.4.0.

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-05 10:46:53 -06:00
sbyx
0ff2c65438 Merge pull request #506 from cj1324/fix_libsodium
libsodium: fixed pkgconfig not found it.
2014-11-05 15:04:38 +01:00
Toke Høiland-Jørgensen
27a37bfbf9 Add luci-app-bcp38 package
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 08:34:30 +01:00
Toke Høiland-Jørgensen
bcc2ffc5e1 Make PKG_LICENSE for BCP38 SPDX compatible. 2014-11-05 08:27:56 +01:00
Luiz Angelo Daros de Luca
f3f0f2fa28 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>
2014-11-05 01:29:54 -02:00
Toke Høiland-Jørgensen
0a38785592 Add BCP38 implementation package (from CeroWrt).
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 00:17:53 +01:00