mike mcginty [Sat, 18 Nov 2017 03:13:26 +0000 (22:13 -0500)]
python3-idna: Fix openwrt_repo 519, opkg segfault.
Signed-off-by: mike mcginty <mach327@gmail.com>
Ted Hess [Fri, 17 Nov 2017 16:07:27 +0000 (11:07 -0500)]
Merge pull request #5143 from lynxis/rb_sox
sox: remove build timestamp
Ted Hess [Fri, 17 Nov 2017 15:46:50 +0000 (10:46 -0500)]
Merge pull request #5142 from lynxis/rb_socat
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
Alexander Couzens [Thu, 16 Nov 2017 16:55:59 +0000 (17:55 +0100)]
sox: remove build timestamp
Build timestamp prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Alexander Couzens [Mon, 13 Nov 2017 11:16:54 +0000 (12:16 +0100)]
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
Build timestamp prevents reproducible builds [0].
SOURCE_DATE_EPOCH allows to use a timestamp which depends
on deterministic behaviour [1].
Fixes reproducible builds.
[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Ted Hess [Fri, 17 Nov 2017 11:48:38 +0000 (06:48 -0500)]
Merge pull request #5136 from lynxis/rb_avrdude
avrdude: add no timestamp patch to make it reproducible
Alexander Couzens [Thu, 16 Nov 2017 16:33:00 +0000 (17:33 +0100)]
avrdude: add no timestamp patch to make it reproducible
The no-cpp-timestamp patch taken from debian and is
already accepted upstream.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
John Crispin [Fri, 17 Nov 2017 10:01:46 +0000 (11:01 +0100)]
Merge pull request #4972 from blogic/master
uledd: add a tiny ubus frontend for PWM/RGB leds
Michael Heimpold [Wed, 15 Nov 2017 20:01:28 +0000 (21:01 +0100)]
php7: re-enable system timezone data usage
This part of the Makefile was commented out during update from
PHP 5.x to 7.x and not re-enabled in the meanswhile, so fix this finally.
Reported-by: Val Kulkov <val.kulkov@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rafał Miłecki [Tue, 14 Nov 2017 12:14:25 +0000 (13:14 +0100)]
shadow: add packages for newgidmap and newuidmap applets
They are needed by LXC for unprivileged containers.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Rafał Miłecki [Tue, 14 Nov 2017 12:14:24 +0000 (13:14 +0100)]
shadow: use proper fix for checking subordinate IDs support
During 4.2.1 version update support for subordinate IDs has been
disabled. It was handled by:
1) Adding --disable-subordinate-ids to avoid:
configure: error: cannot run test program while cross compiling
2) Adding patch 003-fix-disabling-subids.patch to avoid:
usermod.c: In function 'process_flags':
usermod.c:1364:10: error: 'vflg' undeclared (first use in this function)
if ( (vflg || Vflg)
^
This commit adds a patch with a proper configure.in fix. We don't need
to disable subordinate IDs anymore.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
champtar [Wed, 15 Nov 2017 17:19:59 +0000 (09:19 -0800)]
Merge pull request #5123 from commodo/crconf
crconf: new package (kernel crypto configuration tool)
champtar [Wed, 15 Nov 2017 17:18:06 +0000 (09:18 -0800)]
Merge pull request #5122 from commodo/python-bluetooth
python,python3: build bluetooth support if bluez-libs selected
champtar [Wed, 15 Nov 2017 17:01:02 +0000 (09:01 -0800)]
Merge pull request #4939 from val-kulkov/postfix-package
postfix: fix uid/gid conflicts, general cleanup
Hannu Nyman [Wed, 15 Nov 2017 15:34:54 +0000 (17:34 +0200)]
Merge pull request #5126 from val-kulkov/libfreetype-package
libfreetype: update to 2.8.1, fix host install issue
Val Kulkov [Wed, 15 Nov 2017 02:42:55 +0000 (21:42 -0500)]
postfix: fix uid/gid conflicts, general cleanup
Fix uid/gid conflict with package icecast (uid=87, gid=87) and
package pianod (uid=88, gid=88) by claiming uid/gid 25 for postfix
instead of 87 and uid/gid 26 for postconf instead of 88.
Remove main.cf.default that is not used by any Postfix module.
The default configuration parameters are hardcoded into postconf
and they are available via "postconf -d <parameter>".
main.cf.default is therefore unnecessary.
"mydomain" parameter should be deduced from the domain configuration
setting in /e/c/dhcp rather than from "hostname" in /e/c/system
which is often just a hostname without the domain name component.
"mynetworks" parameter is unnecessary where "mynetworks_style" is
defined.
The change of the location of data_directory, queue_directory and
mail_spool_directory from /var/lib/postfix, /var/spool/postfix and
/var/mail to /data/postfix/lib, /data/postfix/spool and
/data/postfix/mail has been postponed until the author of this
commit and the maintainer of this package has had a meaningful
opportunity to consult with LEDE/OpenWrt developers on the preferred
mount point for the persistent data storage device.
Change the criteria for executing the post-installation script.
Invoke postinst() where the value of "myhostname" parameter in main.cf
is not defined rather than where "$config_directory"/opkg_postinst is
present with the value of "$config_directory" hardcoded to
"$IPKG_INSTROOT"/etc/postfix in /etc/init.d/postfix.
Enable PCRE support by default.
Remove the code making entries in /etc/sysupgrade.conf and instead
define configuration files to be saved during a sysupgrade in
Makefile's Package/postfix/conffiles section.
Move the creation of mail_spool_directory from host to target in
order to enable change of directory ownership to 'postfix' when
postinit() is executed on the target.
Avoid postfix restart in postinst script that results in an
error message during opkg install process.
Enable Postfix autostart by creating a link in /etc/rc.d/ on
installation.
Make the code less verbose.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Val Kulkov [Tue, 14 Nov 2017 21:19:13 +0000 (16:19 -0500)]
libfreetype: update to 2.8.1, fix host install issue
This commit updates Freetype 2 to the latest upstream version and fixes
the issue where freetype-config was incorrectly installed into the
host, rather than the target, staging directory, therefore causing
compilation issues with other packages that depend on libfreetype.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Alexandru Ardelean [Tue, 14 Nov 2017 11:57:36 +0000 (13:57 +0200)]
crconf: new package (kernel crypto configuration tool)
Linux crypto layer configuraton tool.
https://sourceforge.net/projects/crconf/
Use this to manipulate kernel Crypto API/framework stuff,
like drivers, templates, etc.
Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt
Most interesting stuff you can find on https://wiki.strongswan.org
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Nov 2017 08:04:32 +0000 (10:04 +0200)]
python,python3: build bluetooth support if bluez-libs selected
This should hopefully fix the Python3 build on buildbot.
For a while I assumed it may be a build-bot issue, but
then looking through the packages repo [and finding
the bluez package] it looks like, if you try
to build all packages, Python3 detects the bluetooth
headers installed by bluez.
It looks like Python's bluetooth support was somewhat
broken ; it was not detecting the <bluetooth/bluetooth.h>
header, so a backport from Python3 to Python fixed that.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Daniel Golle [Mon, 13 Nov 2017 00:25:02 +0000 (01:25 +0100)]
auc: be a bit more verbose
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 13 Nov 2017 00:48:07 +0000 (01:48 +0100)]
rpcd-mod-packagelist: remove package
The functionality provided by this package is now provided by the
rpcd-mod-rpcsys package.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 13 Nov 2017 00:46:10 +0000 (01:46 +0100)]
attendedsysupgrade-common: deprecate rpcd-mod-packagelist
rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since
commit
49fde37@lede-project/source.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 12 Nov 2017 23:39:30 +0000 (00:39 +0100)]
auc: small improvements
Detect if calling rpc-sys packagelist fails due to the method not
being provided by rpcd.
Mark package as experimental.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 12 Nov 2017 22:29:35 +0000 (23:29 +0100)]
auc: add new package
The Attended sysUpgrade CLI is a full-featured client for the
attended-sysupgrade service which works directly on the target device.
It requires libustream-ssl as well as at least the CA certificate
needed to contact the sysupgrade server.
It has only been tested briefly and is by no means ready for
production!
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Philip Prindeville [Sun, 12 Nov 2017 21:24:18 +0000 (14:24 -0700)]
Merge pull request #5113 from pprindeville/perl-text-csv_xs-update-1.34
perl-text-csv_xs: update to 1.34
Philip Prindeville [Sun, 12 Nov 2017 20:50:09 +0000 (13:50 -0700)]
perl-text-csv_xs: update to 1.34
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Michael Heimpold [Sun, 12 Nov 2017 13:38:14 +0000 (14:38 +0100)]
Merge pull request #5105 from val-kulkov/php7-package
php7-fpm: add configuration files to conffiles
Etienne Champetier [Sun, 12 Nov 2017 05:52:49 +0000 (21:52 -0800)]
build,travis: accept commits with '_'
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Daniel Golle [Sun, 12 Nov 2017 01:52:24 +0000 (02:52 +0100)]
Merge pull request #5104 from aparcar/attendedsysupgrade-common
attendedsysupgrade-common: rename package
Paul Spooren [Sun, 5 Nov 2017 17:45:44 +0000 (18:45 +0100)]
attendedsysupgrade-common: add package
due to various clients and the existence of rpcd-mod-rpcsys the package
rpcd-mod-attendedsysupgrade is superflous.
From now on the attendedsysupgrade-common package should be dependencie
of all kinds of clients.
Currently active or planned:
- luci-app-attendedsysupgrade
- attendedsysupgrade cli in shell
- attendedsysupgrade cli in c
Signed-off-by: Paul Spooren <paul@spooren.de>
Hannu Nyman [Sat, 11 Nov 2017 09:08:48 +0000 (11:08 +0200)]
Merge pull request #5091 from Nokius/adblock-reg_de
adblock: add German list
Val Kulkov [Sat, 11 Nov 2017 00:04:59 +0000 (19:04 -0500)]
php7: add configuration files to conffiles
Two important configuration files, /etc/php7-fpm.conf and
/etc/php7-fpm.d/www.conf are silently overwritten on each php7-fpm
upgrade or lost on a sysupgrade.
This commit adds the conffiles section for php7-fpm and revises
the conffiles section for php7.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Karl Palsson [Thu, 9 Nov 2017 16:01:22 +0000 (16:01 +0000)]
lua-mosquitto: bump to 0.3 release
Minor additions of bindings.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Thu, 9 Nov 2017 16:02:04 +0000 (16:02 +0000)]
lua-mosquitto: update maintainer email
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
Julius-Paul Jann [Wed, 8 Nov 2017 10:31:47 +0000 (11:31 +0100)]
adblock: add German list
Signed-off-by: Julius-Paul Jann <foss@nokius.net>
Peter Wagner [Thu, 9 Nov 2017 19:40:14 +0000 (20:40 +0100)]
tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Daniel Golle [Thu, 9 Nov 2017 16:24:43 +0000 (17:24 +0100)]
gnunet: update to recent git snapshot
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
champtar [Thu, 9 Nov 2017 01:35:42 +0000 (17:35 -0800)]
Merge pull request #4755 from hashashin/sshfs-2.10
sshfs: version bump to 2.10
champtar [Thu, 9 Nov 2017 01:34:57 +0000 (17:34 -0800)]
Merge pull request #4647 from salzmdan/master
knot: upgrade to 2.5.6
champtar [Thu, 9 Nov 2017 01:29:36 +0000 (17:29 -0800)]
Merge pull request #4885 from diizzyy/patch-92
net/dansguardian: Remove from tree
champtar [Thu, 9 Nov 2017 01:25:59 +0000 (17:25 -0800)]
Merge pull request #5033 from yangfl/master
net/mwan3: fix empty gateway when creating routing table
champtar [Thu, 9 Nov 2017 01:14:50 +0000 (17:14 -0800)]
Merge pull request #5073 from nxhack/icu4c-60_1
icu: bump to 60.1
David Yang [Wed, 8 Nov 2017 15:21:39 +0000 (23:21 +0800)]
mwan3: update to version 2.6.7
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Thu, 2 Nov 2017 01:44:33 +0000 (09:44 +0800)]
mwan3: add check for ping
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Thu, 2 Nov 2017 01:33:59 +0000 (09:33 +0800)]
mwan3: reduce dependency on src_ip
Interfaces may be managed by 3rd-party scripts, thus src_ip may not be
always available in uci.
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Sat, 28 Oct 2017 14:48:38 +0000 (22:48 +0800)]
mwan3: fix empty gateway when creating routing table
Interfaces of some PtP protocols do not have a real gateway. In that
case ubus may fill them with '0.0.0.0' or even leave it blank. This
will cause error when adding new routing rule.
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Mon, 30 Oct 2017 13:32:01 +0000 (21:32 +0800)]
mwan3: reduce unnecessary comparisons
Signed-off-by: David Yang <mmyangfl@gmail.com>
Philip Prindeville [Wed, 8 Nov 2017 01:58:31 +0000 (01:58 +0000)]
Merge pull request #5085 from pprindeville/perl-inline-c-update-0.78
perl-inline-c: update to 0.78
Philip Prindeville [Wed, 8 Nov 2017 01:48:47 +0000 (01:48 +0000)]
Merge pull request #5087 from pprindeville/cryptodev-post-moduleload-rewrite
cryptodev: simplify for Jo's parameter passing
Philip Prindeville [Wed, 8 Nov 2017 00:07:31 +0000 (17:07 -0700)]
perl-inline-c: extutils not a run-time dependency
Just about everything needs extutils to be built. But very little
requires it to run.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Mon, 6 Nov 2017 04:55:08 +0000 (21:55 -0700)]
perl-inline-c: update to 0.78
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Tue, 24 Oct 2017 21:19:34 +0000 (15:19 -0600)]
cryptodev: simplify for Jo's parameter passing
Don't need to have a bare /etc/modules.d/ file since we can cleanly
synthesize one now.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Tue, 7 Nov 2017 23:30:45 +0000 (23:30 +0000)]
Merge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_pl
perl-inline-c: patch Makefile.PL to not eval undef
Philip Prindeville [Tue, 7 Nov 2017 23:26:20 +0000 (23:26 +0000)]
Merge pull request #5082 from pprindeville/perl-makefile_pl-failure-redux
perlmod: redux handling odd Makefile.PL eval value
Philip Prindeville [Tue, 7 Nov 2017 23:15:58 +0000 (16:15 -0700)]
perl-inline-c: patch Makefile.PL to not eval undef
Our build wrappers don't like Makefile.PL scripts which evaluate
to undef.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Tue, 7 Nov 2017 22:49:18 +0000 (15:49 -0700)]
perlmod: redux handling odd Makefile.PL eval value
It seems that Inline::C evaluates to undef which is problematic, so
we need to handle this better.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Rafał Miłecki [Tue, 7 Nov 2017 11:02:53 +0000 (12:02 +0100)]
rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)
This method allows getting basic info about a queried container. It's
based on the lxc-info command-line tool.
Example output:
> ubus call lxc info '{ "name": "foo" }'
{
"name": "foo",
"state": "RUNNING",
"pid": 2946,
"ips": [
"192.168.0.124"
]
}
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Approved-by: Luka Perkov <luka@openwrt.org>
Zoltan Herpai [Tue, 7 Nov 2017 09:40:54 +0000 (10:40 +0100)]
Merge pull request #5059 from wigyori/master
net/sshfs: update to 2.10
Philip Prindeville [Tue, 7 Nov 2017 04:27:29 +0000 (04:27 +0000)]
Merge pull request #5052 from pprindeville/perl-text-csv_xs
perl: package Text::CSV_XS module
Hirokazu MORIKAWA [Tue, 7 Nov 2017 01:44:57 +0000 (10:44 +0900)]
icu: bump to 60.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
champtar [Tue, 7 Nov 2017 01:27:48 +0000 (17:27 -0800)]
Merge pull request #4921 from TDT-GmbH/
20171009-add-packages-license-tags
add some packages license tags
Ted Hess [Tue, 7 Nov 2017 01:12:30 +0000 (20:12 -0500)]
Merge pull request #5072 from diizzyy/patch-107
tio: Add to tree
Daniel Golle [Mon, 6 Nov 2017 23:29:04 +0000 (00:29 +0100)]
postgresql: update to version 9.6.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 23:28:33 +0000 (00:28 +0100)]
libextractor: update to version 1.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 23:27:52 +0000 (00:27 +0100)]
opensc: update to version 0.17.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 23:27:31 +0000 (00:27 +0100)]
libp11: update to version 0.4.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 23:26:52 +0000 (00:26 +0100)]
glpk: update to version 4.63
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 22:18:09 +0000 (23:18 +0100)]
gawk: update to version 4.2.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 22:10:54 +0000 (23:10 +0100)]
debootstrap: update to version 1.0.92
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 22:01:38 +0000 (23:01 +0100)]
lvm2: update to version 2.02.176
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 21:57:06 +0000 (22:57 +0100)]
pyodbc: update to version 4.0.21
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Nov 2017 21:45:06 +0000 (22:45 +0100)]
gnurl: update to version 7.56.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Engberg [Mon, 6 Nov 2017 21:09:26 +0000 (22:09 +0100)]
tio: Add to tree
tio is a simple TTY terminal I/O application
It's smaller than picocom, uses GNU autotools and has some nice features
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Mon, 6 Nov 2017 19:14:30 +0000 (21:14 +0200)]
Merge pull request #5071 from commodo/python-batch-upgrade
Python batch upgrade
Hannu Nyman [Mon, 6 Nov 2017 17:47:15 +0000 (19:47 +0200)]
Merge pull request #4963 from diizzyy/patch-97
utils/tmux: Update to 2.6
Alexandru Ardelean [Mon, 6 Nov 2017 16:05:14 +0000 (18:05 +0200)]
python,python3: apply PKG_FIXUP:=autoreconf
Should hopefully provide more consistent results
across distros.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:59:48 +0000 (15:59 +0200)]
python-asn1crypto: update to version 0.23.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:57:53 +0000 (15:57 +0200)]
python-cryptography: update to version 2.1.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:55:58 +0000 (15:55 +0200)]
python-cffi: update to version 1.11.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:54:42 +0000 (15:54 +0200)]
python-pyasn1-modules: update to version 0.1.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:50:57 +0000 (15:50 +0200)]
python-pyasn1: update to version 0.3.7
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:48:08 +0000 (15:48 +0200)]
python-lxml: upgrade to version 4.1.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 6 Nov 2017 13:03:37 +0000 (15:03 +0200)]
python3: bump to version 3.6.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Peter Wagner [Mon, 6 Nov 2017 11:20:25 +0000 (12:20 +0100)]
nfs-kernel-server: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Mon, 6 Nov 2017 11:19:37 +0000 (12:19 +0100)]
git: update to 2.15.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Philip Prindeville [Mon, 6 Nov 2017 04:09:42 +0000 (04:09 +0000)]
Merge pull request #5067 from pprindeville/perl-cgi-update-4.37
perl-cgi: update to 4.37
Philip Prindeville [Mon, 6 Nov 2017 03:32:23 +0000 (20:32 -0700)]
perl-cgi: update to 4.37
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Saverio Proto [Sat, 4 Nov 2017 23:55:09 +0000 (00:55 +0100)]
tinc: version bump 1.0.33
Signed-off-by: Saverio Proto <saverio.proto@switch.ch>
Daniel Golle [Sat, 4 Nov 2017 17:44:40 +0000 (18:44 +0100)]
Merge pull request #5053 from aparcar/rpcd-mod-attendedsysupgrade-v1.1
rpcd-mod-attendedsysupgrade: upgrade to v1.1
Zoltan HERPAI [Sat, 4 Nov 2017 17:22:47 +0000 (18:22 +0100)]
net/sshfs: update to 2.10
Update to the latest release usable with fuse 2.x
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Hannu Nyman [Sat, 4 Nov 2017 13:51:26 +0000 (15:51 +0200)]
Merge pull request #5057 from dibdot/adblock
adblock: release 3.1.0
Dirk Brenken [Sat, 4 Nov 2017 13:00:20 +0000 (14:00 +0100)]
adblock: release 3.1.0
* please note: config file update required!
* add 'whitelist only' mode, block access to all domains
except those explicitly listed in the whitelist file
* rework awk regex for all blocklist sources
* include 'third-party' domains for all regional lists
* change adguard url and refine filter ruleset
* use POSIX character classes
* fix regex for whitelist preparation
* fix corner case parsing issues
* fix enable/disable behavior
* various other small fixes
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
champtar [Fri, 3 Nov 2017 22:10:57 +0000 (18:10 -0400)]
Merge pull request #5056 from antonlacon/sqlite-3.21
sqlite: update to 3.21.0
Michael Heimpold [Fri, 3 Nov 2017 21:22:30 +0000 (22:22 +0100)]
libxml2: update to 2.9.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Ian Leonard [Fri, 3 Nov 2017 00:21:01 +0000 (17:21 -0700)]
sqlite: update to 3.21.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
AaronA [Wed, 1 Nov 2017 19:57:43 +0000 (13:57 -0600)]
Force a kill of the existing Processes to make sure they are left and the processes begin to stack up.
Paul Spooren [Tue, 18 Jul 2017 22:47:40 +0000 (00:47 +0200)]
rpcd-mod-attendedsysupgrade: upgrade to v1.1
call it upgrade instead of update
added client options:
auto_search - start upgrade search on login
advanced_mode - offer more options like package_editing
message before sysupgrade
more verbose Makefile
moved acls to client
Signed-off-by: Paul Spooren <paul@spooren.de>
Hannu Nyman [Thu, 2 Nov 2017 15:36:07 +0000 (17:36 +0200)]
Merge pull request #5041 from StevenHessing/noddos
noddos: bump to v0.5.5
Daniel Salzman [Thu, 2 Nov 2017 09:38:50 +0000 (10:38 +0100)]
knot: upgrade to 2.5.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Steven Hessing [Thu, 2 Nov 2017 04:27:04 +0000 (21:27 -0700)]
noddos: bump up to noddos v0.5.5
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>