Alexandru Ardelean [Sat, 2 Dec 2017 10:03:48 +0000 (12:03 +0200)]
build,travis: build only last commit in a branch build
This started out as me trying to fix my Python build
in a local Travis CI env.
After 40+ minutes, the build still did not stop:
https://travis-ci.org/commodo/packages/builds/
310413628
There is a bug, where the `.travis_do.sh` script does exit early,
and enters an endless loop, when doing a branch build.
It tries to continuously fetch 50 more revisions.
So, I decided to add some limited support for branch builds.
This also allows a simpler testing with Travis before
opening a PR.
This scope of testing is limited to whatever the last
commit touches, but it's still better than nothing.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Sat, 2 Dec 2017 00:07:30 +0000 (19:07 -0500)]
Merge pull request #5139 from lynxis/rb_openocd
openocd: use release tar.bz2 instead of git
Michael Heimpold [Fri, 1 Dec 2017 20:05:43 +0000 (21:05 +0100)]
Merge pull request #5203 from lucize/uwimaplink
uw-imap: copy actual files in devel folder
Lucian Cristian [Fri, 1 Dec 2017 10:31:31 +0000 (12:31 +0200)]
uw-imap: copy actual files in devel folder
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Michael Heimpold [Fri, 1 Dec 2017 17:25:12 +0000 (18:25 +0100)]
Merge pull request #5201 from lucize/php7imap
php7: try fix imap build-bot build
Ted Hess [Fri, 1 Dec 2017 16:53:22 +0000 (11:53 -0500)]
gst1-libav: Fix ARM builds (remove forcing CPU_TYPE)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 1 Dec 2017 16:43:35 +0000 (11:43 -0500)]
Merge pull request #5194 from dedeckeh/pr-gstreamer
gstreamer: bump to 1.10.5
Lucian Cristian [Thu, 30 Nov 2017 23:26:18 +0000 (01:26 +0200)]
php7: try fix imap build-bot build
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Ted Hess [Thu, 30 Nov 2017 15:52:27 +0000 (10:52 -0500)]
Merge pull request #5191 from thess/ffmpeg-config
ffmpeg: Adjusting some build dependencies. Update to 3.2.9
Hans Dedecker [Thu, 30 Nov 2017 13:57:51 +0000 (14:57 +0100)]
gstreamer: bump to 1.10.5
Update gstreamer to the 1.10 stable branch; select latest stable 1.10.5
See https://gstreamer.freedesktop.org/releases/1.10/ for major new features
and bugfixes
Fix dependencies
Refresh patches
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Daniel Golle [Tue, 28 Nov 2017 02:22:57 +0000 (03:22 +0100)]
auc: update to version 0.0.8
* fix multiple read_data_cb calls from uclient, otherwise hickups
happend when receiving a large JSON reply
* add minimal help message (-h)
* pretify package update output
* fix infinite retry of upgrade-check which happened in some cases
* add sleep in case of check-request retry
* lots of cosmetics
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Stijn Tintel [Thu, 30 Nov 2017 01:01:24 +0000 (02:01 +0100)]
strongswan: bump to 5.6.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Ted Hess [Wed, 29 Nov 2017 22:05:09 +0000 (17:05 -0500)]
ffmpeg: Adjusting some build dependencies. Update to 3.2.9
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Mon, 27 Nov 2017 23:52:56 +0000 (18:52 -0500)]
Merge pull request #5177 from dibdot/mc
mc: release 4.8.20
Peter Wagner [Sun, 26 Nov 2017 23:13:35 +0000 (00:13 +0100)]
glib2: update to 2.55.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Dirk Brenken [Sun, 26 Nov 2017 21:10:12 +0000 (22:10 +0100)]
mc: release 4.8.20
release notes: http://midnight-commander.org/wiki/NEWS-4.8.20
Signed-off-by: Dirk Brenken <dev@brenken.org>
Michael Heimpold [Sun, 26 Nov 2017 20:58:30 +0000 (21:58 +0100)]
php7: try to fix compilation on LEDE buildbots
Detection of U8T_DECOMPOSE seems to be broken when cross-compiling,
so needs to be preseeded.
-snip-
checking for utf8_mime2text signature... new
checking for U8T_DECOMPOSE...
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL
is missing. This should not happen. Check config.log for additional information.
-snap-
This requires also a patch for PHP to make the preseeding working.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Daniel Golle [Fri, 24 Nov 2017 20:38:25 +0000 (21:38 +0100)]
auc: update to version 0.0.7
* implement using GET instead of POST requests when waiting for image
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Sun, 26 Nov 2017 16:53:45 +0000 (18:53 +0200)]
haveged: update to 1.9.2
Update haveged to 1.9.2
Release notes:
http://www.issihosts.com/haveged/downloads.html
Version 1.9.2
I am no longer active as a developer but have decided to push out
contributor fixes I have accumulated since the last release. Two
oustanding bugs are not addressed: 1) Failure to build on IA64 due
to busted cpuid and 2) Incorrect exit status when terminate by signal.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Michael Heimpold [Sat, 25 Nov 2017 12:08:50 +0000 (13:08 +0100)]
php7: update to 7.1.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 25 Nov 2017 12:08:18 +0000 (13:08 +0100)]
php7-pecl-http: add dependency to php7-mod-hash
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 25 Nov 2017 06:31:52 +0000 (07:31 +0100)]
Merge pull request #5066 from lucize/php7imap
php7: add php7-mod-imap
Michael Heimpold [Sat, 25 Nov 2017 06:30:19 +0000 (07:30 +0100)]
Merge pull request #5065 from lucize/uwimap
uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
Noah Meyerhans [Sat, 25 Nov 2017 01:36:21 +0000 (17:36 -0800)]
Merge pull request #5157 from halmartin/bind_statistics
bind: Add support for building with libxml2 or libjson
Daniel Golle [Fri, 24 Nov 2017 16:13:03 +0000 (17:13 +0100)]
auc: update to version 0.0.6
* handle newly introduced 'initialize' server status
* cosmetics
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Michael Heimpold [Thu, 23 Nov 2017 21:40:32 +0000 (22:40 +0100)]
ser2net: update to 3.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Daniel Golle [Thu, 23 Nov 2017 17:56:58 +0000 (18:56 +0100)]
auc: update to version 0.0.5
* use HTTP headers to know ImageBuilder status and queue position
* use pretty (ie. indented) JSON output for debugging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 21 Nov 2017 16:17:25 +0000 (17:17 +0100)]
auc: update to version 0.0.4
* implement '-d' cmdline option to output json requests
* switch to new server API
* implement upgrade_packages
Read upgrade_packages UCI option and ask for either only release
upgrades or also builds based on updated packages depending on whether
upgrade_packages is '0' or '1'.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hal Martin [Mon, 20 Nov 2017 22:51:27 +0000 (22:51 +0000)]
bind: add support for building bind with libxml2 or libjson
At least one of libjson|libxml2 is required for bind
statistics to function.
Selecting libjson|libxml2 will result in an additional
dependency required to build and install bind-libs.
Signed-off-by: Hal Martin <hal.martin@gmail.com>
champtar [Wed, 22 Nov 2017 22:55:54 +0000 (14:55 -0800)]
Merge pull request #5154 from neheb/patch-5
btrfs-progs: Update to 4.13.3
champtar [Wed, 22 Nov 2017 22:54:37 +0000 (14:54 -0800)]
Merge pull request #5163 from neheb/mangix
transmission: Update to latest git and fix syslog.
Rosen Penev [Mon, 20 Nov 2017 02:16:15 +0000 (18:16 -0800)]
btrfs-progs: Update to 4.13.3
Tested on ramips (mt7621)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 22 Nov 2017 02:02:40 +0000 (18:02 -0800)]
transmission: Update to latest git and fix syslog.
The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction.
Also added a sysctl file that removes these warnings:
UDP Failed to set receive buffer: requested
4194304, got 262142 (tr-udp.c:75)
UDP Please add the line "net.core.rmem_max =
4194304" to /etc/sysctl.conf (tr-udp.c:80)
UDP Failed to set send buffer: requested
1048576, got 262142 (tr-udp.c:86)
UDP Please add the line "net.core.wmem_max =
1048576" to /etc/sysctl.conf (tr-udp.c:91)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Wed, 22 Nov 2017 12:28:55 +0000 (12:28 +0000)]
Merge pull request #5165 from tmn505/perl-uri
perl-uri: upgrade to 1.72
Tomasz Maciej Nowak [Wed, 22 Nov 2017 11:57:08 +0000 (12:57 +0100)]
perl-uri: upgrade to 1.72
Fixes #5089
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Steven Barth [Wed, 22 Nov 2017 08:53:20 +0000 (09:53 +0100)]
Merge pull request #5140 from lynxis/rb_mdnsresponder
mdnsresponder: fix reproducible builds
champtar [Wed, 22 Nov 2017 08:47:00 +0000 (00:47 -0800)]
Merge pull request #5152 from val-kulkov/postfix-package
postfix: version update, fix file descriptor passing
Gavin Ni [Wed, 22 Nov 2017 02:10:22 +0000 (10:10 +0800)]
openconnect: re-introduce config: interface
In some cases, it's useful to specify which interface to establish the VPN connection
Signed-off-by: Gavin Ni <gisngy@gmail.com>
Peter Wagner [Tue, 21 Nov 2017 20:10:32 +0000 (21:10 +0100)]
alsa-lib: update to 1.1.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Michael Heimpold [Tue, 21 Nov 2017 19:34:34 +0000 (20:34 +0100)]
Merge pull request #5156 from val-kulkov/libfreetype-package
libfreetype: restore host build
Yousong Zhou [Tue, 21 Nov 2017 09:04:51 +0000 (17:04 +0800)]
shadowsocks-libev: bump to version 3.1.1
Notable changes since 3.1.0
26ae365: fix possible socks5 exchange corruption caused by bad
state transition when parsing responses
f19a96e: fix segfault when presented with config {"mode": null}
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Val Kulkov [Mon, 20 Nov 2017 20:42:18 +0000 (15:42 -0500)]
libfreetype: restore host build
Restore host building on request from a user. Apparently, packages
outside of openwrt/packages feed rely on Freetype 2 building on host.
While at it, remove sed-editing of freetype-config that is no longer
necessary. The current version of freetype-config correctly identifies
prefix, exec_prefix, includedir and libdir.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Ted Hess [Mon, 20 Nov 2017 17:08:24 +0000 (12:08 -0500)]
Merge pull request #5138 from lynxis/rb_horst
horst: remove build time to fix reproducible builds
Ted Hess [Mon, 20 Nov 2017 13:39:20 +0000 (08:39 -0500)]
Merge pull request #5153 from neheb/patch-4
hdparm: Update to 9,52
Nikos Mavrogiannopoulos [Mon, 20 Nov 2017 12:11:06 +0000 (13:11 +0100)]
Merge pull request #5076 from non7top/juniper
openconnect: add options to support juniper
Vladimir Berezhnoy [Tue, 7 Nov 2017 10:11:34 +0000 (13:11 +0300)]
openconnect: add options to support juniper
Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
Rosen Penev [Mon, 20 Nov 2017 02:10:11 +0000 (18:10 -0800)]
hdparm: Update to 9,52
Tested on ramips (mt7621)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sun, 19 Nov 2017 20:55:09 +0000 (21:55 +0100)]
Merge pull request #5150 from val-kulkov/php7-package
php7-mod-gd: add Freetype 2 support
Val Kulkov [Sun, 19 Nov 2017 16:50:18 +0000 (11:50 -0500)]
postfix: version update, fix file descriptor passing
Update to the latest stable release.
Fix check for file descriptor passing that causes libmilter's runtime
error when libmilter/OpenDKIM are used with Postfix:
"unix_send_fd: your system has no support for file descriptor passing"
The issue with the file descriptor passing has been fixed upstream in
20170618 update to Postfix v3.3 experimental release. The patch must
therefore be removed before compiling Postfix v3.3.*
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Val Kulkov [Sun, 19 Nov 2017 15:30:31 +0000 (10:30 -0500)]
php7-mod-gd: add Freetype 2 support
Add Freetype 2 support to php7-mod-gd. Introduce a configuration
parameter to disable Freetype 2 support if the increased package
size is a concern.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
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
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>
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>
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
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 18:04:27 +0000 (19:04 +0100)]
mdnsresponder: remove build timestamp to fix reproducible builds
Build timestamps prevents reproducible builds [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Alexander Couzens [Fri, 17 Nov 2017 00:10:21 +0000 (01:10 +0100)]
openocd: use release tar.bz2 instead of git
The release tar does not contain the srcdir/guess-rev.sh.
If it's not existant the configure scripts uses different
variables which removes the build timestamp.
Fixes reproducible builds.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Alexander Couzens [Fri, 17 Nov 2017 02:38:59 +0000 (03:38 +0100)]
horst: remove build time to fix reproducible builds
Build timestamp are not reproducible [0].
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
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>
Alexander Couzens [Thu, 16 Nov 2017 18:03:56 +0000 (19:03 +0100)]
mdnsresponder: refresh patches
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
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>
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>
Lucian Cristian [Sun, 5 Nov 2017 22:43:19 +0000 (00:43 +0200)]
uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
most patches are added from Fedora
Signed-off-by: Lucian Cristian <lucian.cristian@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