feed/packages.git
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 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 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>
8 years agoforked-daapd: update to 23.2 1475/head
ejurgensen [Thu, 25 Jun 2015 20:40:46 +0000 (22:40 +0200)]
forked-daapd: update to 23.2

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
8 years agoMerge pull request #1469 from jow-/squid-musl-compat
Luka Perkov [Thu, 25 Jun 2015 20:04:35 +0000 (22:04 +0200)]
Merge pull request #1469 from jow-/squid-musl-compat

squid: fix musl compatibility

8 years agosnort: add maintainer and SPDX license info
Luka Perkov [Thu, 25 Jun 2015 20:00:35 +0000 (22:00 +0200)]
snort: add maintainer and SPDX license info

Signed-off-by: Luka Perkov <luka@openwrt.org>
8 years agoMerge pull request #1470 from jow-/snort-hardening-fix
Luka Perkov [Thu, 25 Jun 2015 19:54:58 +0000 (21:54 +0200)]
Merge pull request #1470 from jow-/snort-hardening-fix

snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY

8 years agominicom: fix full language support
Álvaro Fernández Rojas [Thu, 25 Jun 2015 17:47:49 +0000 (19:47 +0200)]
minicom: fix full language support

Fixes https://github.com/openwrt/packages/issues/1467

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8 years agoiodine: fix musl compatibility 1439/head
Maxim Storchak [Fri, 19 Jun 2015 17:30:17 +0000 (20:30 +0300)]
iodine: fix musl compatibility

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agoMerge pull request #1472 from psycho-nico/for-upstream
Ted Hess [Thu, 25 Jun 2015 16:38:43 +0000 (12:38 -0400)]
Merge pull request #1472 from psycho-nico/for-upstream

libv4l: fix musl compatibility on 64-bits

8 years agosnort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY 1470/head
Jo-Philipp Wich [Thu, 25 Jun 2015 15:26:37 +0000 (17:26 +0200)]
snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY

The configure script incorrectly mangles `CFLAGS` by attempting to remove
`-Werror` from it, thus turning `-Werror=format-security` into just
`=format-security` which will cause subsequent autoconf tests to fail.

Patch out the custom `CFLAGS` mangling to fix the build.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agolibv4l: fix musl compatibility on 64-bits 1472/head
Nicolas Thill [Thu, 25 Jun 2015 15:10:31 +0000 (17:10 +0200)]
libv4l: fix musl compatibility on 64-bits

Signed-off-by: Nicolas Thill <nico@openwrt.org>
8 years agoMerge pull request #1468 from jow-/sstp-client-musl-compat
Jo-Philipp Wich [Thu, 25 Jun 2015 14:44:52 +0000 (16:44 +0200)]
Merge pull request #1468 from jow-/sstp-client-musl-compat

sstp-client: fix musl compatibility

8 years agosquid: fix musl compatibility 1469/head
Jo-Philipp Wich [Thu, 25 Jun 2015 14:42:52 +0000 (16:42 +0200)]
squid: fix musl compatibility

Change `sys/signal.h` include to just `signal.h`. The build otherwise fails
due to `-Werror` with the following message:

    In file included from rfcnb-io.c:43:0:
    .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/sys/signal.h:1:2: error: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Werror=cpp]
     #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
      ^
    cc1: all warnings being treated as errors

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agosstp-client: fix musl compatibility 1468/head
Jo-Philipp Wich [Thu, 25 Jun 2015 14:30:32 +0000 (16:30 +0200)]
sstp-client: fix musl compatibility

 - Ship a `net/ppp_defs.h` replacement header since musl does not provide one
   but `pppd/pppd.h` provided by pppd is needing it.
 - Add missing `sys/types.h` includes

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoMerge pull request #1466 from jow-/usbip-musl-compat
Nuno Goncalves [Thu, 25 Jun 2015 12:51:42 +0000 (13:51 +0100)]
Merge pull request #1466 from jow-/usbip-musl-compat

usb: fix musl compatibility

