feed/packages.git
8 years agopython: fix patch removing multiarch support for host python 1526/head
Jan Čermák [Thu, 2 Jul 2015 15:57:13 +0000 (17:57 +0200)]
python: fix patch removing multiarch support for host python

Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agopython3: disable usage of wcsftime (broken in uClibc) 1524/head
Jan Čermák [Thu, 2 Jul 2015 13:37:22 +0000 (15:37 +0200)]
python3: disable usage of wcsftime (broken in uClibc)

Python 3 prefers usage of wcsftime() over strftime() if it's available,
however this function returns just an empty string in some older
uClibc versions. Proposed solution disables detection of wcsftime() in
./configure that results in HAVE_WCSFTIME being undefined, effectively
disabling branches of code that use possibly broken wcsftime().

See: http://lists.busybox.net/pipermail/uclibc/2014-November/048718.html

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agomysql: fix datadir check in init script
Jo-Philipp Wich [Thu, 2 Jul 2015 12:20:30 +0000 (14:20 +0200)]
mysql: fix datadir check in init script

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoola: update to 0.9.6, tidy up makefile, try to resolve build dependencies. 1516/head
Christian Beier [Wed, 1 Jul 2015 15:27:17 +0000 (17:27 +0200)]
ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
8 years agoMerge pull request #1471 from jow-/shadowsocks-fortify-compat
Jo-Philipp Wich [Thu, 2 Jul 2015 08:01:55 +0000 (10:01 +0200)]
Merge pull request #1471 from jow-/shadowsocks-fortify-compat

shadowsocks-client: fix fortify source compatibility

8 years agoocserv: updated to 0.10.6
Nikos Mavrogiannopoulos [Wed, 1 Jul 2015 22:22:33 +0000 (00:22 +0200)]
ocserv: updated to 0.10.6

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #1505 from hauke/iotivity
Hauke Mehrtens [Wed, 1 Jul 2015 21:00:30 +0000 (23:00 +0200)]
Merge pull request #1505 from hauke/iotivity

iotivity: add IoTivity

8 years agoiotivity: add IoTivity 1505/head
Hauke Mehrtens [Mon, 22 Jun 2015 17:06:18 +0000 (19:06 +0200)]
iotivity: add IoTivity

IoTivity is a Internet of Things framework implementing the Open
Interconnect Consortium Specification.

The current version of IoTivity is still in heavy development and does
not support all its intended features, but I still want to add it to
the packages feed to make it easier for others to extend the OpenWrt
support.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
8 years agoMerge pull request #1498 from dangowrt/hfsprogs-fix-musl-build
Florian Fainelli [Wed, 1 Jul 2015 20:37:38 +0000 (13:37 -0700)]
Merge pull request #1498 from dangowrt/hfsprogs-fix-musl-build

hfsprogs: fix build with musl

8 years agoMerge pull request #1515 from dvlemplgk/patch-1
Florian Fainelli [Wed, 1 Jul 2015 20:36:47 +0000 (13:36 -0700)]
Merge pull request #1515 from dvlemplgk/patch-1

open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131f

8 years agoMerge pull request #1496 from puleglot/master
Jo-Philipp Wich [Wed, 1 Jul 2015 19:50:56 +0000 (21:50 +0200)]
Merge pull request #1496 from puleglot/master

sudo: preserve sudoers during sysupgrade

8 years agosudo: preserve sudoers.d during sysupgrade 1496/head
Alexander Tsoy [Sun, 28 Jun 2015 11:33:09 +0000 (14:33 +0300)]
sudo: preserve sudoers.d during sysupgrade

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
8 years agosquid: bump version to 3.5.5
Marko Ratkaj [Wed, 1 Jul 2015 11:13:46 +0000 (13:13 +0200)]
squid: bump version to 3.5.5

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
8 years agoMerge pull request #1495 from oskar456/unboundecdsa
Steven Barth [Wed, 1 Jul 2015 12:35:40 +0000 (14:35 +0200)]
Merge pull request #1495 from oskar456/unboundecdsa

