feed/packages.git
9 years agontpd: fix a small typo in the default description
Michael Heimpold [Sun, 23 Nov 2014 19:20:58 +0000 (20:20 +0100)]
ntpd: fix a small typo in the default description

Reported by amanual on IRC, thanks.
While at, update copyright timestamp.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #555 from rpi-openwrt/master
Steven Barth [Sat, 22 Nov 2014 14:31:39 +0000 (15:31 +0100)]
Merge pull request #555 from rpi-openwrt/master

dbus host building

9 years agoMerge pull request #554 from jslachta/libxml2-host
Michael Heimpold [Sat, 22 Nov 2014 12:25:37 +0000 (13:25 +0100)]
Merge pull request #554 from jslachta/libxml2-host

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agodbus host building 555/head
Oskari Rauta [Sat, 22 Nov 2014 09:44:33 +0000 (11:44 +0200)]
dbus host building

Enable dbus host building ( some packages on other feed(s) need dbus on
host side, since packages need to be compiled natively before cross
compiling)

9 years agoznc: link to libstdc++ to fix performance issues on channel join
Jonas Gorski [Fri, 21 Nov 2014 12:19:30 +0000 (13:19 +0100)]
znc: link to libstdc++ to fix performance issues on channel join

ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.

Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.

Should fix #11778.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
9 years agolibxml2: add host compile 554/head
Jiri Slachta [Fri, 21 Nov 2014 03:49:47 +0000 (04:49 +0100)]
libxml2: add host compile

Several packages may depend on host compiled packages during
the build time (such as the new LTS versions of telephony packages).

This commit adds an option to use the libxml2 to be built as
a host package. Usage would be following:

PKG_BUILD_DEPENDS:=libxml2/host

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agohaproxy: patches from upstream
Thomas Heil [Thu, 20 Nov 2014 13:29:40 +0000 (14:29 +0100)]
haproxy: patches from upstream

 - [PATCH 1/6] BUILD: fix "make install" to support spaces in the
 - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause
 - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory
 - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks
 - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance
 - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
9 years agoMerge pull request #553 from mhei/php5-oldstable
champtar [Wed, 19 Nov 2014 22:53:41 +0000 (23:53 +0100)]
Merge pull request #553 from mhei/php5-oldstable

php5: upgrade to 5.4.35

9 years agophp5: upgrade to 5.4.35 553/head
Michael Heimpold [Wed, 19 Nov 2014 20:18:19 +0000 (21:18 +0100)]
php5: upgrade to 5.4.35

This fixes CVE-2014-3710.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agoMerge pull request #552 from dibdot/master
sbyx [Tue, 18 Nov 2014 18:49:36 +0000 (19:49 +0100)]
Merge pull request #552 from dibdot/master

mc: force rebuild when config changes

9 years agomc: force rebuild when config changes 552/head
Dirk Brenken [Tue, 18 Nov 2014 18:33:55 +0000 (19:33 +0100)]
mc: force rebuild when config changes

- add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
9 years agoluci-app-lxc: use ubus binding for lxc-create
Petar Koretic [Mon, 17 Nov 2014 15:31:54 +0000 (16:31 +0100)]
luci-app-lxc: use ubus binding for lxc-create

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
9 years agoperl-uri: Update to 1.65
Marcel Denia [Tue, 18 Nov 2014 09:54:01 +0000 (10:54 +0100)]
perl-uri: Update to 1.65

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl-test-harness: Update to 3.34
Marcel Denia [Tue, 18 Nov 2014 09:53:30 +0000 (10:53 +0100)]
perl-test-harness: Update to 3.34

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl-dbi: Update to 1.632
Marcel Denia [Tue, 18 Nov 2014 09:53:00 +0000 (10:53 +0100)]
perl-dbi: Update to 1.632

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl-compress-bzip2: Update to 2.19
Marcel Denia [Tue, 18 Nov 2014 09:52:24 +0000 (10:52 +0100)]
perl-compress-bzip2: Update to 2.19

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #475 from antonlacon/minidlna-1.1.x
sbyx [Tue, 18 Nov 2014 07:02:28 +0000 (08:02 +0100)]
Merge pull request #475 from antonlacon/minidlna-1.1.x

minidlna: update to 1.1.4

9 years agoMerge pull request #541 from commodo/python-do-not-compile
sbyx [Tue, 18 Nov 2014 07:01:33 +0000 (08:01 +0100)]
Merge pull request #541 from commodo/python-do-not-compile

python: add patch to disable python byte codes by default

9 years agoMerge pull request #551 from oneru/master
sbyx [Tue, 18 Nov 2014 06:59:45 +0000 (07:59 +0100)]
Merge pull request #551 from oneru/master

Fwknop: Update to 2.6.4

9 years agoFwknop: Update to 2.6.4 551/head
Jonathan Bennett [Tue, 18 Nov 2014 01:50:48 +0000 (19:50 -0600)]
Fwknop: Update to 2.6.4
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
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 agopython: add patch to disable python byte codes by default 541/head
Alexandru Ardelean [Thu, 13 Nov 2014 08:44:36 +0000 (10:44 +0200)]
python: add patch to disable python byte codes by default

Use export PYTHONDONTWRITEBYTECODE=0 to re-enable writing byte codes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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>