8 years agousb: fix musl compatibility 1466/head
Jo-Philipp Wich [Thu, 25 Jun 2015 12:49:05 +0000 (14:49 +0200)]
usb: fix musl compatibility

Replace the nonstandard `SIGCLD` signal name with the proper `SIGCHLD` spelling
as the `SIGCLD` alias is not provided by musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
8 years agoc-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE* 1464/head
Jo-Philipp Wich [Thu, 25 Jun 2015 10:54:05 +0000 (12:54 +0200)]
c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*

When fortify source is enabled, the c-ares configure script will abort with:
    configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1

Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to
TARGET_CPPFLAGS in order to satisfy `configure`.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoMerge pull request #1461 from chris5560/master
Steven Barth [Wed, 24 Jun 2015 17:00:09 +0000 (19:00 +0200)]
Merge pull request #1461 from chris5560/master

ddns-scripts: fix/update to version 2.4.3-1

9 years agoddns-scripts: fix/update to version 2.4.3-1 1461/head
Christian Schoenebeck [Wed, 24 Jun 2015 16:46:52 +0000 (18:46 +0200)]
ddns-scripts: fix/update to version 2.4.3-1

fixed sed when filtering IP address from nslookup output
because "Server:" block might have multiple address lines.
Thanks to Arjen de Korte

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agohiredis: add new package
Daniel Golle [Wed, 24 Jun 2015 14:03:45 +0000 (16:03 +0200)]
hiredis: add new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agompc: update to 0.27 1460/head
Christoph König [Wed, 24 Jun 2015 13:18:01 +0000 (15:18 +0200)]
mpc: update to 0.27

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
9 years agoMerge pull request #1407 from jow-/wifidog-musl-compat
Jo-Philipp Wich [Wed, 24 Jun 2015 11:50:57 +0000 (13:50 +0200)]
Merge pull request #1407 from jow-/wifidog-musl-compat

wifidog: fix musl compatibility

9 years agoMerge pull request #1387 from jow-/etherwake-musl-compat
Jo-Philipp Wich [Wed, 24 Jun 2015 11:50:00 +0000 (13:50 +0200)]
Merge pull request #1387 from jow-/etherwake-musl-compat

etherwake: fix musl compatibility

9 years agoMerge pull request #1333 from br101/master
Steven Barth [Wed, 24 Jun 2015 06:44:17 +0000 (08:44 +0200)]
Merge pull request #1333 from br101/master

bluez: Add bluez-daemon package

9 years agoMerge pull request #1425 from jow-/mtr-musl-compat
Jonathan McCrohan [Tue, 23 Jun 2015 22:04:10 +0000 (23:04 +0100)]
Merge pull request #1425 from jow-/mtr-musl-compat

mtr: switch to upstream "newdns" branch

9 years agostrongswan: add more exceptions to musl-fixes
Steven Barth [Tue, 23 Jun 2015 16:40:54 +0000 (18:40 +0200)]
strongswan: add more exceptions to musl-fixes

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge branch 'ulogd-musl-compat'
Nicolas Thill [Tue, 23 Jun 2015 08:57:35 +0000 (10:57 +0200)]
Merge branch 'ulogd-musl-compat'

9 years agoMerge branch 'ulogd-musl-compat' of git://github.com/jow-/packages into ulogd-musl...
Nicolas Thill [Tue, 23 Jun 2015 08:57:12 +0000 (10:57 +0200)]
Merge branch 'ulogd-musl-compat' of git://github.com/jow-/packages into ulogd-musl-compat

9 years agoMerge branch 'jow--keepalived-musl-compat'
Nicolas Thill [Mon, 22 Jun 2015 23:35:41 +0000 (01:35 +0200)]
Merge branch 'jow--keepalived-musl-compat'

9 years agoMerge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into jow...
Nicolas Thill [Mon, 22 Jun 2015 23:33:11 +0000 (01:33 +0200)]
Merge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into jow--keepalived-musl-compat

9 years agoMerge branch 'paulfertser-macchanger-musl-fix'
Nicolas Thill [Mon, 22 Jun 2015 23:20:02 +0000 (01:20 +0200)]
Merge branch 'paulfertser-macchanger-musl-fix'

