Christian Schoenebeck [Tue, 27 Sep 2016 08:12:24 +0000 (10:12 +0200)]
ddns-scripts: remove postinst (of main package) from Makefile
remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Mon, 26 Sep 2016 19:33:01 +0000 (21:33 +0200)]
ddns-scripts: apply needed changes in uci-defaults
commands to apply changes introduced during release changes, moved from Makefile postinst to /etc/uci-defaults
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Sun, 25 Sep 2016 09:11:28 +0000 (11:11 +0200)]
ddns-scripts: no longer break using nslookup and option force_ipversion=1
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Sat, 24 Sep 2016 10:44:50 +0000 (12:44 +0200)]
ddns-scripts: Add more services and minor changes
- add support of knsupdate (update_nsupdate.sh
- url update easydns.com
- add some service answers
- alphabetic reorder services files for easier reading
- rename services/provider (Makefile postinst handle /etc/config/ddns)
-- freedns.afraid.org -> afraid.org
-- free.editdns.net -> editdns.net
-- domains.google.com -> google.com
-- spdns.de -> spdyn.de
-- strato.de -> strato.com
- new provider (looking in deep into https://sourceforge.net/projects/inadyn-mt project)
-- dyn.com (= dyndns.org)
-- ddnss.de
-- dhis.org
-- dnspark.com (IPv4 only)
-- dynsip.org (IPv4 only)
-- dynv6.com
-- joker.com (IPv4 only)
-- loopia.com (= loopia.se)
-- sitelutions.com (IPv4 only)
-- system-ns.com (IPv4 only)
- new provider (looking in deep into /etc.defaults/ddns_provider.conf file for Synology DiskStation published at https://gist.github.com/ntrepid8/
6653274)
-- able.or.kr (IPv4 only)
-- ddo.jp (IPv4 only)
-- dnsmadeeasy.com (IPv4 only)
-- oray.com (IPv4 only)
- new provider (looking in deep into https://github.com/ipfire/ddns project)
-- all-inkl.com
-- desec.io
-- domopoli.de (IPv4 only)
-- opendns.com (IPv4 only)
-- udmedia.de
-- xlhost.de (IPv4 only)
- new provider (looking in deep into https://github.com/yaddns/yaddns project )
-- dyndns.it (IPv4 only)
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Hannu Nyman [Mon, 26 Sep 2016 16:02:18 +0000 (19:02 +0300)]
Merge pull request #3234 from diizzyy/patch-2
gdisk: new package
diizzyy [Mon, 26 Sep 2016 15:50:30 +0000 (17:50 +0200)]
gdisk: new package
Add gdisk to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Mon, 26 Sep 2016 15:34:54 +0000 (18:34 +0300)]
Merge pull request #3233 from psidhu/master
psidhu: Update Maintainer Email
Pushpal Sidhu [Mon, 26 Sep 2016 15:19:36 +0000 (08:19 -0700)]
gpsd: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
Pushpal Sidhu [Mon, 26 Sep 2016 15:19:03 +0000 (08:19 -0700)]
evtest: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
Hannu Nyman [Mon, 26 Sep 2016 15:06:47 +0000 (18:06 +0300)]
Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform
gpsd: fix cross platform compilation
Hannu Nyman [Mon, 26 Sep 2016 14:59:41 +0000 (17:59 +0300)]
Merge pull request #3232 from zorun/bmon
bmon: Update to 3.9
Baptiste Jonglez [Mon, 26 Sep 2016 14:51:35 +0000 (16:51 +0200)]
bmon: Update to 3.9
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Daniel Golle [Mon, 26 Sep 2016 06:59:09 +0000 (08:59 +0200)]
gnunet: update to SVN r38014 and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 26 Sep 2016 07:29:05 +0000 (09:29 +0200)]
libp11: package PKCS#11 OpenSSL engine
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 26 Sep 2016 08:13:24 +0000 (10:13 +0200)]
engine_pkcs11: remove in favour of libp11 OpenSSL engine
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
David Thornley [Thu, 22 Sep 2016 03:11:25 +0000 (13:11 +1000)]
gpsd: fix cross platform compilation
In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables).
Achieved by setting target option to the toolchain prefix which corrects compilation on macOS.
Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname)
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
Hannu Nyman [Sun, 25 Sep 2016 15:32:55 +0000 (18:32 +0300)]
Merge pull request #3211 from nxhack/configure_without_libacl
logrotate: configure without libacl
Michael Heimpold [Sat, 24 Sep 2016 19:01:24 +0000 (21:01 +0200)]
mmc-utils: fix compilation on mips64
This commit adds a patch to remove a superfluous include.
Removing this include prevents the following error (detected by LEDE
project's buildbot while compiling for mips64 architecture):
(Note: directory names shorted for better readability)
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64'
__extension__ typedef __signed__ long long __s64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here
typedef __signed__ long __s64;
^
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64'
__extension__ typedef unsigned long long __u64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here
typedef unsigned long __u64;
^
Makefile:36: recipe for target 'mmc_cmds.o' failed
The patch was already sent upstream, no response yet.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 24 Sep 2016 18:54:32 +0000 (20:54 +0200)]
Merge pull request #3227 from jefferyto/python-cryptography-1.5.1
python-cryptography: update to 1.5.1
Ted Hess [Sat, 24 Sep 2016 18:22:51 +0000 (14:22 -0400)]
Merge pull request #3210 from dangowrt/fix-x264-build
libx264: Fix x264 build (asm)
Jeffery To [Sat, 24 Sep 2016 17:43:25 +0000 (01:43 +0800)]
python-cryptography: update to 1.5.1
Fixes #3226
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jo-Philipp Wich [Sat, 24 Sep 2016 15:25:50 +0000 (17:25 +0200)]
Merge pull request #3220 from dangowrt/update-postgresql
postgresql: update to version 9.5.4 and major rework
Daniel Golle [Fri, 23 Sep 2016 14:41:49 +0000 (16:41 +0200)]
postgresql: update to version 9.5.4 and major rework
* convert package build to use host-build for ecpg, pg_config and zic
* introduce /lib/functions/postgresql.sh to be used by packages
requiring a postgres database to exist as well as postgres' init
* no longer require shadow-su, patch pg_ctl to setuid() ifself instead
* auto-create database directory if there is enough free space
* auto-create databases configured in UCI
* remove some dead uci config options
* grab maintainership
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Peter Wagner [Fri, 23 Sep 2016 15:07:08 +0000 (17:07 +0200)]
git: fix wrong md5sum
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Fri, 23 Sep 2016 15:01:49 +0000 (17:01 +0200)]
irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Fri, 23 Sep 2016 14:59:18 +0000 (16:59 +0200)]
git: update to 2.10.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
diizzyy [Fri, 23 Sep 2016 11:17:58 +0000 (13:17 +0200)]
sipgrep: new package
Add sipgrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
diizzyy [Fri, 23 Sep 2016 12:14:42 +0000 (14:14 +0200)]
sngrep: new package
Add sngrep to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Toke Høiland-Jørgensen [Fri, 23 Sep 2016 12:01:04 +0000 (14:01 +0200)]
radsecproxy: Bump version to 1.6.8.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Nuno Goncalves [Fri, 23 Sep 2016 11:29:23 +0000 (13:29 +0200)]
rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Hirokazu MORIKAWA [Fri, 23 Sep 2016 08:37:09 +0000 (17:37 +0900)]
logrotate: configure without libacl
Issue:
https://github.com/openwrt/packages/issues/3191
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Daniel Golle [Thu, 22 Sep 2016 22:45:36 +0000 (00:45 +0200)]
libx264: mark as broken on powerpc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 22 Sep 2016 22:23:24 +0000 (00:23 +0200)]
libx264: fix build on soft-float targets
--disable-asm isn't enough to disable building assembly code on ARM.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Michael Heimpold [Thu, 22 Sep 2016 17:38:01 +0000 (19:38 +0200)]
php7: adjust patch to unbreak build (fixes #3202)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 22 Sep 2016 15:48:35 +0000 (18:48 +0300)]
Merge pull request #3207 from jefferyto/zope-interface-4.3.2
zope-interface: update to 4.3.2
Hannu Nyman [Thu, 22 Sep 2016 15:48:15 +0000 (18:48 +0300)]
Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0
python-pyopenssl: update to 16.1.0
Hannu Nyman [Thu, 22 Sep 2016 15:47:50 +0000 (18:47 +0300)]
Merge pull request #3208 from jefferyto/twisted-16.4.1
twisted: update to 16.4.1
Jeffery To [Thu, 22 Sep 2016 14:44:39 +0000 (22:44 +0800)]
twisted: update to 16.4.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 22 Sep 2016 13:20:41 +0000 (21:20 +0800)]
zope-interface: update to 4.3.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 22 Sep 2016 12:44:35 +0000 (20:44 +0800)]
python-pyopenssl: update to 16.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 12:35:59 +0000 (15:35 +0300)]
Merge pull request #3205 from jefferyto/python-cryptography-1.5
python-cryptography: update to 1.5
Jeffery To [Thu, 22 Sep 2016 12:31:20 +0000 (20:31 +0800)]
python-cryptography: update to 1.5
The cmac patch was upstreamed (pyca/cryptography#3062).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 11:57:02 +0000 (14:57 +0300)]
Merge pull request #3204 from jefferyto/python-enum34-build-depends
python-enum34: add build dependency to python-setuptools
Jeffery To [Thu, 22 Sep 2016 11:40:54 +0000 (19:40 +0800)]
python-enum34: add build dependency to python-setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 22 Sep 2016 11:25:34 +0000 (14:25 +0300)]
rng-tools: Add description, remove unused parameter
* Add description to both Makefile and init script that
mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 22 Sep 2016 06:42:37 +0000 (09:42 +0300)]
Merge pull request #3152 from Borromini/master
unbound: enable pthreads, disable deprecated ciphers
Michael Heimpold [Wed, 21 Sep 2016 19:52:43 +0000 (21:52 +0200)]
php5: update to 5.6.26
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in standard: CVS-2016-7411
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Sep 2016 19:48:33 +0000 (21:48 +0200)]
php7: update to 7.0.11
This fixes the following CVEs:
- in intl: CVE-2016-7416
- in mysqlnd: CVE-2016-7412
- in phar: CVE-2016-7414
- in spl: CVE-2016-7417
- in wddx: CVE-2016-7413, CVE-2016-7418
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Sep 2016 19:47:08 +0000 (21:47 +0200)]
php7: package phar extension
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Wed, 21 Sep 2016 14:20:35 +0000 (17:20 +0300)]
Merge pull request #3201 from commodo/python-pip-disable-host
python: disable with-ensurepip option for host build
Alexandru Ardelean [Wed, 21 Sep 2016 13:44:02 +0000 (16:44 +0300)]
python: disable with-ensurepip option for host build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Wed, 21 Sep 2016 07:23:43 +0000 (10:23 +0300)]
Merge pull request #3141 from bobafetthotmail/patch-1
lftp: add zlib dependency
Hannu Nyman [Tue, 20 Sep 2016 20:33:26 +0000 (23:33 +0300)]
Merge pull request #3197 from jefferyto/python-cffi-1.8.3
python-cffi: update to 1.8.3
Jeffery To [Tue, 20 Sep 2016 20:20:36 +0000 (04:20 +0800)]
python-cffi: update to 1.8.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 18:27:48 +0000 (21:27 +0300)]
Merge pull request #3196 from jefferyto/python-ipaddress-1.0.17
python-ipaddress: update to 1.0.17
Jeffery To [Tue, 20 Sep 2016 18:22:57 +0000 (02:22 +0800)]
python-ipaddress: update to 1.0.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 18:05:21 +0000 (21:05 +0300)]
Merge pull request #3195 from KurdyMalloy/master
poco: update to 1.7.5
Hannu Nyman [Tue, 20 Sep 2016 17:53:30 +0000 (20:53 +0300)]
Merge pull request #3194 from jefferyto/python-ply-3.9
python-ply: update to 3.9
Jeffery To [Tue, 20 Sep 2016 17:44:19 +0000 (01:44 +0800)]
python-ply: update to 3.9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jmjulien [Tue, 20 Sep 2016 17:39:45 +0000 (13:39 -0400)]
poco: update to 1.7.5
Update package to latest stable version (1.7.5)
Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
Hannu Nyman [Tue, 20 Sep 2016 17:33:57 +0000 (20:33 +0300)]
Merge pull request #3193 from jefferyto/python-attrs-16.2.0
python-attrs: update to 16.2.0
Jeffery To [Tue, 20 Sep 2016 17:19:13 +0000 (01:19 +0800)]
python-attrs: update to 16.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 20 Sep 2016 15:45:18 +0000 (18:45 +0300)]
gkermit: Fix download address
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 20 Sep 2016 13:05:24 +0000 (16:05 +0300)]
dhcp-forwarder: use Savannah download alias, remove conffiles indent
Minor tweaks to the new package:
* Use the SAVANNAH download alias
* Remove indentation from conffiles
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 20 Sep 2016 13:03:04 +0000 (16:03 +0300)]
Merge pull request #3064 from cottsay/dhcp-forwarder
dhcp-forwarder: New package
Hannu Nyman [Tue, 20 Sep 2016 12:38:00 +0000 (15:38 +0300)]
Merge pull request #3102 from clehner/ncdu
Update ncdu to 1.12
Hannu Nyman [Tue, 20 Sep 2016 12:30:28 +0000 (15:30 +0300)]
Merge pull request #3116 from nwf/upstream-gkermit
gkermit: add package
Peter Wagner [Mon, 19 Sep 2016 19:45:24 +0000 (21:45 +0200)]
glib2: update to 2.49.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Daniel Golle [Mon, 19 Sep 2016 17:10:36 +0000 (19:10 +0200)]
engine_pkcs11: update to release version 0.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:56:28 +0000 (18:56 +0200)]
libp11: update to release version 0.4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:45:27 +0000 (18:45 +0200)]
ccid: update to version 1.4.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:39:29 +0000 (18:39 +0200)]
opensc: update to release version 0.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:38:08 +0000 (18:38 +0200)]
pcsc-lite: update to version 1.8.18
Support for GnuK token is included in this release, remove patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 15:41:11 +0000 (17:41 +0200)]
netatalk: update to version 3.1.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 15:16:27 +0000 (17:16 +0200)]
lvm2: update to version 2.02.165
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 14:29:10 +0000 (16:29 +0200)]
btrfs-progs: update to version 4.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 14:05:15 +0000 (16:05 +0200)]
debootstrap: update to version 1.0.83
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 19 Sep 2016 16:50:09 +0000 (18:50 +0200)]
toxcore: abandon package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Mon, 19 Sep 2016 12:49:41 +0000 (15:49 +0300)]
Merge pull request #3190 from commodo/python3-setuptools
python3-setuptools: upgrade to version 27.2.0
Hannu Nyman [Mon, 19 Sep 2016 12:49:14 +0000 (15:49 +0300)]
Merge pull request #3189 from commodo/python-setuptools
python-setuptools: upgrade to version 27.2.0
Alexandru Ardelean [Mon, 19 Sep 2016 12:44:42 +0000 (15:44 +0300)]
python3-setuptools: upgrade to version 27.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 19 Sep 2016 12:38:23 +0000 (15:38 +0300)]
python-setuptools: upgrade to version 27.2.0
It's a bit weird fixing a build error with an upgrade,
but it seems to work on my setup.
Hopefully, builbot agrees.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 19 Sep 2016 10:28:07 +0000 (13:28 +0300)]
Merge pull request #3186 from kuoruan/aria2
aria2: update to 1.27.1
Hsing-Wang Liao [Mon, 19 Sep 2016 01:40:35 +0000 (09:40 +0800)]
aria2: update to 1.27.1
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Mon, 19 Sep 2016 07:08:42 +0000 (10:08 +0300)]
Merge pull request #3188 from kissg1988/openpyxl
openpyxl: update to version 2.4.0
Hannu Nyman [Mon, 19 Sep 2016 07:08:07 +0000 (10:08 +0300)]
Merge pull request #3187 from ianchi/youtube-dl
youtube-dl: update version
Gergely Kiss [Mon, 19 Sep 2016 03:58:45 +0000 (05:58 +0200)]
openpyxl: update to version 2.4.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Adrian Panella [Mon, 19 Sep 2016 01:48:46 +0000 (20:48 -0500)]
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Hannu Nyman [Sun, 18 Sep 2016 16:54:13 +0000 (19:54 +0300)]
Merge pull request #3181 from MikePetullo/for-15.05-luasec
luasec: remove obsolete patches
Hannu Nyman [Sun, 18 Sep 2016 16:52:25 +0000 (19:52 +0300)]
Merge pull request #3171 from TobleMiner/ddns-do.de
ddns-scripts: Add do.de as ddns provider
Michael Heimpold [Sun, 18 Sep 2016 05:47:33 +0000 (07:47 +0200)]
Merge pull request #3122 from mhei/libidn-fix
libidn: update to 1.33
Merging after maintainer timeout.
Ted Hess [Fri, 16 Sep 2016 21:48:48 +0000 (17:48 -0400)]
Merge pull request #3092 from ascob/watchcat
watchcat: fix operation of mode 'always'
Tobias Schramm [Fri, 16 Sep 2016 21:08:00 +0000 (23:08 +0200)]
Add good and nochg answer
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
W. Michael Petullo [Fri, 16 Sep 2016 18:04:52 +0000 (14:04 -0400)]
luasec: remove obsolete patches
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Nikos Mavrogiannopoulos [Thu, 15 Sep 2016 15:22:51 +0000 (17:22 +0200)]
Merge pull request #3174 from Ham22/gnutls-trousers
gnutls: optionally disable tpm support
Ian Pozella [Thu, 1 Sep 2016 16:13:35 +0000 (17:13 +0100)]
gnutls: optionally disable tpm support
Add option that allows you to explicitly disable use of the tpm
otherwise if a tss stack such as trousers is found by gnutls build
system then it will use it which will cause a build failure when
PKCS11 support is not enabled.
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
Tobias Schramm [Wed, 14 Sep 2016 17:35:47 +0000 (19:35 +0200)]
ddns-scripts: Add do.de as ddns provider
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
Hannu Nyman [Wed, 14 Sep 2016 13:07:12 +0000 (16:07 +0300)]
Merge pull request #3167 from MikePetullo/lighttpd
lighttpd: update to 1.4.41
Hannu Nyman [Wed, 14 Sep 2016 13:06:05 +0000 (16:06 +0300)]
Merge pull request #3168 from MikePetullo/openldap
openldap: update to 2.4.44
W. Michael Petullo [Wed, 14 Sep 2016 12:59:47 +0000 (08:59 -0400)]
lighttpd: update to 1.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>