feed/packages.git
6 years agomail/emailrelay: tune up initscript and config 5134/head
Paul Wassi [Thu, 16 Nov 2017 10:38:11 +0000 (11:38 +0100)]
mail/emailrelay: tune up initscript and config

Previously, configuration of emailrelay was done by fiddling around
with the commandline inside the initscript. Introduce a config file
in /etc/config for basic configuration and at the same time switch
to a procd-style initscript.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
6 years agomail/emailrelay: cosmetic fixes
Paul Wassi [Thu, 16 Nov 2017 09:00:26 +0000 (10:00 +0100)]
mail/emailrelay: cosmetic fixes

This is just a cosmetic thing, therefore no increase of PKG_RELEASE.
- Trailing spaces and tabs
- Add newline to end of file
- Add License info to Makefile
- Move maintainer definition to PKG_MAINTAINER

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
6 years agophp7: re-enable system timezone data usage
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>
6 years agoshadow: add packages for newgidmap and newuidmap applets
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>
6 years agoshadow: use proper fix for checking subordinate IDs support
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>
6 years agoMerge pull request #5123 from commodo/crconf
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)

6 years agoMerge pull request #5122 from commodo/python-bluetooth
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

6 years agoMerge pull request #4939 from val-kulkov/postfix-package
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

6 years agoMerge pull request #5126 from val-kulkov/libfreetype-package
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

6 years agopostfix: fix uid/gid conflicts, general cleanup 4939/head
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>
6 years agolibfreetype: update to 2.8.1, fix host install issue 5126/head
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>
6 years agocrconf: new package (kernel crypto configuration tool) 5123/head
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>
6 years agopython,python3: build bluetooth support if bluez-libs selected 5122/head
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>
6 years agoauc: be a bit more verbose
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>
6 years agorpcd-mod-packagelist: remove package
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>
6 years agoattendedsysupgrade-common: deprecate rpcd-mod-packagelist
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>
6 years agoauc: small improvements
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>
6 years agoauc: add new package
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>
6 years agoMerge pull request #5113 from pprindeville/perl-text-csv_xs-update-1.34
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

6 years agoperl-text-csv_xs: update to 1.34 5113/head
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>
6 years agoMerge pull request #5105 from val-kulkov/php7-package
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

6 years agobuild,travis: accept commits with '_'
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>
6 years agoMerge pull request #5104 from aparcar/attendedsysupgrade-common
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

6 years agoattendedsysupgrade-common: add package 5104/head
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>
6 years agoMerge pull request #5091 from Nokius/adblock-reg_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

6 years agophp7: add configuration files to conffiles 5105/head
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>
6 years agolua-mosquitto: bump to 0.3 release
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>
6 years agolua-mosquitto: update maintainer email
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>
6 years agoadblock: add German list 5091/head
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>
6 years agotor: update to 0.3.1.8
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>
6 years agognunet: update to recent git snapshot
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>
6 years agoMerge pull request #4755 from hashashin/sshfs-2.10
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

6 years agoMerge pull request #4647 from salzmdan/master
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

6 years agoMerge pull request #4885 from diizzyy/patch-92
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

6 years agoMerge pull request #5033 from yangfl/master
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

6 years agoMerge pull request #5073 from nxhack/icu4c-60_1
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

6 years agomwan3: update to version 2.6.7 5033/head
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>
6 years agomwan3: add check for ping
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>
6 years agomwan3: reduce dependency on src_ip
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>
6 years agomwan3: fix empty gateway when creating routing table
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>
6 years agomwan3: reduce unnecessary comparisons
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>
6 years agoMerge pull request #5085 from pprindeville/perl-inline-c-update-0.78
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

6 years agoMerge pull request #5087 from pprindeville/cryptodev-post-moduleload-rewrite
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

6 years agoperl-inline-c: extutils not a run-time dependency 5085/head
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>
6 years agoperl-inline-c: update to 0.78
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>
6 years agocryptodev: simplify for Jo's parameter passing 5087/head
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>
6 years agoMerge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_pl
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

6 years agoMerge pull request #5082 from pprindeville/perl-makefile_pl-failure-redux
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

6 years agoperl-inline-c: patch Makefile.PL to not eval undef 5083/head
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>
6 years agoperlmod: redux handling odd Makefile.PL eval value 5082/head
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>
6 years agorpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)
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>
6 years agoMerge pull request #5059 from wigyori/master
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

6 years agoMerge pull request #5052 from pprindeville/perl-text-csv_xs
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

