danrl [Tue, 10 Jan 2017 20:01:12 +0000 (21:01 +0100)]
wireguard: version bump
Signed-off-by: Dan Luedtke <mail@danrl.com>
Hannu Nyman [Tue, 10 Jan 2017 19:06:31 +0000 (21:06 +0200)]
Merge pull request #3738 from diizzyy/patch-5
utils/xz: Update to 5.2.3 and update URLs
Daniel Engberg [Mon, 2 Jan 2017 20:47:33 +0000 (21:47 +0100)]
utils/xz: Update to 5.2.3 and update URLs
Update to 5.2.3 and sync URLs with LEDE
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Tue, 10 Jan 2017 18:45:45 +0000 (20:45 +0200)]
Merge pull request #3736 from damianorenfer/master
net/dnscrypt-proxy: update to 1.9.1. Change config system, use config…
Ted Hess [Tue, 10 Jan 2017 18:43:44 +0000 (13:43 -0500)]
Merge pull request #3807 from thess/umurmur-update
umurmur: Update to lastest version. Replace PolarSSL with mbed TLS
Peter Wagner [Tue, 10 Jan 2017 18:01:52 +0000 (19:01 +0100)]
irssi: update to 0.8.21
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Tue, 10 Jan 2017 16:23:32 +0000 (18:23 +0200)]
Merge pull request #3777 from pprindeville/update-isc-dhcp
isc-dhcp: bump version to latest and fix build issues
Alexandru Ardelean [Tue, 10 Jan 2017 15:14:46 +0000 (17:14 +0200)]
libs/dtc: fix build on x86_64
Fixes build error:
```
x86_64-openwrt-linux-musl-gcc -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib -znow -zrelro -fPIC -shared -Wl,--version-script=libfdt/version.lds -Wl,-soname,libfdt.so.1 -o libfdt/libfdt-1.4.2.so libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o libfdt/fdt_empty_tree.o libfdt/fdt_addresses.o
/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib64/gcc/x86_64-openwrt-linux-musl/5.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: libfdt/fdt.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
libfdt/fdt.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:283: recipe for target 'libfdt/libfdt-1.4.2.so' failed
make[4]: *** [libfdt/libfdt-1.4.2.so] Error 1
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Mon, 9 Jan 2017 22:29:00 +0000 (17:29 -0500)]
umurmur: Update to lastest version. Replace PolarSSL with mbed TLS
Signed-off-by: Ted Hess <thess@kitschensync.net>
Daniel Golle [Tue, 10 Jan 2017 04:54:59 +0000 (05:54 +0100)]
gnunet: upstream fixes and packaging improvements
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hauke Mehrtens [Mon, 9 Jan 2017 22:33:23 +0000 (23:33 +0100)]
Merge pull request #3800 from hauke/iotivity
iotivity: update to version 1.2.1
Hauke Mehrtens [Sun, 8 Jan 2017 21:13:19 +0000 (22:13 +0100)]
iotivity: make logging configurable
Before this change logging was always activated and then IoTivity wrote
a lot of debug messages. Make it now configurable.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sun, 8 Jan 2017 21:10:58 +0000 (22:10 +0100)]
iotivity: install the header files
Install the header files needed to build something against IoTivity.
This will have it easier to build an application using IoTivity library.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sun, 11 Dec 2016 00:34:59 +0000 (01:34 +0100)]
iotivity: replace environment patches with upstream versions
These patches are making it possible to provide the compiler settings
from the environment so LEDE can change them. This replaces the old
patches with the versions send for upstream inclusion.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Thu, 29 Sep 2016 12:26:18 +0000 (14:26 +0200)]
iotivity: update to version 1.2.1
This does the following changes:
* update to version 1.2.1
* add iotivity-resource-directory-lib, this is needed by most
applications now
* do not activate security support by default, this caused some
problems and needs some more settings to setup.
* use sqlite version from normal package feed instead of using an own
version
* build against LEDE version of mbedtls
* update example security configuration
* remove some patches that went upstream
* add some new patches fixing problems observed in my environment, most
of them are on their way upstream.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 3 Dec 2016 22:55:39 +0000 (23:55 +0100)]
iotivity: remove things manager
This is not supported in IoTivity 1.2.1 any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Fri, 30 Sep 2016 08:48:54 +0000 (10:48 +0200)]
iotivity: add simple client + server
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hannu Nyman [Mon, 9 Jan 2017 21:30:02 +0000 (23:30 +0200)]
Merge pull request #3803 from diizzyy/patch-22
admin/syslog-ng: Fix accidental inclusion of libs
Hannu Nyman [Mon, 9 Jan 2017 21:28:56 +0000 (23:28 +0200)]
Merge pull request #3805 from chris5560/ddns-scripts
ddns-scripts: make cloudflare v1 same "domain" parameter syntax
Ted Hess [Mon, 9 Jan 2017 21:16:48 +0000 (16:16 -0500)]
shairport-sync: Create mbed TLS version (replaces PolarSSL)
* Note: SSL Patch submitted upstream pending developer approval.
* Patch will be removed in future release.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Christian Schoenebeck [Mon, 9 Jan 2017 20:30:55 +0000 (21:30 +0100)]
ddns-scripts: make cloudflare v1 same "domain" parameter syntax
- cloudflare v1 change syntax of option domain to "host.sub@example.com" like already cloudflare v4 and godaddy to prepare logterm remove of public_suffix_list.dat from package
- change Makefile to be backportable to CC15.05 and working on DD
- change ddns.defaults to prepare future releases of ddns-scripts
- minor fixes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Ted Hess [Mon, 9 Jan 2017 20:16:17 +0000 (15:16 -0500)]
Merge pull request #3804 from dibdot/travelmate
travelmate: bugfix 0.3.1
Dirk Brenken [Mon, 9 Jan 2017 18:46:57 +0000 (19:46 +0100)]
travelmate: bugfix 0.3.1
* fix error handling, i.e. a wrong uplink key in wireless config
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Engberg [Mon, 9 Jan 2017 15:15:50 +0000 (16:15 +0100)]
admin/syslog-ng: Fix accidental inclusion of libs
Disable SMTP and Redis support
Error generated by buildbots.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Golle [Mon, 9 Jan 2017 14:19:04 +0000 (15:19 +0100)]
gnunet: update source and remove gnunet-sqlite dummy package
* new NAT and external-ip discovery
* adds zonemaster service
* fixes cadet crashes
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Mon, 9 Jan 2017 12:15:22 +0000 (14:15 +0200)]
Merge pull request #3791 from aarond10/patch-1
https-dns-proxy: Version bump
Aaron Drew [Mon, 9 Jan 2017 12:11:20 +0000 (23:11 +1100)]
https-dns-proxy: Switch from bz2 to xz
Signed-off-by: Aaron Drew <aarond10@gmail.com>
Hannu Nyman [Mon, 9 Jan 2017 12:06:14 +0000 (14:06 +0200)]
Merge pull request #3802 from commodo/keepalived-maintainer-switch
keepalived: switch maintainer to Ben Kelly (@scrpi)
Alexandru Ardelean [Mon, 9 Jan 2017 10:30:24 +0000 (12:30 +0200)]
keepalived: switch maintainer to Ben Kelly (@scrpi)
Talked it over with Ben (@scrpi).
He said he'd be fine with taking over maintainership of this.
@scrpi: please confirm this on PR.
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 9 Jan 2017 09:12:10 +0000 (11:12 +0200)]
Merge pull request #3796 from pprindeville/fix-syslog-plugins
syslog-ng: fix various install problems such as missing plugins, etc
Philip Prindeville [Sat, 7 Jan 2017 23:47:17 +0000 (16:47 -0700)]
syslog-ng: fix various install problems such as missing plugins, etc
Install the plugins as various functionality is no longer in the
utility itself but is packaged as a .so plugin instead. Disable
plugins with too many dependencies (or too exotic).
Bump the version number on the config file to agree with the package's
version number.
Clean up any .la files from libtool.
Start much earlier so that logging doesn't miss startup messages from
other services.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Noah Meyerhans [Sun, 8 Jan 2017 21:24:22 +0000 (13:24 -0800)]
bind: Enable filter-aaaa build-time option by default.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Hannu Nyman [Sun, 8 Jan 2017 22:27:38 +0000 (00:27 +0200)]
Merge pull request #3801 from mwarning/fix-broken-dependency-detection
net/zerotier: fix broken dependency detection
Moritz Warning [Sun, 8 Jan 2017 22:14:07 +0000 (23:14 +0100)]
net/zerotier: fix broken dependency detection
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Hannu Nyman [Sun, 8 Jan 2017 21:49:38 +0000 (23:49 +0200)]
Merge pull request #3799 from fededim/master
sstp-client: updated the fake title and description (old carelessness)
Federico Di Marco [Sun, 8 Jan 2017 21:43:19 +0000 (22:43 +0100)]
sstp-client: updated the fake title and description (old carelessness)
Signed-off-by: fededim@gmail.com
Hannu Nyman [Sun, 8 Jan 2017 21:02:44 +0000 (23:02 +0200)]
Merge pull request #3798 from fededim/master
lftp: updated to 4.7.5
Federico Di Marco [Sun, 8 Jan 2017 20:56:04 +0000 (21:56 +0100)]
lftp: updated to 4.7.5
sstp-client: updated to 1.0.11 and moved under VPN submenu
Signed-off-by: fededim@gmail.com
Michael Heimpold [Sun, 8 Jan 2017 20:49:54 +0000 (21:49 +0100)]
ser2net: update to 3.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sun, 8 Jan 2017 20:43:04 +0000 (22:43 +0200)]
Merge pull request #3797 from diizzyy/patch-21
net/transmission: Refresh patches and minor tweaks
Daniel Engberg [Sun, 8 Jan 2017 19:55:08 +0000 (20:55 +0100)]
net/transmission: Refresh patches and minor tweaks
Refresh patches
Add patch to spoof git-version as release
Switch to xz tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Toke Høiland-Jørgensen [Sun, 8 Jan 2017 18:50:50 +0000 (19:50 +0100)]
bcp38: Add note about IPv6 to package description and help text
Fixes #3793.
Hannu Nyman [Sun, 8 Jan 2017 18:40:34 +0000 (20:40 +0200)]
Merge pull request #3795 from obsy/master
transmission: conversion polarssl to mbedtls
Cezary Jackiewicz [Sun, 8 Jan 2017 18:23:51 +0000 (19:23 +0100)]
transmission: conversion polarssl to mbedtls
Maintainer: me / @obsy
Compile tested: x86, LEDE
Run tested: X86/geode, LEDE
Description:
- up to current git version:
35fea28d1a37875ef7480ac061754df617805b19
- replace polarssl via mbedtls
Closes https://github.com/openwrt/packages/issues/3731
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
Yousong Zhou [Sun, 8 Jan 2017 14:10:05 +0000 (22:10 +0800)]
luajit: move patches dir to the right place
Closes #3792
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hannu Nyman [Sun, 8 Jan 2017 13:36:31 +0000 (15:36 +0200)]
Merge pull request #3787 from diizzyy/patch-19
net/zerotier: Fix source tarball filename
Aaron Drew [Sun, 8 Jan 2017 12:20:03 +0000 (23:20 +1100)]
https-dns-proxy: Version bump
Version bump. Now includes support for SRV records, cap on concurrent requests.
Signed-off-by: Aaron Drew <aarond10@gmail.com>
Daniel Engberg [Sat, 7 Jan 2017 19:16:17 +0000 (20:16 +0100)]
net/zerotier: Fix source tarball filename
HTTP header content-disposition isn't honored resulting in source tarball name only containing version number.
Switch to GIT repo as workaround to avoid clashing filenames.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Sat, 7 Jan 2017 22:11:46 +0000 (00:11 +0200)]
Merge pull request #3788 from mwarning/libupnpc-detection
net/zerotier: improve libupnpc detection
Moritz Warning [Sat, 7 Jan 2017 21:16:53 +0000 (22:16 +0100)]
net/zerotier: improve libupnpc detection
The patch name was wrong and the change could be made in a more elegant way.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Hannu Nyman [Sat, 7 Jan 2017 19:26:38 +0000 (21:26 +0200)]
Merge pull request #3786 from diizzyy/patch-18
lang/luajit: Move to lua submenu
Daniel Engberg [Sat, 7 Jan 2017 18:54:01 +0000 (19:54 +0100)]
lang/luajit: Move to lua submenu
Move luajit to where the other lua stuff lives
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Sat, 7 Jan 2017 15:50:32 +0000 (17:50 +0200)]
Merge pull request #3781 from mwarning/zerotier
zerotier: fix upnp build support
Moritz Warning [Sat, 7 Jan 2017 15:35:09 +0000 (16:35 +0100)]
zerotier: fix upnp build support
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Hannu Nyman [Sat, 7 Jan 2017 12:43:51 +0000 (14:43 +0200)]
Merge pull request #2823 from milani/luajit
luajit: Added luajit package
Morteza Milani [Tue, 7 Jun 2016 09:01:41 +0000 (13:31 +0430)]
luajit: new package
Add luajit to repo
Signed-off-by: Morteza Milani <milani@pichak.co>
Hannu Nyman [Sat, 7 Jan 2017 10:08:13 +0000 (12:08 +0200)]
Merge pull request #3749 from mwarning/add-zerotier-package
zerotier: add initial package
Philip Prindeville [Sat, 24 Dec 2016 00:24:56 +0000 (17:24 -0700)]
isc-dhcp: bump version to latest and fix build issues
Version bumped to 4.3.5. Separated out compile/install steps since
compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch
as something similar (better) is now upstream (well, more complete
error checking anyway). Change relay scripts from '-l ifname' to
'-U ifname' to correspond to upstream changes.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Fri, 6 Jan 2017 21:19:10 +0000 (23:19 +0200)]
Merge pull request #3776 from diizzyy/patch-14
kernel/exfat-nofuse: Update to snapshot 2017-01-03
Daniel Engberg [Fri, 6 Jan 2017 19:50:20 +0000 (20:50 +0100)]
kernel/exfat-nofuse: Update to snapshot 2017-01-03
Update to snapshot 2017-01-03
Switch to xz tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Stijn Tintel [Fri, 6 Jan 2017 19:49:58 +0000 (20:49 +0100)]
Merge pull request #3578 from MikePetullo/syslog-ng
Copy syslog-ng package from old repository and revise
Stijn Tintel [Fri, 6 Jan 2017 19:49:02 +0000 (20:49 +0100)]
Merge pull request #3577 from MikePetullo/eventlog
Copy eventlog package from old repository and revise
Jo-Philipp Wich [Fri, 6 Jan 2017 16:03:28 +0000 (17:03 +0100)]
Merge pull request #3625 from p-wassi/grep_226
utils/grep: update to 2.26
Hannu Nyman [Fri, 6 Jan 2017 15:17:15 +0000 (17:17 +0200)]
Merge pull request #3774 from dibdot/adblock
adblock: bugfix 2.1.1
Dirk Brenken [Fri, 6 Jan 2017 15:10:18 +0000 (16:10 +0100)]
adblock: bugfix 2.1.1
* fix domain query function to support new unbound format
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Fri, 6 Jan 2017 14:02:38 +0000 (16:02 +0200)]
Merge pull request #3773 from commodo/python-fix-host-build
python: don't use libressl for host build
Alexandru Ardelean [Fri, 6 Jan 2017 13:29:19 +0000 (15:29 +0200)]
python: don't use libressl for host build
Fixes: https://github.com/openwrt/packages/issues/3767
Since commit:
https://github.com/lede-project/source/commit/
f6e6341d896adb78f9b496f71aab8f45e1742d5a
libressl is built on the host-side.
Python picks it up [ via the openssl/* headers ] and assumes
it has SSL libs.
Compiling works fine, linking fails.
Doesn't look like it's because:
https://github.com/lede-project/source/commit/
2fd5ce9488d11c7e6eee7dc30f128bd12be889f5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
W. Michael Petullo [Fri, 6 Jan 2017 12:55:01 +0000 (07:55 -0500)]
eventlog: import from oldpackages
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 6 Jan 2017 12:51:50 +0000 (07:51 -0500)]
syslog-ng: import from oldpackages
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Fri, 6 Jan 2017 08:02:26 +0000 (10:02 +0200)]
Merge pull request #3770 from diizzyy/patch-13
utils/haveged: Add SF as primary download site
Stijn Tintel [Fri, 6 Jan 2017 01:55:43 +0000 (02:55 +0100)]
net-snmp: fix libnl dependency for snmpd-static
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Daniel Engberg [Thu, 5 Jan 2017 23:43:10 +0000 (00:43 +0100)]
utils/haveged: Add SF as primary download site
Add Sourceforge as primary download site and main site as secondary.
Drop fedoraproject.org repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Thu, 5 Jan 2017 21:55:52 +0000 (23:55 +0200)]
haveged: change hash to SHA256
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 5 Jan 2017 21:22:51 +0000 (23:22 +0200)]
ccrypt: change hash to SHA256
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Ted Hess [Thu, 5 Jan 2017 17:54:22 +0000 (12:54 -0500)]
sox: Upgrade to 14.4.2. ffmpeg no longer required
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Jan 2017 18:01:13 +0000 (13:01 -0500)]
moc: Upgrade to 2.5.2. Includes ffmpeg3 compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
champtar [Thu, 5 Jan 2017 15:06:38 +0000 (07:06 -0800)]
Merge pull request #3742 from diizzyy/patch-6
libs/sqlite3: Update to 3.16.0 and add optimizations
Stijn Tintel [Sat, 31 Dec 2016 13:29:01 +0000 (14:29 +0100)]
net-snmp: enable AgentX support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Ted Hess [Thu, 5 Jan 2017 13:05:13 +0000 (08:05 -0500)]
Merge pull request #3746 from thess/pianod-update
pianod: Update to private version 174.05. Remove PolarSSL dependency.
Hannu Nyman [Thu, 5 Jan 2017 11:50:47 +0000 (13:50 +0200)]
Merge pull request #3765 from dibdot/adblock
adblock: update 2.1.0
Moritz Warning [Wed, 4 Jan 2017 17:26:21 +0000 (18:26 +0100)]
zerotier: add initial package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Dirk Brenken [Thu, 5 Jan 2017 09:25:02 +0000 (10:25 +0100)]
adblock: update 2.1.0
* add initial unbound support (experimental, see online doc)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Thu, 5 Jan 2017 08:20:54 +0000 (10:20 +0200)]
Merge pull request #3761 from ClaymorePT/boost_1.63
boost: Package Version Update -> 1.63.0
Daniel Engberg [Tue, 3 Jan 2017 08:33:45 +0000 (02:33 -0600)]
libs/sqlite3: Update to 3.16.0 and add optimizations
Update to 3.16.0
Add following optimizations:
HAVE_ISNAN
HAVE_MALLOC_USABLE_SIZE
Link: https://www.sqlite.org/compile.html
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Carlos Ferreira [Thu, 5 Jan 2017 00:49:50 +0000 (00:49 +0000)]
boost: Package Version Update -> 1.63.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None
Description:
This package update contains no new libraries.
Information about the 1.63.0 release (updated libraries, bug fixes, etc), can be found here [1].
[1]: http://www.boost.org/users/history/version_1_63_0.html
Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
Hannu Nyman [Wed, 4 Jan 2017 21:27:09 +0000 (23:27 +0200)]
Merge pull request #3760 from KurdyMalloy/master
poco: update to 1.7.7
Jean-Michel Julien [Wed, 4 Jan 2017 19:19:21 +0000 (14:19 -0500)]
poco: update to 1.7.7
Update package to latest stable version (1.7.7)
Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
Stijn Tintel [Wed, 4 Jan 2017 18:48:21 +0000 (19:48 +0100)]
Merge pull request #3759 from commodo/keepalived-default-old-conf
keepalived: use old keepalived.conf by default
Alexandru Ardelean [Wed, 4 Jan 2017 18:26:27 +0000 (20:26 +0200)]
keepalived: use old keepalived.conf by default
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Stijn Tintel [Wed, 4 Jan 2017 18:41:19 +0000 (19:41 +0100)]
Merge pull request #3758 from stintel/keepalived_3757
keepalived: fix recvmsg/sendmsg on mips64 again
Stijn Tintel [Wed, 4 Jan 2017 17:53:14 +0000 (18:53 +0100)]
keepalived: fix recvmsg/sendmsg on mips64 again
Commit
e73964fa8fae94473e9046dfd8fd505206b50ab3 incorrectly dropped the
patch 101-update-struct-msghdr.patch. Add it again, and while add it
also add the follow-up patch that was added upstream.
Fixes #3757.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Hannu Nyman [Wed, 4 Jan 2017 15:33:27 +0000 (17:33 +0200)]
Merge pull request #3755 from commodo/python3-update-build
python3: sync makefiles with python package
Hannu Nyman [Wed, 4 Jan 2017 15:32:18 +0000 (17:32 +0200)]
Merge pull request #3754 from commodo/python-upgrade
python: upgrade to version 2.7.13 (and do some cleanups)
Alexandru Ardelean [Wed, 4 Jan 2017 09:27:36 +0000 (11:27 +0200)]
python3: sync makefiles with python package
Technically, this just updates build details.
No functionality change to package itself.
So, no need to increase PKG_RELEASE on this change.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 4 Jan 2017 12:03:31 +0000 (14:03 +0200)]
python: upgrade to version 2.7.13
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 4 Jan 2017 09:25:47 +0000 (11:25 +0200)]
python: simplify/unify default build rules for python packages
Most python packages use the same build rules & vars.
So, adding them in python-package.mk.
Also, preparing for using VARIANTs for python/python3 packages.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 4 Jan 2017 09:41:48 +0000 (11:41 +0200)]
python-dev: add python-lib2to3 as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 4 Jan 2017 09:39:00 +0000 (11:39 +0200)]
python: update PYTHON_FOR_BUILD (based on python3)
PYTHON_FOR_BUILD is used to build the target python.
Nomally Python scripts detect fine the Python host interpreter
to use for building the Python target interpreter.
But, let's not leave it up to chance anymore.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 4 Jan 2017 09:42:34 +0000 (11:42 +0200)]
python: remove argument for `--with-system-ffi` configure arg (based on python3)
And apparently `--with-system-ffi` does not take any arguments.
But it's only in Python 3.6 that a check was added for that.
After checking, Python 2.7 does not take any args either
for `--with-system-ffi` ; so, remove it [for the case when this
change may get backported].
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Stijn Tintel [Wed, 4 Jan 2017 12:10:13 +0000 (13:10 +0100)]
net-snmp: fix libnl dependency
When libnl-core is enabled, but libnl isn't, build fails because of a
missing dependency on libnl-3.so.200. Depending on libnl-core seems to
work for both cases.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>