unbound: Support for validating ECDSA DNSSEC signatures

8 years agoopen-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18 1515/head
dvlemplgk [Wed, 1 Jul 2015 11:30:37 +0000 (13:30 +0200)]
open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18

This particularly fixes unusable amphost utility on big endian targets.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
8 years agoznc: allow setting ssl fingerprints
Jonas Gorski [Wed, 1 Jul 2015 10:30:58 +0000 (12:30 +0200)]
znc: allow setting ssl fingerprints

ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers
do not use a valid one (e.g. freenode).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
8 years agoznc: close Network tags
Jonas Gorski [Wed, 1 Jul 2015 10:27:31 +0000 (12:27 +0200)]
znc: close Network tags

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
8 years agoMerge pull request #1501 from jow-/diffutils-fortify-source-compat
Jo-Philipp Wich [Wed, 1 Jul 2015 08:25:35 +0000 (10:25 +0200)]
Merge pull request #1501 from jow-/diffutils-fortify-source-compat

diffutils: fix fortify source compat

8 years agoMerge pull request #1511 from jow-/davfs2-musl-compat
Jo-Philipp Wich [Wed, 1 Jul 2015 08:15:26 +0000 (10:15 +0200)]
Merge pull request #1511 from jow-/davfs2-musl-compat

davfs2: fix musl compatibility

8 years agoMerge pull request #1512 from jow-/mtr-disable-ipv6-fix
Jonathan McCrohan [Wed, 1 Jul 2015 00:17:39 +0000 (01:17 +0100)]
Merge pull request #1512 from jow-/mtr-disable-ipv6-fix

mtr: fix build with globally disabled IPv6

8 years agoMerge pull request #1031 from ionum/master
Jo-Philipp Wich [Tue, 30 Jun 2015 23:25:52 +0000 (01:25 +0200)]
Merge pull request #1031 from ionum/master

net-snmp: Enable pass_persist support for snmpd in Makefile

8 years agoMerge pull request #1510 from jow-/ctorrent-svn-musl-compat
tripolar [Tue, 30 Jun 2015 18:54:22 +0000 (20:54 +0200)]
Merge pull request #1510 from jow-/ctorrent-svn-musl-compat

ctorrent-svn: fix musl compatibility

Signed-off-by: Jo-Philipp Wich jow@openwrt.org
Signed-off-by: tripolar@gmx.at
8 years agoMerge pull request #1504 from hauke/boost
Jo-Philipp Wich [Tue, 30 Jun 2015 17:41:14 +0000 (19:41 +0200)]
Merge pull request #1504 from hauke/boost

boost: do not fail when no shared libs were build

8 years agomtr: fix build with globally disabled IPv6 1512/head
Jo-Philipp Wich [Tue, 30 Jun 2015 15:32:03 +0000 (17:32 +0200)]
mtr: fix build with globally disabled IPv6

The current mtr does not build if IPv6 is disabled globally, add a patch to
fix the build in this case.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agodavfs2: fix musl compatibility 1511/head
Jo-Philipp Wich [Tue, 30 Jun 2015 10:52:43 +0000 (12:52 +0200)]
davfs2: fix musl compatibility

 - Add header tests for `error.h`, `sys/types.h` and `sys/select.h`
 - Add function tests for `canonicalize_file_name()` and `fopencookie()`
 - Add `compat.h` header to provide replacements for `error()`,
   `error_at_line()` and `canonicalize_file_name()` as well as the
   `_PATH_MOUNTED` and `_PATH_MNTTAB` defines
 - Add missing includes for `sys/select.h` and `sys/types.h`
 - Disable libneon debugging if no `fopencookie()` implementation is
   available

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoctorrent-svn: fix musl compatibility 1510/head
Jo-Philipp Wich [Tue, 30 Jun 2015 09:13:41 +0000 (11:13 +0200)]
ctorrent-svn: fix musl compatibility

Add missing `sys/types.h` include to `strnstr()` replacement code in
`compat.c` in order to declare `ssize_t` type under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoperl-*: Update dependencies
Marcel Denia [Sun, 28 Jun 2015 14:52:32 +0000 (16:52 +0200)]
perl-*: Update dependencies