9 years agoMerge branch 'macchanger-musl-fix' of git://github.com/paulfertser/packages into...
Nicolas Thill [Mon, 22 Jun 2015 23:19:27 +0000 (01:19 +0200)]
Merge branch 'macchanger-musl-fix' of git://github.com/paulfertser/packages into paulfertser-macchanger-musl-fix

9 years agoerlang: fix musl compatibility
Nicolas Thill [Mon, 22 Jun 2015 23:06:36 +0000 (01:06 +0200)]
erlang: fix musl compatibility

gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoMerge pull request #1436 from ManoftheSea/musl-compat
Noah Meyerhans [Mon, 22 Jun 2015 21:44:20 +0000 (14:44 -0700)]
Merge pull request #1436 from ManoftheSea/musl-compat

Make ipsec-tools compatible with musl

9 years agoMerge pull request #1421 from Zokormazo/bwm-ng
Steven Barth [Mon, 22 Jun 2015 15:20:09 +0000 (17:20 +0200)]
Merge pull request #1421 from Zokormazo/bwm-ng

bwm-ng: Fix building with gcc-security enabled

9 years agoMerge pull request #1380 from mickeprag/master
Steven Barth [Mon, 22 Jun 2015 15:16:57 +0000 (17:16 +0200)]
Merge pull request #1380 from mickeprag/master

python-crcmod: new package

9 years agoMerge pull request #1369 from kissg1988/seafile
Steven Barth [Mon, 22 Jun 2015 15:15:27 +0000 (17:15 +0200)]
Merge pull request #1369 from kissg1988/seafile

seafile: build against libevhtp 1.1 instead of 1.2

9 years agoMerge pull request #1368 from kissg1988/libevhtp-1.1
Steven Barth [Mon, 22 Jun 2015 15:15:21 +0000 (17:15 +0200)]
Merge pull request #1368 from kissg1988/libevhtp-1.1

libevhtp-1.1: package added

9 years agohaproxy: upstream fixes
heil [Mon, 22 Jun 2015 12:57:26 +0000 (14:57 +0200)]
haproxy: upstream fixes

 - [PATCH 15/18] MEDIUM: ssl: replace standards DH groups with custom
 - [PATCH 16/18] BUG/MINOR: debug: display (null) in place of "meth"
 - [PATCH 17/18] CLEANUP: deinit: remove codes for cleaning
 - [PATCH 18/18] BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id

Signed-off-by: heil <heil@terminal-consulting.de>
9 years agoMerge pull request #1437 from mstorchak/luaposix
Ted Hess [Mon, 22 Jun 2015 12:39:53 +0000 (08:39 -0400)]
Merge pull request #1437 from mstorchak/luaposix

luaposix: fix compatibility with musl

9 years agoluaposix: fix compatibility with musl 1437/head
Maxim Storchak [Fri, 19 Jun 2015 17:14:33 +0000 (20:14 +0300)]
luaposix: fix compatibility with musl

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years agostrongswan: refresh musl compatibility fixes
Steven Barth [Mon, 22 Jun 2015 10:24:19 +0000 (12:24 +0200)]
strongswan: refresh musl compatibility fixes

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoRevert "mysql: disable SSP for ppc (toolchain issue?)"
Steven Barth [Mon, 22 Jun 2015 10:03:48 +0000 (12:03 +0200)]
Revert "mysql: disable SSP for ppc (toolchain issue?)"

This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533.

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoipsec-tools: Make compatible with musl 1436/head
Derek LaHousse [Fri, 19 Jun 2015 16:16:31 +0000 (12:16 -0400)]
ipsec-tools: Make compatible with musl

Based on changes at http://git.alpinelinux.org/cgit/aports/plain/main/ipsec-tools/musl-cdefs.patch
Removed references to "login" and "logout" functions, as musl utmp
doesn't.
Bump PKG_RELEASE

