feed/packages.git
6 years agoopenvswitch: bump to version 2.10.0
Yousong Zhou [Tue, 21 Aug 2018 00:39:58 +0000 (00:39 +0000)]
openvswitch: bump to version 2.10.0

 - Rebased the python target/host separation patch
 - Dropped the now-in-upstream openssl-1.1 compat patch
 - Added a patch to disable tests/

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoMerge pull request #6819 from tru7/emailrelay
Jo-Philipp Wich [Tue, 21 Aug 2018 13:33:19 +0000 (15:33 +0200)]
Merge pull request #6819 from tru7/emailrelay

emailrelay: add some runtime options

6 years agoMerge pull request #6679 from zhouruixi/nginx_dav_master
Hannu Nyman [Tue, 21 Aug 2018 08:50:06 +0000 (11:50 +0300)]
Merge pull request #6679 from zhouruixi/nginx_dav_master

nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)

6 years agonginx: Add missing WebDAV methods support (PROPFIND & OPTIONS) 6679/head
Ruixi Zhou [Sun, 12 Aug 2018 06:23:50 +0000 (14:23 +0800)]
nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)

Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module)

Example config:
location / {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;

root /var/root/;
}

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
6 years agoemailrelay: add some runtime options 6819/head
Othmar Truniger [Mon, 20 Aug 2018 17:18:08 +0000 (19:18 +0200)]
emailrelay: add some runtime options

Signed-off-by: Othmar Truniger <github@truniger.ch>
6 years agoMerge pull request #6602 from neheb/patch-17
Hannu Nyman [Mon, 20 Aug 2018 17:08:43 +0000 (20:08 +0300)]
Merge pull request #6602 from neheb/patch-17

evtest: Switch to tarballs

6 years agoMerge pull request #6668 from cotequeiroz/emailrelay_pam
Dirk Brenken [Mon, 20 Aug 2018 16:14:56 +0000 (18:14 +0200)]
Merge pull request #6668 from cotequeiroz/emailrelay_pam

emailrelay: avoind linking with -lpam

6 years agoMerge pull request #6747 from mark0n/fix-curl-variable
Dirk Brenken [Mon, 20 Aug 2018 16:04:16 +0000 (18:04 +0200)]
Merge pull request #6747 from mark0n/fix-curl-variable

ddns-scripts: Fix problems detecting if curl is SSL capable

6 years agoddns-scripts_route53-v1: Fix problems detecting curl 6747/head
Martin Konrad [Mon, 13 Aug 2018 03:19:08 +0000 (23:19 -0400)]
ddns-scripts_route53-v1: Fix problems detecting curl

Ensure cURL is installed and has SSL support. This fixes
issue 6744.

Signed-off-by: Martin Konrad <info@martin-konrad.net>
6 years agoMerge pull request #6789 from Ansuel/fixuwsgi
Hannu Nyman [Mon, 20 Aug 2018 15:04:29 +0000 (18:04 +0300)]
Merge pull request #6789 from Ansuel/fixuwsgi

uwsgi-cgi: improve luci support

6 years agoMerge pull request #6788 from Ansuel/fixnginx
Hannu Nyman [Mon, 20 Aug 2018 15:04:05 +0000 (18:04 +0300)]
Merge pull request #6788 from Ansuel/fixnginx

nginx: improve luci config

6 years agouwsgi-cgi: improve luci support 6789/head
Ansuel Smith [Sat, 18 Aug 2018 17:04:47 +0000 (19:04 +0200)]
uwsgi-cgi: improve luci support

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agonginx: improve luci config 6788/head
Ansuel Smith [Sat, 18 Aug 2018 17:11:33 +0000 (19:11 +0200)]
nginx: improve luci config

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agonet/mosquitto: update to 1.5.1
Karl Palsson [Mon, 20 Aug 2018 09:30:12 +0000 (09:30 +0000)]
net/mosquitto: update to 1.5.1

