| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Remove mysql from the tree. It will be replaced by mariadb.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|
|
|
|
|
| |
As confirmed by the maintainer, the flag was not added intentionally.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
|
|
|
|
|
|
|
| |
Commit 384c2a8cfd2af9bc7acd6a642d71dbac2cc5056f added support for symlinking
net-snmp-config into $(STAGING_DIR)/usr/bin but forgot to install first
$(STAGING_DIR)/usr/bin resulting into a compile issue if
$(STAGING_DIR)/usr/bin is not yet present.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
|
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
|
|
| |
Required kernel interface was introduced in kernel v4.8,
so add the kernel version as dependency for this library.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
ruby: bump to 2.5.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This release includes some bug fixes and some security fixes.
* CVE-2017-17742: HTTP response splitting in WEBrick
* CVE-2018-6914: Unintentional file and directory creation with directory traversal in tempfile and tmpdir
* CVE-2018-8777: DoS by large request in WEBrick
* CVE-2018-8778: Buffer under-read in String#unpack
* CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket
* CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in Dir
* Multiple vulnerabilities in RubyGems
There are also some bug fixes.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|\ \
| | |
| | | |
net/coova-chilli: fix -Werror=misleading-indendation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As it currently stands, the version of coova-chilli the packages feed
will not compile against 4fd87220567f1ae3ad209da1f602dc81c6b4d6b1
I've quasi-backported (could not find a single commit which fixes these
particular issues) https://github.com/coova/coova-chilli 's formatting
on the impacted sections, and it compiles.
Once a new version is added to the feed this patch can likely be
dropped.
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
|
|\ \ \
| |_|/
|/| | |
net/mwan3: set default mask to 0x3F00
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
The IPsec ip route table has the default number 220.
If mwan3 has more then 7 bits set (124 interfaces) then if mwan3 down is
executed the table is also cleared. To solve this set default max 7
bits in the mmx_mask for mwan3.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
xinetd: Update URLs.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
xinetd.org has been defunct for a long time and it seems the main developer moved everything to GitHub.
Discovered with uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
wifidog-ng: depends ipset
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
icu: update to 61.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Maintainer: me
Compile tested: ar71xx, LEDE trunk r5488-893a1ed
Run tested: NONE
Description:
ICU 61 upgrades to CLDR 33 locale data, has a new Java implementation
for number and currency parsing, and includes many small API additions,
improvements, and bug fixes.
(includes security fix CVE-2017-17484,CVE-2017-15422)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
libtirpc: update to 1.0.3
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Remove unnecessary patch
* fix musl types.h defines
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Postgresql fixes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This update addresses:
CVE-2018-1052
CVE-2018-1053
CVE-2018-1058
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When building for ARC the compile fails with:
/var/lib/buildbot/slaves/dave-builder/arc_arc700/build/sdk/build_dir/target-arc_arc700_uClibc/postgresql-9.6.5/src/include/storage/s_lock.h:899:2: error: #error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org.
#error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org.
So disable spinlocks when compiling for this arch. This was done
likewise for the avr32 target, which is not supported anymore, so this
can be deleted.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Currently the DEPENDS do not reflect reality. Fix this.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- The extra include is removed; the postgresql build system adds this
include by itself.
- '-lpthread' is removed; the postgresql build system is able to detect
how to access pthread features by itself.
- '$(FPIC)' is removed; adding this to CFLAGS is not recommendable:
a) The postgresql build system adds its own PIC flag behind OpenWrt's
CFLAGS when compiling shared objects, overriding OpenWrt's setting.
b) Forcing applications into PIC mode will just slow them down.
c) This leads to build failures on aarch64:
access/transam/commit_ts.o: In function `CommitTsPagePrecedes':
commit_ts.c:(.text+0x14): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `TransactionIdPrecedes' defined in .text section in access/transam/transam.o
commit_ts.c:(.text+0x14): warning: Too many GOT entries for -fpic, please recompile with -fPIC
/var/lib/buildbot/slaves/dave-builder/aarch64_generic/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist
collect2: error: ld returned 1 exit status
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
adds V2 support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
glib2: fix build when res_nquery is not available
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upstream commit "gio: Port GThreadedResolver to use res_nquery() to fix
thread-safety" introduced a bug that causes compile failures on
platforms where res_nquery is unavailable. This patch fixes that.
Bug 794606 has been opened upstream: https://bugzilla.gnome.org/show_bug.cgi?id=794606
On the OpenWrt buildbots this bug is visible during the arc_archs
compile:
gthreadedresolver.c: In function 'do_lookup_records':
gthreadedresolver.c:875:16: error: 'res' undeclared (first use in this function); did you mean '_res'?
res_nclose (&res);
^~~
_res
gthreadedresolver.c:875:16: note: each undeclared identifier is reported only once for each function it appears in
Makefile:3334: recipe for target 'libgio_2_0_la-gthreadedresolver.lo' failed
make[8]: *** [libgio_2_0_la-gthreadedresolver.lo] Error 1
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
p11-kit: Update to 0.23.10 and update URLs
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The FreeDesktop link does not work anymore. Switch to new upstream at GitHub.
Update the version while we're at it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | / /
| | |_|/ /
| |/| | | |
wifidog-ng: Update to 1.4.0
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
zoneinfo: Updated to the latest release.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libuwsc: update to 2.0.1
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
Build shared library, add license file hints
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dovecot: update dovecot to 2.2.35
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
wifidog-ng: Update to 1.3.0
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
be35e54 Optimized by use ipset
2dcc126 Optimize kernel module code
08231b4 Remove url param of login api
bf7b435 Support compile kernel module on ubuntu for test
ffca07a Optimize kernel module
b03c757 Optimize code
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
clamav: update clamav to 0.99.4
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
mksh: update to R56c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updated to R56c.
Also add myself as maintainer and move the location from `Base system`
into `Utilities/Shells`.
Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
mysql: remove $(FPIC), fix AARCH64 builds
|