| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
|
|\
| |
| | |
freeradius2: relax SSL version checks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the
SSL library version check at runtime.
The objective is to avoid the need for rebuilding freeradius2 whenever we push
binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for
reference.
Please backport this change to the for-14.07 branch as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \
| | |
| | | |
bmon: Fix libncursesw dependency
|
| | |
| | |
| | |
| | | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
|/ /
| |
| |
| |
| |
| |
| | |
When libncursesw is available, bmon uses it instead of libncurses. This
commit adapts the dependencies accordingly.
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
python: add __PYENV_LAUNCHER__ env var
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mostly useful for setuptools and pip during build.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \ \
| | | | |
| | | | | |
Python update 5
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes some build issues.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
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>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
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>
|
|\ \ \ \
| |/ / /
|/| | | |
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>
|
|\ \ \
| | | |
| | | | |
ssmtp: move to github
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
utils/zoneinfo: Removed Middle-East target due there're no files for it.
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \
| | | | |
| | | | | |
Python update 4
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| |/ / /
|/| | | |
utils/zoneifo: Moved from old packages with updates
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \
| | | |
| | | | |
mc: move to github (midnight commander)
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|