Bugfix release.  Full changelog at:
https://mosquitto.org/blog/2018/08/version-151-released/

Of most interest to OpenWrt:
* Remove use of AI_ADDRCONFIG, which means the broker can be used on systems where only the loopback interface is defined.
* Fix IPv6 addresses not being able to be used as bridge addresses.
* Fix problem opening listeners on Pi caused by unsigned char being default.
* Fix segfault on startup if bridge CA certificates could not be read.
* Fix possible endian issue when reading the memory_limit option.
* library and client bugfixes including: https://github.com/openwrt/packages/issues/6765

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agoMerge pull request #6810 from Andy2244/rpcbind-update
Dirk Brenken [Mon, 20 Aug 2018 08:17:57 +0000 (10:17 +0200)]
Merge pull request #6810 from Andy2244/rpcbind-update

rpcbind: update to 1.2.5

6 years agoMerge pull request #6784 from neheb/patch-21
Dirk Brenken [Mon, 20 Aug 2018 07:49:01 +0000 (09:49 +0200)]
Merge pull request #6784 from neheb/patch-21

python-pyasn1: Update to 0.4.4

6 years agoMerge pull request #6785 from neheb/patch-22
Dirk Brenken [Mon, 20 Aug 2018 07:25:32 +0000 (09:25 +0200)]
Merge pull request #6785 from neheb/patch-22

python-urllib3: Update to 1.2.3

6 years agoMerge pull request #6813 from neheb/sudo
Dirk Brenken [Mon, 20 Aug 2018 07:24:07 +0000 (09:24 +0200)]
Merge pull request #6813 from neheb/sudo

sudo: Update to 1.8.24

6 years agopython-urllib3: Update to 1.23 6785/head
Rosen Penev [Sat, 18 Aug 2018 06:20:08 +0000 (23:20 -0700)]
python-urllib3: Update to 1.23

Use a better URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoqemu: tighten up CONFIGURE_ARGS spec
Yousong Zhou [Mon, 20 Aug 2018 02:38:58 +0000 (02:38 +0000)]
qemu: tighten up CONFIGURE_ARGS spec

This is more for readability, no functional change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoqemu: bump to version 3.0.0
Yousong Zhou [Mon, 20 Aug 2018 02:18:23 +0000 (02:18 +0000)]
qemu: bump to version 3.0.0

Also switch to domain download.qemu.org and .xz files

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agontpd: update to 4.2.8p12
Peter Wagner [Sun, 19 Aug 2018 21:37:05 +0000 (23:37 +0200)]
ntpd: update to 4.2.8p12

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agosudo: Update to 1.8.24 6813/head
Rosen Penev [Sun, 19 Aug 2018 20:54:27 +0000 (13:54 -0700)]
sudo: Update to 1.8.24

Changed URLs to HTTPS

Rearranged Makefile for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_CPE_ID for CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6812 from pprindeville/perl-cgi-4.40
Philip Prindeville [Sun, 19 Aug 2018 20:51:36 +0000 (14:51 -0600)]
Merge pull request #6812 from pprindeville/perl-cgi-4.40

perl-cgi: Update to 4.40

6 years agoperl-cgi: Update to 4.40 6812/head
Philip Prindeville [Sun, 19 Aug 2018 20:26:15 +0000 (14:26 -0600)]
perl-cgi: Update to 4.40

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoMerge pull request #6539 from neheb/patch-4
Hannu Nyman [Sun, 19 Aug 2018 17:15:39 +0000 (20:15 +0300)]
Merge pull request #6539 from neheb/patch-4

bluelog: Switch to GitHub tarball

6 years agoMerge pull request #6488 from neheb/patch-2
Hannu Nyman [Sun, 19 Aug 2018 17:14:34 +0000 (20:14 +0300)]
Merge pull request #6488 from neheb/patch-2

alpine: Update to 2.21.9999

