Álvaro Fernández Rojas
fab830d0f9
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
91817d2b60
unrar: update to 5.2.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Luiz Angelo Daros de Luca
5cdf0d7578
Merge pull request #527 from luizluca/ruby-update
ruby: update to 2.1.4
10 years ago
Álvaro Fernández Rojas
e4f2d1145b
Merge pull request #520 from mhei/php5-oldstable
php5: upgrade to 5.4.34 (fixes #502 )
10 years ago
sbyx
52f72ea696
Merge pull request #525 from commodo/python-env-launcher
python: add __PYENV_LAUNCHER__ env var
10 years ago
Peter Wagner
b026b50320
dovecot: update to 2.2.15
Signed-off-by: Peter Wagner <tripolar@gmx.at>
10 years ago
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>
10 years ago
sbyx
2c1bc16d20
Merge pull request #524 from commodo/python-update-5
Python update 5
10 years ago
sbyx
702c35f219
Merge pull request #522 from chris5560/master
ddns-scripts: Update to Version 2.1.0-1 see description
10 years ago
sbyx
ea39322917
Merge pull request #523 from dibdot/master
ssmtp: revoke gnutls support
10 years ago
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>
10 years ago
Alexandru Ardelean
4f0f05f92b
python: add some Build/InstallDev rules back
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
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>
10 years ago
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>
10 years ago
Alexandru Ardelean
efcfca9631
python: add lib deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
Toke Høiland-Jørgensen
43d2457b98
Merge pull request #519 from hnyman/modify-sqm
sqm-scripts: Modify installation step to ensure correct file permissions
10 years ago
Alexandru Ardelean
cbc39a176f
python: final switch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
sbyx
5cf781f998
Merge pull request #516 from dibdot/master
ssmtp: move to github
10 years ago
Dirk Brenken
62e7ac8d71
ssmtp: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
sbyx
d3558ae9fa
Merge pull request #517 from Wedmer/master
utils/zoneinfo: Removed Middle-East target due there're no files for it.
10 years ago
Vladimir Ulrich
cdb72f2d52
Removed Middle-East target due there're no files for it.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
sbyx
ac865af002
Merge pull request #514 from commodo/python-update-4
Python update 4
10 years ago
sbyx
1a2d453184
Merge pull request #515 from Wedmer/master
utils/zoneifo: Moved from old packages with updates
10 years ago
Vladimir Ulrich
82754adc17
utils/zoneifo: Moved from old packages with updates
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Alexandru Ardelean
c3cd970570
python: exclude pdb.doc and webbrowser.py
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
3cd31a4633
python: remove +libcrypto dep; that's a openssl lib
Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
10 years ago
Alexandru Ardelean
9e78aff770
python: add PKG_USE_MIPS16:=0 + handle CONFIG_USE_MIPS16
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
242286b80d
python: add PYTHONPATH var; this allows packages to configure it
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
283b3597b7
python: add HOST_PYTHON_LIB_DIR variable to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
38a72bab1f
python: cleanup Build/InstallDev rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
7a689890eb
python: remove --without-ensurepip; not needed anymore
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
0ea587ad24
python: remove explicit rules in favor of using make/configure vars
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
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>
10 years ago
Ted Hess
cfd8e6ad0a
Merge pull request #508 from dibdot/master
mc: move to github (midnight commander)
10 years ago
Dirk Brenken
4d24d41805
mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Marcel Denia
13f4a02172
perl: Update to 5.20.1
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
4fd4aa0fbd
perl: Mark test support as experimental
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
771b776a19
perl: Fix signal order for i486
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
ce54424c81
perl: Update perlbase.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
1549919b71
perl: Also strip begin, end and for pragmas
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
671a43167f
perl: Set nv_overflows_integers_at configuration symbol
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
95058be605
perl: Add basic test support
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
sbyx
008585be94
Merge pull request #507 from roger-/motion
motion: update and switch to recent fork
10 years ago
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>
10 years ago
Toke Høiland-Jørgensen
40b2a8bd1a
Change default bcp38 interface to be eth1, don't enable by default.
10 years ago
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>
10 years ago
sbyx
0ff2c65438
Merge pull request #506 from cj1324/fix_libsodium
libsodium: fixed pkgconfig not found it.
10 years ago