Michael Heimpold [Wed, 11 Jan 2017 21:22:31 +0000 (22:22 +0100)]
open-plc-utils: update to commit
6a07d621583cb86ddf2fddcacb41cc4cf28bf33a
This fixes an alignment issue on some platforms, which renders
some tools, e.g. plcID, unusable.
While at, switch to xz compression for the tarball, drop an already
mainlined patch and remove a meanswhile absolete compiler switch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 11 Jan 2017 21:08:54 +0000 (22:08 +0100)]
php7: add a patch to fix build on aarch64
This fixes the following build error, spotted by the LEDE buildbots:
{standard input}: Assembler messages:
{standard input}:557: Error: operand 3 should be an integer register -- `mul x0,x0,
1048576'
{standard input}:558: Error: operand 3 should be an integer register -- `smulh x1,x0,
1048576'
Makefile:1466: recipe for target 'ext/opcache/zend_accelerator_module.lo' failed
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Wed, 11 Jan 2017 21:17:28 +0000 (23:17 +0200)]
Merge pull request #3739 from pprindeville/fix-perl-cgi
perl-cgi: disable comment stripping which damages module
Hannu Nyman [Wed, 11 Jan 2017 21:15:00 +0000 (23:15 +0200)]
Merge pull request #3821 from chris5560/ddns-scripts
ddns-scripts: fixes for nslookup and khost
Philip Prindeville [Fri, 6 Jan 2017 22:39:36 +0000 (15:39 -0700)]
perl-cgi: disable comment stripping which damages module
The macro perlmod/Install does comment stripping which gets confused by
the line:
in several files in this module, incorrectly deleting it as a comment.
It's not: it's the closure of a "= q/" literal.
See PR #3740 as this is a prerequisite.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Christian Schoenebeck [Wed, 11 Jan 2017 21:08:42 +0000 (22:08 +0100)]
ddns-scripts: fixes for nslookup and khost
- fix ip extraction if knot host is used together with glue records
- fix ip extraction from nslookup if reverse dns record has ip with dot reported at http://forum.lede-project.org/t/ddns-scripts-error/909
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Matthias Schiffer [Wed, 11 Jan 2017 20:54:09 +0000 (21:54 +0100)]
Merge pull request #3813 from NeoRaider/hostpkg
Use STAGING_DIR_HOSTPKG where appropriate
Hannu Nyman [Wed, 11 Jan 2017 20:45:40 +0000 (22:45 +0200)]
Merge pull request #3811 from commodo/python-gmpy-drop
[RFC] python-gmpy: drop package (in favor or python-gmpy2)
Hannu Nyman [Wed, 11 Jan 2017 20:44:22 +0000 (22:44 +0200)]
Merge pull request #3818 from commodo/youtube-dl-fix
python: update package to fix youtube-dl build
Hannu Nyman [Wed, 11 Jan 2017 20:41:21 +0000 (22:41 +0200)]
Merge pull request #3816 from danrl/wireguard
wireguard: new upstream version
danrl [Tue, 10 Jan 2017 20:01:12 +0000 (21:01 +0100)]
wireguard: version bump
Signed-off-by: Dan Luedtke <mail@danrl.com>
Alexandru Ardelean [Wed, 11 Jan 2017 09:07:51 +0000 (11:07 +0200)]
python: bump PKG_RELEASE to 3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 11 Jan 2017 13:15:46 +0000 (15:15 +0200)]
python: remove `011-do-not-prefer-ncursesw.patch`
LEDE now provides libncursesw by default [even for libncurses].
No need to keep this patch around.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 11 Jan 2017 13:04:03 +0000 (15:04 +0200)]
python: use built-in libffi lib for host build
Python comes with it's own builtin libffi lib, which
seems easier to use for the host build, than trying
to use the one from the package feeds.
Also, dropping `005-fix-libffi-x86-64-configure.patch`
Not needed anymore.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 11 Jan 2017 09:06:57 +0000 (11:06 +0200)]
python: link with static libs of ssl, crypto for host builds
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 11 Jan 2017 09:07:22 +0000 (11:07 +0200)]
Revert "python: don't use libressl for host build"
This reverts commit
ca800e60b040a2b409801560dc16dbcac6cba2b1.
Alexandru Ardelean [Wed, 11 Jan 2017 09:05:11 +0000 (11:05 +0200)]
python: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARS
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 6 Jan 2017 14:46:39 +0000 (16:46 +0200)]
python: remove Host/Install rule default add
I just found out that, that the BUILD_VARIANT var
is not set for the host build, so technically this code
would never get used.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Wed, 11 Jan 2017 07:38:20 +0000 (09:38 +0200)]
Merge pull request #3703 from nxhack/icu-update-to-v58_2
icu: Bumped to v58.2
Hirokazu MORIKAWA [Mon, 26 Dec 2016 03:04:27 +0000 (12:04 +0900)]
icu: Bumped to v58.2
Maintainer: @nxhack
Compile tested: ar71xx mips_24kc_musl-1.1.15 LEDE r2610-
324bdf3
Run tested: NONE
Description:
icu: Bumped to v58.2
for emoji handling
previous PR #2817
add patches/001-disable-strtod_l.patch
missing xlocale.h in case of using musl.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Ted Hess [Wed, 11 Jan 2017 01:44:35 +0000 (20:44 -0500)]
Merge pull request #3766 from thess/ffmpeg3-update
ffmpeg: Upgrade to 3.2.2. Remove Speex support
Daniel Golle [Wed, 11 Jan 2017 01:08:43 +0000 (02:08 +0100)]
ccid: update to version 1.4.26
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 11 Jan 2017 01:08:22 +0000 (02:08 +0100)]
pcsc-lite: update to version 1.8.20
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 11 Jan 2017 01:07:51 +0000 (02:07 +0100)]
gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 11 Jan 2017 00:54:49 +0000 (01:54 +0100)]
Merge pull request #3527 from sartura/deboostrap-bump
debootstrap: update to version 1.0.87
Daniel Golle [Wed, 11 Jan 2017 00:43:25 +0000 (01:43 +0100)]
Merge pull request #3814 from thess/libextractor-update
libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependencies
Peter Wagner [Tue, 10 Jan 2017 23:58:26 +0000 (00:58 +0100)]
net/openssh: Offload main site
Add a few mirrors in-front of main site for offloading
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Michael Heimpold [Tue, 10 Jan 2017 22:05:18 +0000 (23:05 +0100)]
php7: update to 7.1.0
Adjust patches for new upstream revision.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Ted Hess [Tue, 10 Jan 2017 20:17:48 +0000 (15:17 -0500)]
libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Tue, 10 Jan 2017 20:54:58 +0000 (22:54 +0200)]
Merge pull request #3762 from diizzyy/patch-10
libs/poco: Use bz2 tarball instead of gz
Daniel Engberg [Thu, 5 Jan 2017 01:10:42 +0000 (02:10 +0100)]
libs/poco: Use bz2 tarball instead of gz
Use bz2 instead of gz tarball, saves about 900kbyte in size
Do minor adjustments to download URL
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Tue, 10 Jan 2017 20:09:33 +0000 (22:09 +0200)]
Merge pull request #3490 from t-8ch/esniper_2.32
esniper: to 2.32.0
Thomas Weißschuh [Mon, 7 Nov 2016 18:57:10 +0000 (18:57 +0000)]
esniper: to 2.32.0
Ebay changed their login API, breaking 2.31.0
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
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>
Matthias Schiffer [Tue, 10 Jan 2017 14:02:50 +0000 (15:02 +0100)]
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See
73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on
STAGING_DIR_HOSTPKG.
STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.
Also fixes a typo in the dbus Makefile ("STAGIND_DIR").
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
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>
Alexandru Ardelean [Tue, 10 Jan 2017 13:23:41 +0000 (15:23 +0200)]
python-gmpy: drop package (in favor or python-gmpy2)
Last version was released on 2013-07-28.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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>
Matthias Schiffer [Tue, 10 Jan 2017 01:24:29 +0000 (02:24 +0100)]
python{,3}: remove STAGING_DIR_HOSTPKG fallback definition
STAGING_DIR_HOSTPKG is now defined in both OpenWrt and LEDE, so we can
start to rely on it.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
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
Ted Hess [Thu, 5 Jan 2017 18:24:56 +0000 (13:24 -0500)]
ffmpeg: Upgrade to 3.2.2. Remove Speex support
Signed-off-by: Ted Hess <thess@kitschensync.net>
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