6 years agoMerge pull request #6780 from neheb/tiff
Jiri Slachta [Sun, 19 Aug 2018 17:10:32 +0000 (19:10 +0200)]
Merge pull request #6780 from neheb/tiff

tiff: Fix remaining CVEs

6 years agoMerge pull request #6803 from neheb/monit
champtar [Sun, 19 Aug 2018 14:55:06 +0000 (10:55 -0400)]
Merge pull request #6803 from neheb/monit

monit: Update to 5.25.2

6 years agoMerge pull request #6802 from neheb/patch-30
champtar [Sun, 19 Aug 2018 14:51:11 +0000 (10:51 -0400)]
Merge pull request #6802 from neheb/patch-30

htop: Minor adjustments

6 years agorpcbind: update to 1.2.5 6810/head
Andy Walsh [Sun, 19 Aug 2018 14:33:42 +0000 (16:33 +0200)]
rpcbind: update to 1.2.5

* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agomonit: Update to 5.25.2 6803/head
Rosen Penev [Sun, 19 Aug 2018 04:52:21 +0000 (21:52 -0700)]
monit: Update to 5.25.2

Added PKG_BUILD_PARALLEL to speed up compilation times.

Added PKG_CPE_ID for proper CVE tracking.

A few other cosmetic changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agohtop: Minor adjustments 6802/head
Rosen Penev [Sun, 19 Aug 2018 04:31:22 +0000 (21:31 -0700)]
htop: Minor adjustments

Added PKG_CPE_ID for proper CVE tracking.

Fixed URLs. Changed to HTTPS as well.

Removed autoreconf as there is no patching being done.

PKG_BUILD_PARALLEL was enabled for faster building.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6775 from neheb/patch-27
Ted Hess [Sat, 18 Aug 2018 19:33:03 +0000 (15:33 -0400)]
Merge pull request #6775 from neheb/patch-27

shairport-sync: Install /etc/config as 600

6 years agoMerge pull request #6781 from neheb/xml2
Michael Heimpold [Sat, 18 Aug 2018 11:13:29 +0000 (13:13 +0200)]
Merge pull request #6781 from neheb/xml2

libxml2: Fix CVE-2018-9251 and CVE-2018-14567

6 years agopython-pyasn1: Update to 0.4.4 6784/head
Rosen Penev [Sat, 18 Aug 2018 06:12:33 +0000 (23:12 -0700)]
python-pyasn1: Update to 0.4.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agolibxml2: Fix CVE-2018-9251 and CVE-2018-14567 6781/head
Rosen Penev [Sat, 18 Aug 2018 01:45:42 +0000 (18:45 -0700)]
libxml2: Fix CVE-2018-9251 and CVE-2018-14567

Also added the CPE ID.

Taken from Fedora.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agotiff: Fix remaining CVEs 6780/head
Rosen Penev [Sat, 18 Aug 2018 00:42:20 +0000 (17:42 -0700)]
tiff: Fix remaining CVEs

Taken from Fedora. Reordered them so as to apply properly.

Added a CPE ID.

Added parallel build for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agophp7-pecl-http: update to 3.2.0
Michael Heimpold [Fri, 17 Aug 2018 21:14:31 +0000 (23:14 +0200)]
php7-pecl-http: update to 3.2.0

Drop already upstreamed patches.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agolibgpiod: update to 1.1.1
Michael Heimpold [Fri, 17 Aug 2018 20:13:00 +0000 (22:13 +0200)]
libgpiod: update to 1.1.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoMerge pull request #6761 from neheb/patch-22
Dirk Brenken [Fri, 17 Aug 2018 16:26:20 +0000 (18:26 +0200)]
Merge pull request #6761 from neheb/patch-22

btrfs-progs: Update to 4.17.1

6 years agoMerge pull request #6673 from neheb/patch-21
Dirk Brenken [Fri, 17 Aug 2018 14:37:30 +0000 (16:37 +0200)]
Merge pull request #6673 from neheb/patch-21