Signed-off-by: Derek LaHousse <dlahouss@mtu.edu>
9 years agolibev: Update to 4.20
Karl Palsson [Sun, 21 Jun 2015 17:41:15 +0000 (17:41 +0000)]
libev: Update to 4.20

Minor release, changes from upstream:

- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
  watcher callbacks.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
9 years agoMerge pull request #1448 from damianorenfer/master
Ted Hess [Sun, 21 Jun 2015 21:05:18 +0000 (17:05 -0400)]
Merge pull request #1448 from damianorenfer/master

net/dnscrypt-proxy: update to 1.5.0

9 years agoMerge pull request #1449 from rkunze/hdparm
Ted Hess [Sun, 21 Jun 2015 21:01:32 +0000 (17:01 -0400)]
Merge pull request #1449 from rkunze/hdparm

hdparm: update to version 9.48

9 years agohdparm: update to version 9.48 1449/head
Richard Kunze [Sun, 21 Jun 2015 20:26:55 +0000 (22:26 +0200)]
hdparm: update to version 9.48

Signed-off-by: Richard Kunze <richard.kunze@web.de>
9 years agonginx: fix musl compatibility
heil [Sun, 21 Jun 2015 19:41:17 +0000 (21:41 +0200)]
nginx: fix musl compatibility

 - include Patches according to issue #1129
 - refresh Makefile

Signed-off-by: heil <heil@terminal-consulting.de>
9 years agolibextractor: build against libarchive-noopenssl
Daniel Golle [Sun, 21 Jun 2015 13:24:43 +0000 (15:24 +0200)]
libextractor: build against libarchive-noopenssl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agolvm2: update sources
Daniel Golle [Sun, 21 Jun 2015 19:33:08 +0000 (21:33 +0200)]
lvm2: update sources

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoMerge pull request #1447 from dangowrt/libarchive-without-openssl
Daniel Golle [Sun, 21 Jun 2015 19:32:20 +0000 (21:32 +0200)]
Merge pull request #1447 from dangowrt/libarchive-without-openssl

libarchive: add build-variant without libopenssl

9 years agonet/dnscrypt-proxy: update to 1.5.0 1448/head
Damiano Renfer [Sun, 21 Jun 2015 16:45:30 +0000 (18:45 +0200)]
net/dnscrypt-proxy: update to 1.5.0

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
9 years agognunet: build PostgreSQL and mySQL backends
Daniel Golle [Sun, 21 Jun 2015 15:29:33 +0000 (17:29 +0200)]
gnunet: build PostgreSQL and mySQL backends

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agolibarchive: add build-variant without libopenssl 1447/head
Daniel Golle [Sun, 21 Jun 2015 13:17:26 +0000 (15:17 +0200)]
libarchive: add build-variant without libopenssl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agognunet: update source to r35963
Daniel Golle [Sun, 21 Jun 2015 11:57:37 +0000 (13:57 +0200)]
gnunet: update source to r35963

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoi2c-tools: import from oldpackages
Daniel Golle [Sun, 21 Jun 2015 11:53:07 +0000 (13:53 +0200)]
i2c-tools: import from oldpackages

 - license and maintainer added
 - bumped to recent release source tarball instead of SVN source
 - add archive.org mirror to work-around the lm-sensors.org domain
   currently being broken...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agomacchanger: fix build with musl 1446/head
Paul Fertser [Sun, 21 Jun 2015 12:06:32 +0000 (15:06 +0300)]
macchanger: fix build with musl

According to netdevice(7) ifr_data is a "char *", not caddr_t.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
9 years agotransmission: bumped version
Nikos Mavrogiannopoulos [Sun, 21 Jun 2015 10:00:02 +0000 (12:00 +0200)]
transmission: bumped version

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #1444 from thess/libnetfilter-cleanup
Steven Barth [Sat, 20 Jun 2015 15:52:11 +0000 (17:52 +0200)]
Merge pull request #1444 from thess/libnetfilter-cleanup

libnetfilter: packages moved to trunk git.openwrt.org/openwrt.git

