| Commit message (Collapse) | Author | Age |
|\
| |
| | |
netatop: update to version 3.1
|
|/
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\
| |
| | |
libwebp: fix compilation under ARM without NEON
|
|/
|
|
|
|
| |
The CMake logic seems broken. Luckily it's easy to work around.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
libcap-ng: add package libcap-ng
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
golang: Update to 1.14.3
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also removes a (useless) test for PKG_GO_ZBOOTSTRAP_MODS (it is
always non-empty).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| |/ /
|/| | |
apache: tighten log dir + suEXEC
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When adding suEXEC to the apache package, Alpine's package [1] served as
a template. Not enough attention was paid to the details.
Alpine uses a different layout. So for OpenWrt to use /var/www as
DocumentRoot does not make sense. /var is also volatile on OpenWrt. This
commit removes the configure argument. The default is htdocsdir.
This also does away with uidmin/gidmin 99. The default is 100, which is
fine.
Finally, the suexec binary is moved from /usr/sbin to
/usr/lib/apache2/suexec_dir. Upstream recommends installing suexec with
"4750" (see [2]) and the group set to the user's group. While that would
be possible, it would cause a few headaches on OpenWrt. The group would
need to be changed first in a post-install script and a call to chmod
would need to be made afterward, to make the binary SUID again.
It's easier to hide the SUID binary away from others in a directory.
This way we don't need to use chmod in the post-install script.
[1] https://github.com/alpinelinux/aports/tree/master/main/apache2
[2] https://httpd.apache.org/docs/2.4/suexec.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| |/
| |
| |
| |
| |
| | |
Hides away the contents of the log directory from others.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\ \
| |/
|/| |
nss: revert -flto change
|
|/
|
|
|
|
| |
it seems that it can lead to segfault in libfreebl3.so
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
| |
This fixes:
- CVE-2019-11048
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
Shorewall: Bump to 5.2.4.5
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|/
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|\
| |
| | |
nss: add -flto and makefile cleanup
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
nspr: nspr add -flto to compile
|
| |/
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
open-vm-tools: bump to version 11.1.0
|
| |/
| |
| |
| | |
Signed-off-by: Kagurazaka Kotori <kagurazakakotori@gmail.com>
|
|\ \
| | |
| | | |
libreswan: update to 3.32
|
| |/
| |
| |
| |
| |
| | |
also add -flto to compiler flags
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
nextdns: Update to version 1.5.8
|
| | |
| | |
| | |
| | | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \ \
| |/ /
|/| | |
npupnp updates
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-atomicwrites: update to version 1.4.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \
| | | | |
| | | | | |
faad2: update to 2.9.2
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
golang: Various improvements/tweaks
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Doing both should make the compiler reproducible.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since RSTRIP is defined in rules.mk as a recursively expanded variable,
there is no need to define it again after setting STRIP in
golang-package.mk.
This also adds a note to the comment for GO_PKG_LDFLAGS to say that -s
and -w flags are not necessary.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The default bootstrap Go (Go 1.4) can only be compiled on a limited
number of platforms compared to newer versions of Go.
This adds a config option to use an external bootstrap Go, e.g.
installed through the build system's package manager or downloaded from
golang.org.
See: https://github.com/openwrt/packages/issues/11731
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
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>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
etesync-server: add package and configuration for running with uwsgi on nginx [RFC]
|