scapy: Update to 2.4.0 and change URLs to new

6 years agoMerge pull request #6763 from neheb/patch-24
Dirk Brenken [Fri, 17 Aug 2018 12:33:08 +0000 (14:33 +0200)]
Merge pull request #6763 from neheb/patch-24

geth: Update to 1.8.13

6 years agoMerge pull request #6774 from EricLuehrsen/unbound_20180815
Dirk Brenken [Fri, 17 Aug 2018 12:28:44 +0000 (14:28 +0200)]
Merge pull request #6774 from EricLuehrsen/unbound_20180815

unbound: drop odhcpd leases with wrong field count

6 years agoMerge pull request #6659 from cshoredaniel/pr-update-gitolite3
Hannu Nyman [Fri, 17 Aug 2018 08:37:57 +0000 (11:37 +0300)]
Merge pull request #6659 from cshoredaniel/pr-update-gitolite3

Updates for gitolite package

6 years agoshairport-sync: Install /etc/config as 600 6775/head
Rosen Penev [Fri, 17 Aug 2018 04:02:38 +0000 (21:02 -0700)]
shairport-sync: Install /etc/config as 600

/etc/config should not be readable by non-root.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agounbound: drop odhcpd leases with wrong field count 6774/head
Eric Luehrsen [Fri, 17 Aug 2018 01:37:43 +0000 (21:37 -0400)]
unbound: drop odhcpd leases with wrong field count

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years agoMerge pull request #6729 from neheb/patch-28
Hannu Nyman [Thu, 16 Aug 2018 14:33:16 +0000 (17:33 +0300)]
Merge pull request #6729 from neheb/patch-28

grep: Update to 3.1

6 years agoMerge pull request #6755 from Andy2244/samba4-update
Hannu Nyman [Thu, 16 Aug 2018 14:30:20 +0000 (17:30 +0300)]
Merge pull request #6755 from Andy2244/samba4-update

samba4: update to 4.8.4

6 years agoMerge pull request #6698 from dedeckeh/pr-xtables-addons-rtsp
Jo-Philipp Wich [Thu, 16 Aug 2018 13:57:49 +0000 (15:57 +0200)]
Merge pull request #6698 from dedeckeh/pr-xtables-addons-rtsp

Pr xtables addons rtsp

6 years agoMerge pull request #6562 from KarlVogel/host_sanitize
Jo-Philipp Wich [Thu, 16 Aug 2018 13:44:28 +0000 (15:44 +0200)]
Merge pull request #6562 from KarlVogel/host_sanitize

ddns-scripts: sanitize host charset and shell escape characters

6 years agorpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it
Peter Wagner [Thu, 16 Aug 2018 09:51:14 +0000 (11:51 +0200)]
rpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agogeth: Update to 1.8.13 6763/head
Rosen Penev [Thu, 16 Aug 2018 02:21:36 +0000 (19:21 -0700)]
geth: Update to 1.8.13

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agobtrfs-progs: Update to 4.17.1 6761/head
Rosen Penev [Thu, 16 Aug 2018 01:47:47 +0000 (18:47 -0700)]
btrfs-progs: Update to 4.17.1

Cosmetic adjustments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6726 from neheb/patch-27
Daniel Golle [Wed, 15 Aug 2018 22:49:49 +0000 (00:49 +0200)]
Merge pull request #6726 from neheb/patch-27

python-gnupg: Update to 0.4.3

6 years agoMerge pull request #6758 from micmac1/postgresql-master
Daniel Golle [Wed, 15 Aug 2018 22:48:26 +0000 (00:48 +0200)]
Merge pull request #6758 from micmac1/postgresql-master

postgresql: security bump to 9.6.10

6 years agoMerge pull request #6624 from neheb/lvm
Daniel Golle [Wed, 15 Aug 2018 22:47:24 +0000 (00:47 +0200)]
Merge pull request #6624 from neheb/lvm

LVM2: Update to 2.02.80