All packages should now properly depend on all perlbase- and perl- packages
they need.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-www-mechanize: Update to 1.75
Marcel Denia [Mon, 29 Jun 2015 09:22:34 +0000 (11:22 +0200)]
perl-www-mechanize: Update to 1.75

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-uri: Update to 1.68
Marcel Denia [Mon, 29 Jun 2015 09:22:11 +0000 (11:22 +0200)]
perl-uri: Update to 1.68

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-www: Update to 6.13
Marcel Denia [Sun, 28 Jun 2015 12:31:00 +0000 (14:31 +0200)]
perl-www: Update to 6.13

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-html-tree: Re-format description
Marcel Denia [Mon, 29 Jun 2015 11:38:50 +0000 (13:38 +0200)]
perl-html-tree: Re-format description

Just capitalize it to match the other packages.

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-www-robotrules: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-www-robotrules: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-test-warn: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-test-warn: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-sub-uplevel: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-sub-uplevel: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-net-http: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-net-http: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-io-html: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-io-html: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-server-simple: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-http-server-simple: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-html-form: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-html-form: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-cgi: New package
Marcel Denia [Sun, 28 Jun 2015 12:32:15 +0000 (14:32 +0200)]
perl-cgi: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-message: New package
Marcel Denia [Sun, 28 Jun 2015 08:44:59 +0000 (10:44 +0200)]
perl-http-message: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-lwp-mediatypes: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-lwp-mediatypes: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-negotiate: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-http-negotiate: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-date: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-http-date: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-daemon: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-http-daemon: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-cookies: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-http-cookies: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-file-listing: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-file-listing: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-encode-locale: New package
Marcel Denia [Sun, 28 Jun 2015 08:43:56 +0000 (10:43 +0200)]
perl-encode-locale: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoboost: do not fail when no shared libs were build 1504/head
Hauke Mehrtens [Mon, 29 Jun 2015 19:25:34 +0000 (21:25 +0200)]
boost: do not fail when no shared libs were build

When only boost is selected without any specific boost library no *.so
file will be build and the InstallDev part is failing. Instead of
checking if there is a lib directory just try to copy the libs and do
not fail in case of an error.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years agognutls: backport upstream --with-ca-path implementation
Daniel Golle [Mon, 29 Jun 2015 18:34:08 +0000 (20:34 +0200)]
gnutls: backport upstream --with-ca-path implementation

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agognurl: fall-back on default system trust store
Daniel Golle [Mon, 29 Jun 2015 17:43:13 +0000 (19:43 +0200)]
gnurl: fall-back on default system trust store

If no explicit CA file is given, gnurl fails to setup HTTPS connections
as it doesn't looks for certificates in /etc/ssl/certs/ in any way.
Fix that by utilizing GnuTLS' gnutls_certificate_set_x509_system_trust
as a fall-back if neither CA file, CA path nor SRP is declared.

Reported upstream: https://github.com/bagder/curl/issues/330
Fix suggested upstream: https://github.com/bagder/curl/pull/331

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoaiccu: fix uClibc build after #1389
Jo-Philipp Wich [Mon, 29 Jun 2015 17:50:01 +0000 (19:50 +0200)]
aiccu: fix uClibc build after #1389

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agolibnet-1.2.x: fix uClibc regression caused by #1410
Jo-Philipp Wich [Mon, 29 Jun 2015 16:00:44 +0000 (18:00 +0200)]
libnet-1.2.x: fix uClibc regression caused by #1410

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agopython-pyserial: Add missing license 1485/head
Micke Prag [Mon, 29 Jun 2015 13:04:36 +0000 (15:04 +0200)]
python-pyserial: Add missing license

Signed-off-by: Micke Prag <micke.prag@telldus.se>
8 years agodiffutils: fix fortify source compat 1501/head
Jo-Philipp Wich [Mon, 29 Jun 2015 08:42:27 +0000 (10:42 +0200)]
diffutils: fix fortify source compat

