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
Rosen Penev
c7a52d9a95
postfix: Update to 3.4.4
...
Switched to HTTP from FTP for one of the mirrors.
Rebased Patches.
Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-28 19:50:14 -07: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
Jan Pavlinec
ebb648127d
rpcbind: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-28 14:51:01 +01:00
Karel Kočí
4b9a0ff6b6
python-astral: add new package
...
Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-28 14:41:23 +01:00
Josef Schlehofer
5f24ab841b
python-voluptuous: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-28 14:34:39 +01:00
Josef Schlehofer
e08b0a877d
ruamel-yaml: add package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-28 14:33:15 +01:00
Josef Schlehofer
2002e47732
text-unidecode: add new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-28 14:32:21 +01: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
Rosen Penev
22bb02b947
screen: Reorganize Makefile
...
Reorganized the Makefile a bit for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed USEMEMMOVE hack as that is no longer used in the codebase.
Added PKG_FIXUP as the patches touch configure.ac.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 12:36:47 -07:00
Rosen Penev
cfc0ae12fd
screen: Replace OpenWrt patches with upstream backports
...
This will enable easier package bumping by just deleting all of them.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 12:36:47 -07: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
Jeffery To
3f247ef455
aria2: Update init script
...
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-28 00:05:43 +08: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
Rosen Penev
3bcd25a372
fcgi: Update to 2.4.2
...
Removed most patches as they are no longer necessary for compilation.
Added some compiler and linker flags to reduce size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-26 13:23:11 -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