6 years agodevice-observatory: add new package
Moritz Warning [Thu, 17 May 2018 21:44:10 +0000 (23:44 +0200)]
device-observatory: add new package

Shows network/wireless activity on a local website
to increase awareness for privacy and security matters.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agosamba4: update to 4.8.4 6755/head
Andy Walsh [Tue, 14 Aug 2018 15:42:30 +0000 (17:42 +0200)]
samba4: update to 4.8.4

* remove perl, python host depends
* fixes: CVE-2018-1139, CVE-2018-1140, CVE-2018-10858, CVE-2018-10918, CVE-2018-10919
* remove avahi timemachine service file (4.8 handles this automatically via avahi client-lib)
* fix more optional depends

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agopostgresql: security bump to 9.6.10 6758/head
Sebastian Kemper [Wed, 15 Aug 2018 14:55:20 +0000 (16:55 +0200)]
postgresql: security bump to 9.6.10

This update includes fixes for the following CVEs:

- CVE-2018-1115
- CVE-2018-10925
- CVE-2018-10915

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years agoffmpeg: Add build overrides for some specific CPUs: Octeon, X86 and 24kf.
Ted Hess [Wed, 15 Aug 2018 12:58:40 +0000 (08:58 -0400)]
ffmpeg: Add build overrides for some specific CPUs: Octeon, X86 and 24kf.

Octeon: Rename octeonplus to oction+
MIPS 24kf: Inline ASM fails to build (unknown reason)
X86: Configure finds NASM and assumes YASM if name explictly set (wrong switches)

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoLVM2: Update to 2.02.81 6624/head
Rosen Penev [Mon, 30 Jul 2018 23:16:20 +0000 (16:16 -0700)]
LVM2: Update to 2.02.81

Switch to upstream URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6752 from pprindeville/perl-build-redux
Philip Prindeville [Tue, 14 Aug 2018 19:26:44 +0000 (15:26 -0400)]
Merge pull request #6752 from pprindeville/perl-build-redux

perl: version modules and non-base packages

6 years agoMerge pull request #6749 from DocLM/libgphoto2
Hannu Nyman [Tue, 14 Aug 2018 16:53:06 +0000 (19:53 +0300)]
Merge pull request #6749 from DocLM/libgphoto2

libgphoto2: update package 2.5.19

6 years agoperl: version modules and non-base packages 6752/head
Philip Prindeville [Tue, 7 Aug 2018 22:00:19 +0000 (16:00 -0600)]
perl: version modules and non-base packages

Currently external modules and non-base packages are numbered
from their own internal number space, and even though the Perl
ABI number is embedded into them this isn't externally visible.

For example, perl-html-parser-3.72.1 could be built for ABI
5.26 or for 5.28, we can't easily tell.  This changes all of
that by embedding the ABI number into the filename.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agolibgphoto2: update package 2.5.19 6749/head
Leonardo Medici [Mon, 13 Aug 2018 10:00:59 +0000 (12:00 +0200)]
libgphoto2: update package 2.5.19

Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
6 years agoMerge pull request #6742 from neheb/p11
Nikos Mavrogiannopoulos [Mon, 13 Aug 2018 06:17:04 +0000 (08:17 +0200)]
Merge pull request #6742 from neheb/p11

p11-kit: Update to 0.23.13

6 years agoMerge pull request #6743 from thess/ffmpeg-update
Ted Hess [Sun, 12 Aug 2018 23:55:39 +0000 (19:55 -0400)]
Merge pull request #6743 from thess/ffmpeg-update

ffmpeg: Add cpu_type to configure opts. Upgrade to 3.2.12

6 years agoMerge pull request #6649 from neheb/int
Ted Hess [Sun, 12 Aug 2018 23:23:19 +0000 (19:23 -0400)]
Merge pull request #6649 from neheb/int

intltool: Update to 0.51