Compile with `-std=gnu99` instead of `-std=c99` to avoid redefining
`__attribute__` in `src/system.h`.

Fixes the following error spotted by the buildbot:

    In file included from ../lib/stdio.h:43:0,
                     from cmp.c:22:
    .../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h: In function 'snprintf':
    .../staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_musl-1.1.10_eabi/include/fortify/stdio.h:99:2: error: invalid use of '__builtin_va_arg_pack ()'
      return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack());
      ^

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1494 from ejurgensen/master
Steven Barth [Mon, 29 Jun 2015 09:28:28 +0000 (11:28 +0200)]
Merge pull request #1494 from ejurgensen/master

forked-daapd: fix build problem after pr #1475

8 years agoMerge pull request #1499 from obsy/master
Steven Barth [Mon, 29 Jun 2015 04:28:45 +0000 (06:28 +0200)]
Merge pull request #1499 from obsy/master

[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp …

8 years ago[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier... 1499/head
Cezary Jackiewicz [Sun, 28 Jun 2015 20:02:08 +0000 (22:02 +0200)]
[packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing.

8 years agohfsprogs: fix build with musl 1498/head
Daniel Golle [Sun, 28 Jun 2015 19:03:28 +0000 (21:03 +0200)]
hfsprogs: fix build with musl

Do not make use of sysctl in makehfs.c on non-glibc systems.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agognunet: update source
Daniel Golle [Sun, 28 Jun 2015 17:52:25 +0000 (19:52 +0200)]
gnunet: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolibinput: update source
Daniel Golle [Sun, 28 Jun 2015 17:08:24 +0000 (19:08 +0200)]
libinput: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolibevdev: update source
Daniel Golle [Sun, 28 Jun 2015 17:08:10 +0000 (19:08 +0200)]
libevdev: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoMerge https://github.com/openwrt/packages 1015/head
aTanW [Sun, 28 Jun 2015 14:58:00 +0000 (17:58 +0300)]
Merge https://github.com/openwrt/packages

Conflicts:
net/ipsec-tools/Makefile

8 years agoMerge pull request #1492 from tru7/linknx
Jo-Philipp Wich [Sun, 28 Jun 2015 12:58:24 +0000 (14:58 +0200)]
Merge pull request #1492 from tru7/linknx

linknx: fix musl compatibility

8 years agoMerge pull request #1491 from tru7/knxd
Jo-Philipp Wich [Sun, 28 Jun 2015 12:57:24 +0000 (14:57 +0200)]
Merge pull request #1491 from tru7/knxd

knxd: fix musl compatibility

8 years agoMerge pull request #1479 from jow-/pthsem-musl-compat
Jo-Philipp Wich [Sun, 28 Jun 2015 12:50:46 +0000 (14:50 +0200)]
Merge pull request #1479 from jow-/pthsem-musl-compat

pthsem: fix musl and fortify source compatibility

8 years agounbound: Support for validating ECDSA DNSSEC signatures 1495/head
Ondřej Caletka [Sun, 28 Jun 2015 09:16:30 +0000 (11:16 +0200)]
unbound: Support for validating ECDSA DNSSEC signatures

This patch enables support for validating ECDSA signatures, which
are being deployed more and more in DNSSEC.

Proper validating can be tested by observing the AD flag in following
query (courtesy of Olafur Gudmundsson, CloudFlare):
 $ dig ds-4.alg-14-nsec.dnssec-test.org

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
8 years agoMerge pull request #1486 from jow-/ntpd-fortify-source-compat
Nuno Goncalves [Sun, 28 Jun 2015 01:32:31 +0000 (02:32 +0100)]
Merge pull request #1486 from jow-/ntpd-fortify-source-compat

ntpd: fix fortify source compatibility

8 years agoMerge pull request #1484 from jow-/ntripclient-musl-compat
Nuno Goncalves [Sun, 28 Jun 2015 01:32:00 +0000 (02:32 +0100)]
Merge pull request #1484 from jow-/ntripclient-musl-compat

ntripclient: fix musl comaptibility

8 years agoforked-daapd: fix build problem after pr #1475 1494/head
ejurgensen [Sat, 27 Jun 2015 22:35:32 +0000 (00:35 +0200)]
forked-daapd: fix build problem after pr #1475

The upgraded forked-daapd required some more pregenerated ANTLR3 files,
but I forgot to add them to the patch. They are included here.

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
8 years agolinknx: fix musl compatibility 1492/head
Othmar Truniger [Sat, 27 Jun 2015 20:55:51 +0000 (22:55 +0200)]
linknx: fix musl compatibility

Signed-off-by: Othmar Truniger <github@truniger.ch>
8 years agoknxd: fix musl compatibility 1491/head
Othmar Truniger [Sat, 27 Jun 2015 19:49:25 +0000 (21:49 +0200)]
knxd: fix musl compatibility

Signed-off-by: Othmar Truniger <github@truniger.ch>
8 years agoscreen: remove leftover Makefile code
Jo-Philipp Wich [Sat, 27 Jun 2015 12:31:29 +0000 (14:31 +0200)]
screen: remove leftover Makefile code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoscreen: fix autoconf misdetection
Jo-Philipp Wich [Sat, 27 Jun 2015 12:25:43 +0000 (14:25 +0200)]
screen: fix autoconf misdetection

The configure script shipped by screen uses the presence of `elf.h` and `-lelf`
as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`.

The SVR4 `getlogin()` replacement function does not compile with a musl
toolchain and we do not want it anyway, so patch configure to remove the broken
SVR4 detection logic.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1439 from mstorchak/iodine
Jo-Philipp Wich [Sat, 27 Jun 2015 11:30:05 +0000 (13:30 +0200)]
Merge pull request #1439 from mstorchak/iodine

iodine: fix musl compatibility

8 years agoMerge pull request #1483 from jow-/open-plc-utils-musl-compat
Jo-Philipp Wich [Sat, 27 Jun 2015 09:19:07 +0000 (11:19 +0200)]
Merge pull request #1483 from jow-/open-plc-utils-musl-compat

open-plc-utils: fix musl and fortify source compatibility

8 years agovpnc-scripts: bumped version
Nikos Mavrogiannopoulos [Sat, 27 Jun 2015 06:22:07 +0000 (08:22 +0200)]
vpnc-scripts: bumped version

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #1489 from nmav/dns
Nikos Mavrogiannopoulos [Sat, 27 Jun 2015 06:20:37 +0000 (09:20 +0300)]
Merge pull request #1489 from nmav/dns

vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars

8 years agovpnc-script: handle multiple servers in INTERNAL_IP_DNS vars 1489/head
Nikos Mavrogiannopoulos [Wed, 24 Jun 2015 19:51:50 +0000 (21:51 +0200)]
vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars

Resolves #1372

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #1488 from thess/mpd-0.19-work
Ted Hess [Fri, 26 Jun 2015 21:57:24 +0000 (17:57 -0400)]
Merge pull request #1488 from thess/mpd-0.19-work

mpd: Upgrade to 0.19.10, refresh patches

8 years agoMerge pull request #1487 from thess/boost-build-fix
Ted Hess [Fri, 26 Jun 2015 21:56:53 +0000 (17:56 -0400)]
Merge pull request #1487 from thess/boost-build-fix

boost: force build of meta-package to satisfy other package dependencies

8 years agoMerge pull request #1460 from cjkoenig/update_mpc
Ted Hess [Fri, 26 Jun 2015 21:04:08 +0000 (17:04 -0400)]
Merge pull request #1460 from cjkoenig/update_mpc

mpc: update to 0.27

8 years agoboost: force build of meta-package to satisfy other package dependencies 1487/head
Ted Hess [Fri, 26 Jun 2015 20:49:11 +0000 (16:49 -0400)]
boost: force build of meta-package to satisfy other package dependencies

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agompd: Upgrade to 0.19.10, refresh patches 1488/head
Ted Hess [Fri, 26 Jun 2015 20:46:05 +0000 (16:46 -0400)]
mpd: Upgrade to 0.19.10, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agohaproxy: bugfix release 1.5.13
heil [Fri, 26 Jun 2015 16:02:49 +0000 (18:02 +0200)]
haproxy: bugfix release 1.5.13

  Released version 1.5.13 with the following main changes :
  - BUG/MINOR: check: fix tcpcheck error message
  - CLEANUP: deinit: remove codes for cleaning p->block_rules
  - DOC: Update doc about weight, act and bck fields in the statistics
  - MINOR: ssl: add a destructor to free allocated SSL ressources
  - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten
  - MEDIUM: ssl: replace standards DH groups with custom ones
  - BUG/MINOR: debug: display (null) in place of "meth"
  - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message
  - BUG/MEDIUM: cfgparse: segfault when userlist is misused
  - BUG/MEDIUM: stats: properly initialize the scope before dumping stats
  - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
  - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks
  - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end
  - CLEANUP: checks: simplify the loop processing of tcp-checks
  - BUG/MAJOR: checks: always check for end of list before proceeding
  - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct
  - BUG/MEDIUM: peers: apply a random reconnection timeout
  - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
  - MEDIUM: init: don't stop proxies in parent process when exiting
  - MINOR: peers: store the pointer to the signal handler
  - MEDIUM: peers: unregister peers that were never started
  - MEDIUM: config: propagate the table's process list to the peers sections
  - MEDIUM: init: stop any peers section not bound to the correct process
  - MEDIUM: config: validate that peers sections are bound to exactly one process
  - MAJOR: peers: allow peers section to be used with nbproc > 1
  - DOC: relax the peers restriction to single-process
  - CLEANUP: config: fix misleading information in error message.
  - MINOR: config: report the number of processes using a peers section in the error case
  - BUG/MEDIUM: config: properly compute the default number of processes for a proxy

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agonet-snmp: fix musl compatibility
Jo-Philipp Wich [Fri, 26 Jun 2015 15:46:10 +0000 (17:46 +0200)]
net-snmp: fix musl compatibility

Fixup `iwlib.h` to not consider an musl environment to be an unsupported
platform.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1480 from jow-/postfix-musl-compat
Jo-Philipp Wich [Fri, 26 Jun 2015 15:28:40 +0000 (17:28 +0200)]
Merge pull request #1480 from jow-/postfix-musl-compat

postfix: fix musl compatibility

8 years agontpd: fix fortify source compatibility 1486/head
Jo-Philipp Wich [Fri, 26 Jun 2015 15:09:13 +0000 (17:09 +0200)]
ntpd: fix fortify source compatibility

The ntpd package ships autoconf macros which attempt to test for the C99
compliance of `snprintf()` and `vsnprintf()`.

Those macros unconditionally consider the functions not compliant in a cross
compile setting and therfore break all subsequent configure tests because
the `snprintf` and `vsnprintf` symbols are shadowed with `#define` directives
redirecting them to their respectiv gnulib replacements.

The fortify source headers in turn will `#undef` those defines when wrapping
the associated functions and therfore cause all `conftest` programs to emit
a failure.

Pass the required magic autoconf cache variables via `CONFIGURE_VARS` to let
`./configure` assume C99 compliance of the affected functions, thus fixing
the build.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agopython-pyserial: new package
Micke Prag [Fri, 26 Jun 2015 14:52:10 +0000 (16:52 +0200)]
python-pyserial: new package

This is the pyserial package ported from oldpackages. It is a
bumped version and depends on python-light instead of python-mini

Signed-off-by: Micke Prag <micke.prag@telldus.se>
8 years agontripclient: fix musl comaptibility 1484/head
Jo-Philipp Wich [Fri, 26 Jun 2015 14:47:16 +0000 (16:47 +0200)]
ntripclient: fix musl comaptibility

Add missing `sys/select.h` include to `ntripclient.c` to provide
declarations for `struct timeval` and `fd_set` under musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoopen-plc-utils: fix musl and fortify source compatibility 1483/head
Jo-Philipp Wich [Fri, 26 Jun 2015 14:38:42 +0000 (16:38 +0200)]
open-plc-utils: fix musl and fortify source compatibility

 - Include `poll.h` at the top of `ether/readpacket.c` to avoid nested
   declaration errors caused by fortify source headers
 - Add missing `sys/select.h` include to `serial/serial.c`

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1464 from jow-/c-ares-fortify-source-fix
Jo-Philipp Wich [Fri, 26 Jun 2015 13:51:15 +0000 (15:51 +0200)]
Merge pull request #1464 from jow-/c-ares-fortify-source-fix

c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*

8 years agolm-sensors: fix musl compatibility
Jo-Philipp Wich [Thu, 25 Jun 2015 09:38:08 +0000 (11:38 +0200)]
lm-sensors: fix musl compatibility

Only use `asm/io.h` for uClibc, else include `sys/io.h`

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agopostfix: fix musl compatibility 1480/head
Jo-Philipp Wich [Fri, 26 Jun 2015 12:51:16 +0000 (14:51 +0200)]
postfix: fix musl compatibility

The current package patches `makedefs` to probe for the existance
of the `nsl` and `resolv` libraries but uses the wrong variables
for the prefix, leading to `makedefs` probing the host directories,
not the staging dir ones.

Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library
tests in the correct directory.

Fixes the following error spotted by doing test builds against musl
which does not provide a `libnsl`:

    .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl
    collect2: error: ld returned 1 exit status
    make: *** [master] Error 1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agopthsem: fix musl and fortify source compatibility 1479/head
Jo-Philipp Wich [Fri, 26 Jun 2015 09:51:23 +0000 (11:51 +0200)]
pthsem: fix musl and fortify source compatibility

This commit addresses two issues encountered while building pthsem for
x86_64/musl:

1) Autoconf incorrectly assumes a broken Glibc and thus falls back
   to Linux compatibility code which runs into an unsupported
   platform error with musl libc. Since musl provides a proper
   implementation of `sigaltstack(2)`, force configure to use the
   POSIX compliant code when musl libc is used.

2) The `pth_syscall.c` file undefines various libc function names
   which breaks the indirection set up by fortify-source headers,
   therefore forcibly disable fortify source in the OpenWrt Makefile.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1475 from ejurgensen/master
Steven Barth [Fri, 26 Jun 2015 09:31:06 +0000 (11:31 +0200)]
Merge pull request #1475 from ejurgensen/master

forked-daapd: update to 23.2

8 years agognunet: update source
Daniel Golle [Fri, 26 Jun 2015 02:19:20 +0000 (04:19 +0200)]
gnunet: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoMerge pull request #1326 from dangowrt/update-libmicrohttpd
Daniel Golle [Thu, 25 Jun 2015 21:33:47 +0000 (23:33 +0200)]
Merge pull request #1326 from dangowrt/update-libmicrohttpd

libmicrohttpd: update source

8 years agolibmicrohttpd: import fixes from subversion repo 1326/head
Daniel Golle [Fri, 5 Jun 2015 01:26:00 +0000 (03:26 +0200)]
libmicrohttpd: import fixes from subversion repo

Fixes a memleak as well as a bug in digest authentication.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolibmicrohttpd: get rid of OpenSSL dependency
Daniel Golle [Thu, 4 Jun 2015 10:52:31 +0000 (12:52 +0200)]
libmicrohttpd: get rid of OpenSSL dependency

Depending on both, GnuTLS and OpenSSL doesn't make sense, we should
use either TLS implementation but not both. Use GnuTLS for now and
get rid of OpenSSL dependency by explicitely telling the package's
build-system to do so using CONFIGURE_ARGS.

If future uses of libmicrohttpd require OpenSSL, it probably makes
most sense to build several variants of the package, i.e.
libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most
packages making use of any TLS implementation, these are build-time
decissions resulting in conflicting variants of the same package
which cannot be installed simultanously.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolibmicrohttpd: update source
Daniel Golle [Sun, 31 May 2015 03:28:38 +0000 (05:28 +0200)]
libmicrohttpd: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>