9 years agolibnetfilter: packages moved to trunk git.openwrt.org/openwrt.git 1444/head
Ted Hess [Sat, 20 Jun 2015 15:49:30 +0000 (11:49 -0400)]
libnetfilter: packages moved to trunk git.openwrt.org/openwrt.git

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoMerge pull request #1441 from commodo/ovs-musl
Steven Barth [Sat, 20 Jun 2015 14:27:25 +0000 (16:27 +0200)]
Merge pull request #1441 from commodo/ovs-musl

openvswitch: a bit of cleanup + fix musl compatibility

9 years agoocserv: depend on radcli
Nikos Mavrogiannopoulos [Sat, 20 Jun 2015 11:56:49 +0000 (13:56 +0200)]
ocserv: depend on radcli

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agolibradcli: added package to replace freeradius-client
Nikos Mavrogiannopoulos [Sat, 20 Jun 2015 11:50:16 +0000 (13:50 +0200)]
libradcli: added package to replace freeradius-client

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #1442 from nmav/oc
Nikos Mavrogiannopoulos [Sat, 20 Jun 2015 10:48:40 +0000 (13:48 +0300)]
Merge pull request #1442 from nmav/oc

openconnect: added support for supplying a fixed second password.

9 years agoopenconnect: updated documentation 1442/head
Nikos Mavrogiannopoulos [Sat, 20 Jun 2015 10:36:55 +0000 (12:36 +0200)]
openconnect: updated documentation

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoopenconnect: allow processing multiple passwords from stdin
Nikos Mavrogiannopoulos [Thu, 18 Jun 2015 20:40:25 +0000 (22:40 +0200)]
openconnect: allow processing multiple passwords from stdin

Resolves #1419

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoopenvswitch: fix musl compatibility 1441/head
Alexandru Ardelean [Sat, 20 Jun 2015 06:32:29 +0000 (09:32 +0300)]
openvswitch: fix musl compatibility

Remove libatomic support from OVS: musl's libatomic seems incomplete.
Conditionally compile <net/if_packet.h>.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agoopenvswitch: cleanup makefile (remove explicit build rules)
Alexandru Ardelean [Sat, 20 Jun 2015 06:31:34 +0000 (09:31 +0300)]
openvswitch: cleanup makefile (remove explicit build rules)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agominicom: fix iconv dependencies, music includes and musl compatibility
Álvaro Fernández Rojas [Fri, 19 Jun 2015 19:06:51 +0000 (21:06 +0200)]
minicom: fix iconv dependencies, music includes and musl compatibility

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agostrongswan: fix musl builds, reenable lost modules
Steven Barth [Fri, 19 Jun 2015 16:38:44 +0000 (18:38 +0200)]
strongswan: fix musl builds, reenable lost modules

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agomysql: disable SSP for ppc (toolchain issue?)
Steven Barth [Fri, 19 Jun 2015 14:52:13 +0000 (16:52 +0200)]
mysql: disable SSP for ppc (toolchain issue?)

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #1426 from jow-/tinc-musl-compat
Jo-Philipp Wich [Fri, 19 Jun 2015 14:03:08 +0000 (16:03 +0200)]
Merge pull request #1426 from jow-/tinc-musl-compat

tinc: fix musl compatibility

9 years agoznc: update to 1.6.0
Jonas Gorski [Fri, 19 Jun 2015 11:07:17 +0000 (13:07 +0200)]
znc: update to 1.6.0

Fixes compilation with musl.

Requires GCC 4.7 or newer, so broken for octeon.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
9 years agoMerge pull request #1427 from jow-/tgt-musl-compat
Jo-Philipp Wich [Fri, 19 Jun 2015 10:21:26 +0000 (12:21 +0200)]
Merge pull request #1427 from jow-/tgt-musl-compat

tgt: fix musl compatibility

9 years agofastd: fix musl compatibility
Matthias Schiffer [Fri, 19 Jun 2015 02:16:09 +0000 (04:16 +0200)]
fastd: fix musl compatibility

Prefer linux/if_ether.h over netinet/if_ether.h if available since the
musl libc if_ether.h header does not allow mixing with kernel headers,
it will result in a struct ethhdr redefinition error.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>