6 years agoMerge pull request #6651 from neheb/ntp
Ted Hess [Sun, 12 Aug 2018 23:22:25 +0000 (19:22 -0400)]
Merge pull request #6651 from neheb/ntp

ntpclient: Update to 2015_365

6 years agoowfs/owshell: remove librpc depends
Andy Walsh [Sun, 12 Aug 2018 19:01:27 +0000 (21:01 +0200)]
owfs/owshell: remove librpc depends

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agomc: switch to libtirpc
Andy Walsh [Sun, 12 Aug 2018 19:00:25 +0000 (21:00 +0200)]
mc: switch to libtirpc

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agolsof: update to 4.91, switch to libtirpc
Andy Walsh [Sun, 12 Aug 2018 18:59:49 +0000 (20:59 +0200)]
lsof: update to 4.91, switch to libtirpc

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agopython/twisted: switch to libtirpc
Andy Walsh [Sun, 12 Aug 2018 18:59:01 +0000 (20:59 +0200)]
python/twisted: switch to libtirpc

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agosnort: switch to libtirpc
Andy Walsh [Sun, 12 Aug 2018 18:58:09 +0000 (20:58 +0200)]
snort: switch to libtirpc

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agonetatalk: remove librpc depends
Andy Walsh [Sun, 12 Aug 2018 18:56:59 +0000 (20:56 +0200)]
netatalk: remove librpc depends

* disable nfsquota for now, since libtirpc misses some headers for it

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agonfs-kernel-server: switch to libtirpc, enable ipv6
Andy Walsh [Sun, 12 Aug 2018 18:54:37 +0000 (20:54 +0200)]
nfs-kernel-server: switch to libtirpc, enable ipv6

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agorpcbind: add rpcbind package, remove portmap
Andy Walsh [Sun, 12 Aug 2018 18:53:04 +0000 (20:53 +0200)]
rpcbind: add rpcbind package, remove portmap

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years agoffmpeg: Add cpu_type to configure opts. Upgrade to 3.2.12 6743/head
Ted Hess [Sun, 12 Aug 2018 21:36:28 +0000 (17:36 -0400)]
ffmpeg: Add cpu_type to configure opts. Upgrade to 3.2.12

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agop11-kit: Update to 0.23.13 6742/head
Rosen Penev [Sun, 12 Aug 2018 20:11:06 +0000 (13:11 -0700)]
p11-kit: Update to 0.23.13

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6683 from neheb/stoken
Florian Fainelli [Sun, 12 Aug 2018 18:34:12 +0000 (11:34 -0700)]
Merge pull request #6683 from neheb/stoken

stoken: Update to 0.92 and switch to normal tarball.

6 years agoMerge pull request #6739 from zhouruixi/nginx_fix-warning
Hannu Nyman [Sun, 12 Aug 2018 13:08:10 +0000 (16:08 +0300)]
Merge pull request #6739 from zhouruixi/nginx_fix-warning

nginx: Fix warnings while compile rtmp and ts modules

6 years agonginx: Fix warnings while compile rtmp and ts modules 6739/head
Ruixi Zhou [Sun, 12 Aug 2018 12:53:46 +0000 (20:53 +0800)]
nginx: Fix warnings while compile rtmp and ts modules

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
6 years agoMerge pull request #6737 from neheb/gammu
Dirk Brenken [Sun, 12 Aug 2018 07:52:45 +0000 (09:52 +0200)]
Merge pull request #6737 from neheb/gammu

gammu: Update to 1.39.0

6 years agogammu: Update to 1.39.0 6737/head
Rosen Penev [Sat, 11 Aug 2018 21:19:09 +0000 (14:19 -0700)]
gammu: Update to 1.39.0

Cosmetic makefile changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6708 from Andy2244/libtirpc-enable-host-build
tripolar [Sat, 11 Aug 2018 09:14:53 +0000 (11:14 +0200)]
Merge pull request #6708 from Andy2244/libtirpc-enable-host-build

libtirpc: enable host build

