Commit Graph

8093 Commits

Author SHA1 Message Date
Rosen Penev 7b89bbe3ff
Merge pull request #14948 from lucize/frrup
frr: update to latest and backports
2021-02-28 11:33:46 -08:00
Lucian Cristian 7087177bb0 libreswan: update to 4.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-02-28 14:59:08 +02:00
Lucian Cristian e6cb3a7552 frr: update to latest and backports
cherry-pick:
backport nhrpd support multicast
backport ospf updates

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-02-28 14:55:36 +02:00
David Bauer d9119a7358
Merge pull request #14934 from blocktrron/pr-static-neighbor-reports-lua
static-neighbor-reports: add missing Lua dependency
2021-02-28 12:28:27 +01:00
Rosen Penev d295e146a2
Merge pull request #14927 from mkrkn/ovpn251
openvpn: update to 2.5.1
2021-02-28 01:30:32 -08:00
David Bauer 83d572af98 static-neighbor-reports: add missing Lua dependency
Add a missing dependency on Lua. Otherwise the script installing the
neighbor report can't be executed in case Lua is not installed on the
system.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-02-28 09:19:14 +01:00
Rosen Penev 56b03ecb5f
Merge pull request #14915 from pprindeville/safe-search-fix-scripting-typos
safe-search: fix typos in package scripting
2021-02-27 15:45:10 -08:00
Philip Prindeville 8d09fc0cfb safe-search: fix typos in package scripting
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-02-26 15:39:21 -07:00
Stan Grishin b3e98b3c8d vpn-policy-routing: bugfix: netflix user file missing redirect
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-26 22:03:29 +00:00
Dirk Brenken d7a76b634a
Merge pull request #14913 from dibdot/adblock
adblock: update 4.1.0
2021-02-26 22:50:26 +01:00
Dirk Brenken 215ffbe357
adblock: update 4.1.0
* major source changes:
  * split oisd.nl in basic and full variant
  * add swedish regional list
  * made archive categories for shallalist and utcapitole selectable
    via LuCI
  * made all list variants of energized and stevenblack selectable
    via LuCI
* removed dns filereset mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-26 20:52:55 +01:00
Dirk Brenken 2b476ffd38
travelmate: update to 2.0.3
* refine the wifi reconfigure logic

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-26 19:46:53 +01:00
Alexandru Ardelean 8520aba273 mstpd: bump to version 0.0.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-26 07:58:53 +01:00
Stan Grishin 7b04857dcb vpn-policy-routing: update user netflix file
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-26 02:16:24 +00:00
Rui Salvaterra e30f0480c8 tor: fix building without OpenSSL engine support
Otherwise it would fail with linking errors.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-02-25 09:31:00 +00:00
Eneas U de Queiroz 31dac1a0ed
Merge pull request #14891 from cotequeiroz/snort-libdaq
snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir
2021-02-24 22:10:06 -03:00
Rosen Penev ea190c260e
Merge pull request #14886 from cotequeiroz/golang
treewide, affected packages: fix build with golang 1.16
2021-02-24 16:54:34 -08:00
Rosen Penev b43c5ccba6
Merge pull request #14887 from stangri/master-vpn-policy-routing
vpn-policy-routing: custom user scripts improvements
2021-02-24 16:53:38 -08:00
Rosen Penev 1a72538f9f
Merge pull request #14881 from nickberry17/mm_libqmi_libqrtr
Update libqmi, ModemManager and add libqrtr-glib
2021-02-24 16:53:22 -08:00
Eneas U de Queiroz 92cdc620b6
libdaq3,snort3: install/use libdaq3 in its own dir
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-24 20:42:03 -03:00
Eneas U de Queiroz 48e2b6ebb3
libdaq,snort: install/use libdaq2 in its own dir
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-24 20:42:03 -03:00
Stan Grishin 7f9cb97854 vpn-policy-routing: custom user scripts improvements
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-24 19:43:48 +00:00
Eneas U de Queiroz cffae02037
tor-fw-helper: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-24 16:12:58 -03:00
Eneas U de Queiroz b732157dec
restic-rest-server: fix build with golang 1.16
Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-24 16:12:55 -03:00
Magnus Kroken 204c0901b8 openvpn: update to 2.5.1
Set myself as maintainer.

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2021-02-24 19:00:23 +01:00
Yousong Zhou 5fb4fc1fd7 ovn: bump to version 20.12.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2021-02-24 20:36:27 +08:00
Yousong Zhou f4f1a25e80 openvswitch: bump to version 2.15.0
Quote NEWS item