6 years agoicu: bump to 60.1 5073/head
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>
6 years agoMerge pull request #4921 from TDT-GmbH/20171009-add-packages-license-tags
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

6 years agoMerge pull request #5072 from diizzyy/patch-107
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

6 years agopostgresql: update to version 9.6.5
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>
6 years agolibextractor: update to version 1.6
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>
6 years agoopensc: update to version 0.17.0
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>
6 years agolibp11: update to version 0.4.7
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>
6 years agoglpk: update to version 4.63
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>
6 years agogawk: update to version 4.2.0
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>
6 years agodebootstrap: update to version 1.0.92
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>
6 years agolvm2: update to version 2.02.176
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>
6 years agopyodbc: update to version 4.0.21
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>
6 years agognurl: update to version 7.56.1
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>
6 years agotio: Add to tree 5072/head
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>
6 years agoMerge pull request #5071 from commodo/python-batch-upgrade
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

6 years agoMerge pull request #4963 from diizzyy/patch-97
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

6 years agopython,python3: apply PKG_FIXUP:=autoreconf 5071/head
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>
6 years agopython-asn1crypto: update to version 0.23.0
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>
6 years agopython-cryptography: update to version 2.1.3
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>
6 years agopython-cffi: update to version 1.11.2
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>
6 years agopython-pyasn1-modules: update to version 0.1.5
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>
6 years agopython-pyasn1: update to version 0.3.7
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>
6 years agopython-lxml: upgrade to version 4.1.1
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>
6 years agopython3: bump to version 3.6.3
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>
6 years agonfs-kernel-server: update to 2.2.1
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>
6 years agogit: update to 2.15.0
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>
6 years agoMerge pull request #5067 from pprindeville/perl-cgi-update-4.37
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

6 years agoperl-cgi: update to 4.37 5067/head
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>
6 years agotinc: version bump 1.0.33
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>
6 years agoMerge pull request #5053 from aparcar/rpcd-mod-attendedsysupgrade-v1.1
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

6 years agonet/sshfs: update to 2.10 5059/head
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>
6 years agoMerge pull request #5057 from dibdot/adblock
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

6 years agoadblock: release 3.1.0 5057/head
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>
6 years agoMerge pull request #5056 from antonlacon/sqlite-3.21
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

6 years agolibxml2: update to 2.9.7
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>
6 years agosqlite: update to 3.21.0 5056/head
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>
6 years agoForce a kill of the existing Processes to make sure they are left and the processes...
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.

6 years agorpcd-mod-attendedsysupgrade: upgrade to v1.1 5053/head
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>
6 years agoMerge pull request #5041 from StevenHessing/noddos
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

6 years agoknot: upgrade to 2.5.6 4647/head
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>
6 years agonoddos: bump up to noddos v0.5.5 5041/head
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>
6 years agolibyaml: introducing libyaml-cpp package
Steven Hessing [Thu, 2 Nov 2017 04:25:51 +0000 (21:25 -0700)]
libyaml: introducing libyaml-cpp package

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
6 years agoperl: add Text::CSV_XS for iptables-mod-geoip 5052/head
Philip Prindeville [Wed, 1 Nov 2017 18:50:45 +0000 (12:50 -0600)]
perl: add Text::CSV_XS for iptables-mod-geoip

There are scripts to download and preprocess the GeoIP database
for iptables-mod-geoip which require this Perl module.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agowget: set myself as maintainer
Peter Wagner [Wed, 1 Nov 2017 21:24:07 +0000 (22:24 +0100)]
wget: set myself as maintainer

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #5050 from diizzyy/patch-106
Ted Hess [Wed, 1 Nov 2017 20:17:13 +0000 (16:17 -0400)]
Merge pull request #5050 from diizzyy/patch-106

sound/lame: Remove unnecessary optimization args

6 years agosound/lame: Remove unnecessary optimization args 5050/head
Daniel Engberg [Wed, 1 Nov 2017 19:29:07 +0000 (20:29 +0100)]
sound/lame: Remove unnecessary optimization args

-O3 already includes -fomit-frame-pointer -fschedule-insns2
Thanks Philip Prindeville for pointing this out and sorry for the noise.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #5048 from diizzyy/patch-104
Ted Hess [Wed, 1 Nov 2017 18:52:24 +0000 (14:52 -0400)]
Merge pull request #5048 from diizzyy/patch-104

sound/lame: Add optional experimental optimization