6 years agoMerge pull request #6706 from Andy2244/nfs-kernel-server-res_querydomain-fix
tripolar [Sat, 11 Aug 2018 09:12:39 +0000 (11:12 +0200)]
Merge pull request #6706 from Andy2244/nfs-kernel-server-res_querydomain-fix

nfs-kernel-server: fix missing host symbol res_querydomain

6 years agoMerge pull request #6732 from dibdot/travelmate
Dirk Brenken [Fri, 10 Aug 2018 17:32:45 +0000 (19:32 +0200)]
Merge pull request #6732 from dibdot/travelmate

travelmate: update 1.2.2

6 years agoMerge pull request #6688 from neheb/sysrepo
Dirk Brenken [Fri, 10 Aug 2018 14:06:54 +0000 (16:06 +0200)]
Merge pull request #6688 from neheb/sysrepo

sysrepo: Switch to codeload tarballs

6 years agoMerge pull request #6692 from neheb/tgt
Dirk Brenken [Fri, 10 Aug 2018 14:04:02 +0000 (16:04 +0200)]
Merge pull request #6692 from neheb/tgt

tgt: Switch to codeload

6 years agoMerge pull request #6712 from neheb/patch-24
Dirk Brenken [Fri, 10 Aug 2018 14:00:34 +0000 (16:00 +0200)]
Merge pull request #6712 from neheb/patch-24

gzip: Update to 1.9

6 years agoMerge pull request #6724 from neheb/patch-22
Dirk Brenken [Fri, 10 Aug 2018 13:58:50 +0000 (15:58 +0200)]
Merge pull request #6724 from neheb/patch-22

logrotate: Update to 3.14

6 years agoMerge pull request #6730 from EricLuehrsen/unbound_20180808
Dirk Brenken [Fri, 10 Aug 2018 13:54:36 +0000 (15:54 +0200)]
Merge pull request #6730 from EricLuehrsen/unbound_20180808

unbound: log openssl-1.0.2 lacks TLS host verification

6 years agotravelmate: update 1.2.2 6732/head
Dirk Brenken [Fri, 10 Aug 2018 13:46:53 +0000 (15:46 +0200)]
travelmate: update 1.2.2

* fix restart behaviour after successful connection
* fix labeling of faulty stations
* optimize re-connect behaviour at locations where multiple uplinks with
the same SSID are in range
* use procd pidfile handling
* refine logging
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agounbound: log openssl-1.0.2 lacks TLS host verification 6730/head
Eric Luehrsen [Thu, 9 Aug 2018 01:21:17 +0000 (21:21 -0400)]
unbound: log openssl-1.0.2 lacks TLS host verification

ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do
host cert verification. DNS over TLS connects, but hosts are unverified. A
patch for log err is added with a noitce in README.md.
(see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658)

Also, squash some minor robustness and TLS usability fixes.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years agogrep: Update to 3.1 6729/head
Rosen Penev [Fri, 10 Aug 2018 02:33:45 +0000 (19:33 -0700)]
grep: Update to 3.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoluajit: install libluajit-5.1.so.2
W. Michael Petullo [Thu, 9 Aug 2018 11:29:13 +0000 (07:29 -0400)]
luajit: install libluajit-5.1.so.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agopython-gnupg: Update to 0.4.3 6726/head
Rosen Penev [Thu, 9 Aug 2018 20:00:07 +0000 (13:00 -0700)]
python-gnupg: Update to 0.4.3

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agologrotate: Update to 3.14 6724/head
Rosen Penev [Thu, 9 Aug 2018 17:31:14 +0000 (10:31 -0700)]
logrotate: Update to 3.14

Switched to .xz as that is a smaller archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoluajit: add .hpp to InstallDev
W. Michael Petullo [Mon, 6 Aug 2018 00:21:52 +0000 (20:21 -0400)]
luajit: add .hpp to InstallDev

Signed-off-by: W. Michael Petullo <mike@flyn.org>