>   - Building the Linux kernel module from the OVS source tree is
>     deprecated
>     * Support for the Linux kernel is capped at version 5.8
>     * Only bug fixes for the Linux OOT kernel module will be accepted.
>     * The Linux kernel module will be fully removed from the OVS source
>       tree
>       in OVS branch 2.18

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2021-02-24 20:36:27 +08:00
Nicholas Smith 54a9b58ffd modemmanager: bump to version 1.16.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-02-24 13:43:52 +10:00
Rosen Penev 9737c89ce7
Merge pull request #14860 from neheb/coov
coova-chilli: update to 1.6
2021-02-23 18:45:22 -08:00
Rosen Penev 1e736d5b03
Merge pull request #14723 from svaaz/master
sysrepo: fix plugind option for verbosity
2021-02-23 15:39:11 -08:00
Rosen Penev 43d21e650d
Merge pull request #14862 from neheb/boi
boinc: update to 7.16.16
2021-02-23 12:01:03 -08:00
Rosen Penev f0ea281357
Merge pull request #14850 from 1715173329/xr-mter
xray-core: remove myself from maintainters
2021-02-23 05:17:53 -08:00
Rosen Penev 53210dd91f
Merge pull request #13677 from ja-pa/knot-resolver-upstream
knot-resolver: add new package
2021-02-23 05:14:55 -08:00
Rosen Penev 85b2a43b6b
Merge pull request #14859 from neheb/cu
curl: update to 7.75.0
2021-02-23 05:12:20 -08:00
Rosen Penev ea931ee4c5
Merge pull request #14867 from stangri/master-vpn-policy-routing
vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
2021-02-23 05:10:38 -08:00
Jan Pavlinec bb1f6174fa
knot-resolver: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-23 12:41:48 +01:00
Bruno Randolf 4df0adaa5e pingcheck: Update (resolve bugfix)
Signed-off-by: Bruno Randolf <br1@einfach.org>
2021-02-23 09:47:35 +00:00
Stan Grishin eced9ee669 vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-23 01:12:17 +00:00
Rosen Penev ce361e3c1a
boinc: update to 7.16.16
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 16:37:41 -08:00
Rosen Penev c05077a499
coova-chilli: update to 1.6
Remove usptreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 16:35:46 -08:00
Rosen Penev d55ea14a46
curl: update to 7.75.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 16:34:55 -08:00
Rosen Penev a51a75529d
Merge pull request #14842 from marcin1j/pr/20200221-fix-mini_snmpd-source-repo
mini_snmpd: fix spurious version bump to 1.6
2021-02-22 12:51:11 -08:00
Daniel Engberg 80c267587d
Merge pull request #14832 from TDT-AG/pr/20210222-stunnel
stunnel: update to 5.58
2021-02-22 20:20:30 +01:00
Eric Luehrsen 890cfb3857 unbound: update to 1.13.1
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2021-02-22 19:08:33 +01:00
Tianling Shen 024112605a
xray-core: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
2021-02-23 00:12:11 +08:00
Marcin Jurkowski 761bdd74ea mini_snmpd: fix spurious version bump to 1.6
Fixes spurious version bump done in 5c8fb42 and reported in #14815 and
switches source proto from git to codeload.

Upstream has changed daemon binary name to `/usr/sbin/mini-snmpd`.
Package and config/init script name stays unchanged.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2021-02-22 13:12:16 +01:00
Florian Eckert 389c7f12cb stunnel: update to 5.58
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-02-22 09:52:52 +01:00
Rosen Penev 39d976ba87
Merge pull request #14811 from xdarklight/ksmbd-3.3.5
ksmbd and ksmbd-tools 3.3.5
2021-02-21 21:37:00 -08:00
Josef Schlehofer 8dc0d3d33a
Merge pull request #13929 from ja-pa/git-lfs
git-lfs: add new package
2021-02-21 08:56:45 +01:00
Rosen Penev 937a733854
Merge pull request #14818 from mwarning/zt
zerotier: bump to 1.6.4
2021-02-20 19:23:06 -08:00