feed/packages.git
6 years agotravelmate: update 1.0.2 5416/head
Dirk Brenken [Wed, 10 Jan 2018 18:42:48 +0000 (19:42 +0100)]
travelmate: update 1.0.2

* add new 'running' status
* rework debug & status output
* LuCI: refine status view
* LuCI: add two missing eap auth variants

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agotravelmate: update 1.0.1 5346/head
Dirk Brenken [Wed, 3 Jan 2018 08:18:26 +0000 (09:18 +0100)]
travelmate: update 1.0.1

* corner case fix with multiple (partly disabled) radios
* LuCI: BSSID will be ignored by default in 'wireless add' dialog
* LuCI: Textarea 'autoscroll down' in logfile view
* LuCI: refine logfile search term

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agotravelmate: release 1.0.0 5283/head
Dirk Brenken [Fri, 15 Dec 2017 18:10:17 +0000 (19:10 +0100)]
travelmate: release 1.0.0

* limit sta interface selection/handling
  to defined travelmate interface (trm_iface) only
* check eap capabilities and ignore enterprise uplinks
  as long as eap support is not available
* documentation update
* cosmetics
* LuCI: various cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agotravelmate: update 0.9.6 5247/head
Dirk Brenken [Sat, 9 Dec 2017 07:20:29 +0000 (08:20 +0100)]
travelmate: update 0.9.6

* fix incomplete bssid logic
* add missing package dependencies
* Turris omnia compability fixes (LuCI, separate PR)
* OpenWrt theme fixes (LuCI, separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agotravelmate: update 0.9.5 5232/head
Dirk Brenken [Wed, 6 Dec 2017 15:53:43 +0000 (16:53 +0100)]
travelmate: update 0.9.5

* change start priority to 25
* add support for hidden uplinks
* add support for wpa enterprise uplinks

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #5077 from TDT-GmbH/20171030-keepalived-update-version
champtar [Sun, 19 Nov 2017 01:55:30 +0000 (17:55 -0800)]
Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-version

net/keepalived: update version and add hotplug.d notify handling

6 years agolibiio: add patch to fix build on buildbots
Michael Heimpold [Sat, 18 Nov 2017 19:41:39 +0000 (20:41 +0100)]
libiio: add patch to fix build on buildbots

On buildbots, the building directory seems to be not a subdir of
a git repo, so a variable expands into an empty string which in turn
results in a syntax error:

--snip--
  -- Looking for in6addr_any - found
  -- Found Git: /data/bowl-builder/arm_cortex-a5/build/sdk/staging_dir/host/bin/git (found version "2.1.4")
  fatal: Not a git repository (or any parent up to mount point /data)
  Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  CMake Error at CMakeLists.txt:114 (if):
    if given arguments:

      "STREQUAL" "/data/bowl-builder/arm_cortex-a5/build/sdk/build_dir/target-arm_cortex-a5_musl_eabi/libiio-0.11"

    Unknown arguments specified

  -- Configuring incomplete, errors occurred!
--snap--

The patch quotes the if arguments and thus fixes the build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agolibs/libudev-fbsd: add patch to surround symbols with extern C
Mirko Vogt [Fri, 17 Nov 2017 15:50:29 +0000 (16:50 +0100)]
libs/libudev-fbsd: add patch to surround symbols with extern C

Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
6 years agoMerge pull request #5135 from nxhack/change_installdev
Ted Hess [Sat, 18 Nov 2017 12:48:35 +0000 (07:48 -0500)]
Merge pull request #5135 from nxhack/change_installdev

avahi: Changed the condition of InstallDev

6 years agoMerge pull request #5143 from lynxis/rb_sox
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

6 years agoMerge pull request #5142 from lynxis/rb_socat
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

6 years agosox: remove build timestamp 5143/head
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>
6 years agosocat: set BUILD_DATE to SOURCE_DATE_EPOCH 5142/head
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>
6 years agoMerge pull request #5136 from lynxis/rb_avrdude
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

6 years agoavrdude: add no timestamp patch to make it reproducible 5136/head
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>
6 years agoMerge pull request #4972 from blogic/master
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

6 years agoavahi: Changed the condition of InstallDev 5135/head
Hirokazu MORIKAWA [Fri, 17 Nov 2017 07:02:33 +0000 (16:02 +0900)]
avahi: Changed the condition of InstallDev

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
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 agonet/keepalived: add keepalived.user script handling 5077/head
Florian Eckert [Tue, 7 Nov 2017 10:31:18 +0000 (11:31 +0100)]
net/keepalived: add keepalived.user script handling

Add keepalived.user script handling which are also saved during sysupgrade.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/keepalived: add notify hotplug-call script handling
Florian Eckert [Mon, 6 Nov 2017 14:47:00 +0000 (15:47 +0100)]
net/keepalived: add notify hotplug-call script handling

During keepalived config generation for the vrrp_instance and vrrp_sync_group
the notify_* sections are automatic added to the runtime keepalived.conf.
This could be used for service which want to react on keepalived notifications.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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 agonet/keepalived: comment alt_config_file
Florian Eckert [Mon, 6 Nov 2017 09:47:07 +0000 (10:47 +0100)]
net/keepalived: comment alt_config_file

Comment alt_config_file option in default config

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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>