- Jan 17, 2020
-
-
Eneas U de Queiroz authored
Use a fixed ENGINES_DIR location, instead of trying to read it from the openssl Makefile. It also fixes the zero-copy config option not being passed down to the cmake options. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com>
-
Toke Høiland-Jørgensen authored
We depend on luci-compat now, which will pull in luci-base, which in turn will pull in lua. So remove those two dependencies to maybe help with recursive dependency resolution errors. Fixes #5320. Signed-off-by:
Toke Høiland-Jørgensen <toke@redhat.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
i2pd: Update to 2.29.0
-
Rosen Penev authored
Ran init script through shellcheck. Simplified several statements. Replaced INSTALL_CONF with INSTALL_DATA. i2pd runs as non-root and so the conf file must be accessible. Fixed: https://github.com/openwrt/packages/issues/10977 Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
The dynamic library change removed static libraries. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
This was needed at a certain point by fbthrift. It is no longer needed. A quick look on Arch Linux and Debian packages shows nothing uses it. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
xtables-addons: Support IPTV Timeshift
-
Rosen Penev authored
scons: Switch to standalone version, update to 3.1.2
-
Rosen Penev authored
nginx-util: add package
-
Peter Stadler authored
This can do the main work of nginx/nginx-ssl init script. For nginx-ssl it can create selfsigned certificates, too. It uses libpcre and libopenssl iff nginx(-ssl) uses them. Signed-off-by:
Peter Stadler <peter.stadler@student.uibk.ac.at>
-
- Jan 16, 2020
-
-
Stijn Tintel authored
As of version 2.4.2, libseccomp ships a new header file seccomp-syscalls.h. Install it in InstallDev. Fixes: 71b663b3 ("libseccomp: update to version 2.4.2") Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Rosen Penev <rosenp@gmail.com>
-
Stijn Tintel authored
This fixes the following build failure: [ 66%] Generating ../doc/xml/ftdi_8c.xml warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" [ 72%] Generating ftdi1_doc.i Traceback (most recent call last): File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module> main() File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main convert(args[0], args[1], not options.func_def, options.quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert p = Doxy2SWIG(input, include_function_definition, quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__ f = my_open_read(src) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read return open(source) FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml' Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Rosen Penev <rosenp@gmail.com>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Rosen Penev authored
libarchive: update to version 3.4.1
-
Rosen Penev authored
oniguruma: bump to version 6.9.4
-
Rosen Penev authored
btrfs-progs: update to version 5.4.1
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Hannu Nyman authored
vpn-policy-routing: bugfix: remove conflict with vpnbypass
-
Stan Grishin authored
Signed-off-by:
Stan Grishin <stangri@melmac.net>
-
Jan Pavlinec authored
Fixes CVE-2019-19221 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jeffery To authored
* Install the standalone (scons-local) version Advantages: - The regular version of SCons requires distutils during installation; the standalone version does not have this requirement Disadvantages: - The scons-local package is not available from the Fossies mirror - The patch will need to be manually updated with each version update * Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST) * Write the correct shebang into scripts instead of using the wrapper * Update to 3.1.2 Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Rosen Penev authored
apr-util: clean up reverse depends (and fix subversion dep)
-
Rosen Penev authored
mjpg-streamer: update to latest git version
-
Rosen Penev authored
luajit: use dynamic buildmode
-
- Jan 15, 2020
-
-
Rosen Penev authored
backuppc: replace samba36 dependency
-
Eneas U de Queiroz authored
This version adds a new RegSet API, and fixes the following: - CVE-2019-19012 - CVE-2019-19203 - CVE-2019-19204 - CVE-2019-19246 - some problems (found by libFuzzer test) Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com>
-
Sebastian Kemper authored
apr-util was updated. It doesn't provide the depend on libsqlite3 anymore, so this needs to be added to the subversion package now. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This dep can be removed since apu-1-config was cleaned up. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
004-avoid_ldap_by_defaut.patch: By default use --avoid-ldap since apache2 is the only user, and we don't want to add extra dependencies to other apr-utils rdepends. Patch from Ryan Niebur <ryanryan52@gmail.com>, copied from Debian. 005-apu_config_dont_list_indep_libs.patch: Prevent recursive linking of dependent libraries by apr-util users. Patch from Peter Samuelson <peter@p12n.org>, also copied from Debian. Makes libexpat and libiconv private. 006-avoid_db_by-default.patch: Make apu-config not output dbm libs by default. See Debian #622081. Patch from Stefan Fritsch <sf@debian.org>, also copied from Debian While bumping the revision also correct license information. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Rosen Penev authored
golang: Update for ASLR PIE tristate option change
-
Jeffery To authored
The ASLR PIE option was changed to a tristate option (openwrt/openwrt@19cbac7d264dfca1f75849de64beb98830fbb1e4). This updates the Go compiler package and golang-package.mk to account for this change. This also adds warning messages for when the user has selected PIE but Go does not have PIE support for the chosen target. Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Rosen Penev authored
python3: Fix compilation without deprecated APIs
-
Rosen Penev authored
tinyproxy: update to 1.10.0
-
Rosen Penev authored
Samba 3.6 will be removed soon. samba4-client a replacement. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
-
Rosen Penev authored
Reduces package size with about 50% Fixes: https://github.com/openwrt/packages/issues/10848 Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
canutils: fix canutils makefile dependency
-
Paulo Machado authored
PKG_RELEASE bumped Signed-off-by:
Paulo Machado <pffmachado@yahoo.com>
-
- Jan 14, 2020
-
-
Rosen Penev authored
This is based on upstream work here: https://github.com/python/cpython/pull/3934 and https://github.com/python/cpython/pull/39430 First patch was kept as is (just rebased) while the second was combined into one. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-