Commit Graph

13941 Commits

Author SHA1 Message Date
Deng Qingfang 17496030e2 treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-03-30 17:11:50 +08:00
Rosen Penev 149afa5dcb
Merge pull request #8296 from neheb/patch-5
perl-parse-recdescent: Update to 1.967015
2019-03-30 01:37:50 -07:00
Rosen Penev 199f0b5c51
Merge pull request #5909 from lucize/ddrescue
gddrescue: add ddrescue a data recovery tool
2019-03-29 11:49:56 -07:00
Hannu Nyman 253cc12ee6
Merge pull request #7796 from cotequeiroz/lualanes_no-luajit
lualane: avoid luajit dependency
2019-03-29 17:34:30 +02:00
Hannu Nyman d9cb96300f
Merge pull request #8538 from Wedmer/master
zoneinfo: Updated to the latest release.
2019-03-29 17:17:01 +02:00
Vladimir Ulrich d345871055 zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-03-29 17:45:24 +03:00
Karl Palsson 6186f7ebc3 lang: lua-libmodbus: Update URL
Fixes: ed27512641 lang: lua-libmodbus: Update URL

Second instance of old URL was missed.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-29 12:54:49 +00:00
Karl Palsson ed27512641 lang: lua-libmodbus: Update URL
Github organization changed names.  Proactively update URL, even though
github redirects.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-29 11:10:22 +00:00
W. Michael Petullo b36790d1d2 libdaq: update to 2.2.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-29 08:36:46 +00:00
Eneas U de Queiroz fcfaea54e6 seafile-server: fix django 1.11 detect, tidy up
Django 1.11 is supported, but seafile-admin was still looking for v. 1.8.
Replaced current patch with the patch from haiwen/seafile-server#147.

Cleaned up unsupported configure options, including riak backend.

Check that the seafile-server version is the same as seafile-seanet's at
build time, removing the static EXTRA_DEPENDS check done at install
time.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-03-29 10:22:30 +08:00
Eneas Queiroz 958844512e
Merge pull request #5160 from nxhack/homebridge
node-homebridge: add new package / Node.js HomeKit Server
2019-03-28 21:30:01 -03:00
Lucian Cristian 7943a4bf2e gddrescue: add ddrescue a data recovery tool
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-03-29 00:12:50 +02:00
Eneas Queiroz 2ffc97116b
Merge pull request #8020 from cshoredaniel/pr-lxc-no-python
lxc: Disable use of unwanted libraries explicity
2019-03-28 18:31:03 -03:00
Dirk Brenken a2611c4cd2 travelmate: Update to 1.4.4
* refine captive portal detection/rebind protection handling,
  heavily tested with Deutsche Bahn hotspots ... ;-)
* add rebind whitelist logging

Signed-off-by: Dirk Brenken <dev@brenken.org>

Added "Update to" in commit message
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-28 23:24:02 +00:00
Eneas Queiroz a6d4bae127
Merge pull request #8517 from neheb/neheb-patch-1
ptunnel-ng: Remove libbsd dependency
2019-03-28 18:02:46 -03:00
Rosen Penev 19baab4651
Merge pull request #8225 from dddaniel/libcg
libcgroup: Added new package.
2019-03-28 13:45:29 -07:00
Rosen Penev 619efdab29
Merge pull request #8440 from Cynerd/ncdu-bump
ncdu: update to version 1.14
2019-03-28 13:43:07 -07:00
Hannu Nyman 9aa6babf0c
Merge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddb
syslog-ng: disable geoip2 for now
2019-03-28 20:58:42 +02:00
Eneas Queiroz ceb1965cb8
Merge pull request #8513 from bmork/conserver
conserver: update to 8.2.4 and enable IPv6 support
2019-03-27 17:17:38 -03:00
Rosen Penev 25b8159061
ptunnel-ng: Remove libbsd dependency
Fixes compilation when both libbsd and ptunnel-ng are selected.
libbsd is used for arc4random with a fallback to /dev/random. musl does
not support arc4random.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 13:10:05 -07:00
Bjørn Mork 10151211e3 conserver: enable IPv6 support
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Bjørn Mork 15280aca97 conserver: add back config.guess and config.sub to fix build
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Bjørn Mork 0236c9f135 conserver: update to version 8.2.4
version 8.2.4 (March 26, 2019):
        - Correct man page typo (Ed Maste <emaste@freebsd.org>)
        - Remove autotools generated files from repo and create with release
        - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
        - Moving README to markdown
        - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console
        - Fix #8 - defaultaccess appears broken
        - Rename configure.in and use autoreconf
        - Better use of version.h and letting configure build things with versions

version 8.2.3 (March 17, 2019):
        - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
        - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
        - Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>)
        - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>)
        - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>)
        - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
        - regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
        - Use closefrom if available (Ed Maste <emaste@freebsd.org>)
        - Correct typo (Ed Maste <emaste@freebsd.org>)
        - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
        - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

openwrt packaging:
 - removed upstreamed 010-openssl-deprecated.patch

Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Stijn Tintel 29957d8bdc
Merge pull request #8512 from mwarning/strongswan
strongswan: collapse menu items
2019-03-27 19:29:30 +02:00
Moritz Warning 21e989190e strongswan: collapse menu items
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-03-27 18:21:54 +01:00
Karl Palsson 84d8c77ef8 mosquitto: bump to v1.5.8
Full changelog available at:
https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt

This is a bugfix release.  Of likely note to OpenWrt is a bug affecting
missing messages on bridges since 1.5.4:
https://github.com/eclipse/mosquitto/issues/1174

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-27 16:41:32 +00:00
Hannu Nyman 11f55e6ffe
Merge pull request #8502 from jefferyto/python-installdev
python,python3: Use only target package data for Build/InstallDev
2019-03-27 18:36:16 +02:00
Hannu Nyman de5efc91b3
Merge pull request #8319 from brianjmurrell/shorewall-iface-update
Shorewall: start and enable interfaces all in hotplug
2019-03-27 17:28:56 +02:00
Dirk Brenken ffe6b67abc
Merge pull request #8496 from ja-pa/ddns-scripts-fix
ddns-scripts: add hsts-file parameter to wget call
2019-03-27 16:24:38 +01:00
Hannu Nyman 2519c3b9d4
Merge pull request #8508 from teslamint/patch-1
coova-chilli: fix build error
2019-03-27 16:41:38 +02:00
Josef Schlehofer 07bb451507
Merge pull request #8507 from ja-pa/czmq-fix
czmq: polishing of Makefile
2019-03-27 15:26:13 +01:00
Jan Pavlinec d237ea7711
czmq: polishing of Makefile
Changes:
-Add URL
-Fix Description and Title
-Add ABI

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-27 15:03:03 +01:00
Jiri Slachta 0fa3ecd754
Merge pull request #8447 from micmac1/ssh2-181
libssh2 (master): version bump/ CVE fixes
2019-03-27 14:51:23 +01:00
Nikos Mavrogiannopoulos 7feacbd00d
Merge pull request #8489 from neheb/tl
gnutls: Update to 3.6.6
2019-03-27 14:27:15 +01:00
Eneas Queiroz 589dd8b097
Merge pull request #8510 from Andy2244/rpcbind-cve-warmstart-fix
rpcbind: fix warmstart option, CVE-2017-8779
2019-03-27 09:59:50 -03:00
Andy Walsh 9dafa4324c rpcbind: fix warmstart option, CVE-2017-8779
* always build with warmstart options
* fix CVE-2017-8779

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-03-27 13:18:26 +01:00
Jaehoon You 1dc8f8f251
coova-chilli: fix build error
This commit removes that copy command to fix build error.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
2019-03-27 19:23:53 +09:00
Rosen Penev d8a00bb62b
gnutls: Update to 3.6.7
Cleaned up configure arguments (alphabetized and sorted) and added some
new ones to help speed up compilation.

Disabled SSL support by default. SSLv2 and 3 have long been deprecated as
they are both insecure variants that currently hold less than 10% of total
encrypted traffic on the web.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 03:19:19 -07:00
Dirk Brenken 4f1e48001f
Merge pull request #8505 from dibdot/travelmate
travelmate: 1.4.3
2019-03-27 09:38:07 +01:00
Dirk Brenken 2428944680 travelmate: 1.4.3
* remove leftover from last commit
* enhance rebind protection whitelisting: support multiple,
  cascaded captive portal domains

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-27 09:25:30 +01:00
Rosen Penev 6b76b1310e
coova-chilli: Bump PKG 2019-03-26 19:06:54 -07:00
Rosen Penev d0b67d72a5
Merge pull request #4911 from aleksander0m/coova-chili-fw-fix
net/coova-chili: update default firewall setup
2019-03-26 18:11:23 -07:00
Josef Schlehofer b14087e53c
Merge pull request #8472 from diizzyy/patch-2
netdata: Update to 1.13.0
2019-03-26 22:51:04 +01:00
Rosen Penev 60e1f29bb0
Merge pull request #8435 from neheb/gst
gstreamer fixes
2019-03-26 14:43:45 -07:00
Rosen Penev 98ec089556
Merge pull request #8391 from neheb/n
crtmpserver: Update to official git repo
2019-03-26 14:42:21 -07:00
Jeffery To e436e73f1c python,python3: Use only target package data for Build/InstallDev
This changes Build/InstallDev for both Python 2 and 3 to only copy files
from target Python, not from host Python, since InstallDev files are
used for target packages to link to other target packages.

In particular, usr/lib/python{2.7,3.7}/_sysconfigdata.py holds system
configuration data generated at build time, and is different for target
Python and host Python.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-27 03:44:31 +08:00
Jan Pavlinec 8d347f9197 tor: fix CPE ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-26 20:28:05 +01:00
Eneas Queiroz c4b975fa0b
Merge pull request #8497 from ja-pa/lighttpd-cpe-id
lighttpd: Add PKG_CPE_ID for proper CVE tracking
2019-03-26 15:52:49 -03:00
Hannu Nyman 82ead2596b
Merge pull request #8499 from ja-pa/measurement-kit-0.10.0
measurement-kit: update to version 0.10.0
2019-03-26 16:08:40 +02:00
Jan Pavlinec 2c5b1048ab
lighttpd: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-26 13:26:30 +01:00