Hannu Nyman
909f4c6638
Merge pull request #12179 from wvdakker/master
...
Shorewall: Bump to 5.2.4.5
2020-05-16 11:58:13 +03:00
W. van den Akker
fbed8ff1e7
Shorewall6: Bump to 5.2.4.5
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-16 10:35:30 +02:00
W. van den Akker
49a930dae6
Shorewall: Bump to 5.2.4.5
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-16 10:34:21 +02:00
W. van den Akker
10afa55dfb
Shorewall6-lite: Bump to 5.2.4.5
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-16 10:33:12 +02:00
W. van den Akker
3a61f1244d
Shorewall-lite: Bump to 5.2.4.5
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-16 10:32:11 +02:00
W. van den Akker
fba9ad6c3b
Shorewall-core: Bump to 5.2.4.5
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-16 10:31:02 +02:00
Rosen Penev
9f4cde559c
Merge pull request #12167 from lucize/nsslto
...
nss: add -flto and makefile cleanup
2020-05-15 12:55:33 -07:00
Rosen Penev
a85753f2e4
Merge pull request #12166 from lucize/nsprlto
...
nspr: nspr add -flto to compile
2020-05-15 12:55:16 -07:00
Rosen Penev
1efe4cf4a1
Merge pull request #12170 from kagurazakakotori/open-vm-tools
...
open-vm-tools: bump to version 11.1.0
2020-05-15 12:53:01 -07:00
Lucian Cristian
47570b4cf5
nss: add -flto and makefile cleanup
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 16:28:23 +03:00
Lucian Cristian
df7392149c
nspr: nspr add -flto to compile
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 10:29:23 +03:00
Rosen Penev
66c94cd4e9
Merge pull request #12168 from lucize/libreswup
...
libreswan: update to 3.32
2020-05-14 20:45:37 -07:00
Rosen Penev
c732b9358c
Merge pull request #12172 from rs/nextdns-1.5.8-master
...
nextdns: Update to version 1.5.8
2020-05-14 20:45:16 -07:00
Rosen Penev
fbc719b3f3
Merge pull request #12162 from neheb/upnp23
...
npupnp updates
2020-05-14 20:44:53 -07:00
Olivier Poitrey
5d6e75743a
nextdns: Update to version 1.5.8
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-05-14 23:41:01 +00:00
Rosen Penev
8302890162
Merge pull request #12149 from ja-pa/python-atomicwrites-udate
...
python-atomicwrites: update to version 1.4.0
2020-05-14 16:14:45 -07:00
Rosen Penev
2ad0aab050
Merge pull request #12161 from neheb/faad22
...
faad2: update to 2.9.2
2020-05-14 16:14:04 -07:00
Rosen Penev
aee7061658
Merge pull request #12165 from jefferyto/golang-tweaks
...
golang: Various improvements/tweaks
2020-05-14 16:13:44 -07:00
Kagurazaka Kotori
24a12c8f28
open-vm-tools: bump to version 11.1.0
...
Signed-off-by: Kagurazaka Kotori <kagurazakakotori@gmail.com>
2020-05-15 02:30:46 +08:00
Rosen Penev
d9328d42bd
Merge pull request #12130 from jefferyto/python3-find-stdlib-depends
...
python3: Add script to help find standard library dependencies
2020-05-14 09:06:30 -07:00
Jeffery To
d4d78c2511
python3: Add script to help find standard library dependencies
...
This adds a script that searches a Python package's source code to find
imports for separately-packaged standard library modules.
The script can be run by calling make with the configure target and
"PY3=stdlib V=s" arguments, e.g.
make package/python3-lxml/configure PY3=stdlib V=s
This also updates the readme on how to call this script, as well as more
information on Python package dependencies in general.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-14 23:38:24 +08:00
Lucian Cristian
7d969ca3e1
libreswan: update to 3.32
...
also add -flto to compiler flags
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-14 16:32:10 +03:00
Jeffery To
da3fb97b9c
golang: Set/reset default platform options for target Go compiler
...
Because the first stage for building target Go is actually a host build,
the default platform options (GO386, GOARM, etc.) are detected from the
host. These values are written to a source file and kept when building
the second stage.
This modifies this source file to set the appropriate values for the
target platform, and reset values for other platforms to their
cross-compiling / most compatible defaults.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-14 17:45:18 +08:00
Rosen Penev
a22fff844d
Merge pull request #9865 from peter-stadler/etesync
...
etesync-server: add package and configuration for running with uwsgi on nginx [RFC]
2020-05-14 00:24:59 -07:00
Peter Stadler
62609f1587
nginx: do not reduce max processes
...
Use the upstream value for NGX_MAX_PROCESSES (=1024) again.
So it is safe to use `worker_processes auto;` (which sets it to
the number of CPUs). Also use this directive in the conf instead
of calculating the number in the init and passing it as argument.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-05-14 09:19:45 +02:00
Rosen Penev
ba2c714aa8
Merge pull request #12075 from ja-pa/redis-update
...
redis: update to version 6.0.1
2020-05-13 16:33:16 -07:00
Rosen Penev
2d7fcf3893
Merge pull request #12140 from neheb/ger
...
gerbera: set config file to 600 permissions
2020-05-13 16:32:46 -07:00
Rosen Penev
df99a7c712
gerbera: set config file to 600 permissions
...
Only gerbera needs to read the file.
Added config file to conffiles to fix opkg update support.
Added several extra options to the UCI config. Manual editing is still required.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 16:32:30 -07:00
Jan Pavlinec
00eb395c3f
redis: update to version 6.0.1
...
Note:
add explicit -latomic on 32-bit MIPS because 32-bit MIPS is not able to perform 64-bit atomics in hardware
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-05-14 00:27:48 +02:00
Rosen Penev
6b44750ee3
upmpdcli: update to 1.4.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00
Rosen Penev
1546a63414
libupnpp: update to 0.19.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00
Rosen Penev
724ec0659f
libnpupnp: update to 4.0.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00
Rosen Penev
ad1203ebb9
faad2: update to 2.9.2
...
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:25:23 -07:00
Rosen Penev
355d2b7bef
Merge pull request #12060 from looklookson/master
...
sslh: Add http probe support
2020-05-13 15:22:38 -07:00
Rosen Penev
0a4ed5845a
Merge pull request #11528 from hroo/lvm2_at_preinit
...
lvm2: Added script and updated Makefile to activate lvm2 at preinit t…
2020-05-13 14:58:20 -07:00
Rosen Penev
5f1c9e3c94
Merge pull request #11964 from zhanhb/nginx-all-module
...
nginx: update all-module configurations
2020-05-13 14:56:58 -07:00
Rosen Penev
f1b445963b
Merge pull request #11981 from zhanhb/conffiles
...
treewide: add conffiles
2020-05-13 14:44:35 -07:00
Rosen Penev
d5c68c9e35
Merge pull request #12037 from olek210/coremark
...
coremark: Add coremark package
2020-05-13 14:41:55 -07:00
Rosen Penev
f7554197c2
Merge pull request #12104 from stintel/readsb
...
readsb: new package
2020-05-13 14:41:11 -07:00
Rosen Penev
edff5dffaa
Merge pull request #12146 from kobboi/master
...
ifstat: make dependency on libnetsnmp conditional
2020-05-13 14:39:52 -07:00
Rosen Penev
3224aace8a
Merge pull request #12147 from micmac1/my_up
...
mariadb: updates for config, auth-pam and init
2020-05-13 14:20:15 -07:00
Eneas U de Queiroz
670b500b2b
jupp: update to 3.1.39
...
Among other changes, this fixes compilation with mips16, working around
a gcc bug.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-13 13:32:59 -03:00
Hannu Nyman
4187b0ed5a
Merge pull request #12160 from tru7/knxd
...
knxd: bump to version 0.14.37
2020-05-13 16:55:13 +03:00
Othmar Truniger
33fb579a41
knxd: bump to version 0.14.37
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-05-13 14:12:50 +02:00
Christophe Lermytte
888e9d9cea
ifstat: make dependency on libnetsnmp conditional
...
The upstream package supports it with a configure switch.
Defaulting to 'with SNMP support' as it was before.
Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
2020-05-13 10:46:00 +02:00
Jeffery To
46017682f4
golang: Set buildid and enable stripping for Go compiler
...
Doing both should make the compiler reproducible.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-13 16:07:27 +08:00
Jeffery To
74b02ca24c
golang: Blacklist older (or no) FPUs rather than whitelist newer FPUs
...
This should be more future-proof (presumably all future ARM FPUs will be
at least VFPv3).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-13 16:07:27 +08:00
Jeffery To
25a7f0045e
golang: Move "go install" arguments logic, add buildid
...
The moves the setting of arguments for "go install" out of the shell
script in GoPackage/Build/Compile and into make.
This also adds the -buildid link flag for reproducible builds.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-13 16:07:27 +08:00
Jeffery To
d2f5e6966b
golang: Rename GoPackage/Environment to GO_PKG_VARS
...
The variable is a list of shell variables; the new name is more in-line
with other parts the build system (CONFIGURE_VARS, MAKE_VARS, etc.).
GoPackage/Environment is kept (for now) in case other feeds are using
it.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-13 16:07:20 +08:00
Rosen Penev
30eb5eab83
Merge pull request #11159 from jmarcet/ctop
...
ctop: top-like interface for container metrics
2020-05-12 20:19:35 -07:00