Alexandru Ardelean
3e961f7689
python-evdev: bump to version 1.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Rosen Penev
6d8fb9b79c
Merge pull request #8793 from zhaojh329/rtty
rtty: update to 6.6.1
6 years ago
Jianhui Zhao
49984c2e22
rtty: update to 6.6.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
6 years ago
Rosen Penev
1e81e577b6
Merge pull request #8792 from zhaojh329/libuwsc
libuwsc: update to 3.2.2
6 years ago
Jianhui Zhao
0803c6ee5d
libuwsc: update to 3.2.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
6 years ago
Josef Schlehofer
0f21b03a46
Merge pull request #8754 from BKPepe/urllib3
python-urllib3: update to version 1.25
6 years ago
W. Michael Petullo
9cf412c0cb
lighttpd: mark module configuration files
Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years ago
Josef Schlehofer
f14a1792a6
youtube-dl: update to version 2019.4.24
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
1d21bd4d1e
ruamel-yaml: update to version 0.15.94
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Hannu Nyman
aee8628696
nano: update to 4.2
* update nano to 4.2
Release notes at https://nano-editor.org/news.php
2019.04.24 - GNU nano 4.2
* The integrated spell checker does not crash when 'spell' is missing.
* Option --breaklonglines works also when --ignorercfiles is used.
* Automatic hard-wrapping is more persistent in pushing words to the
same overflow line.
Tested with ipq806x/R7800 and mvebu/WRT3200ACM
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years ago
Josef Schlehofer
c06badc4c5
Merge pull request #8749 from BKPepe/home-assistant-deps
Add Python packages (ifaddr, zeroconf, netdisco)
6 years ago
Josef Schlehofer
6dcaa769d8
python-urllib3: update to version 1.25
Add PKG_CPE_ID
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
ea7df85c0b
Merge pull request #8214 from dddaniel/master
Adding awscli to python packages
6 years ago
Hannu Nyman
ef6393ac0c
Merge pull request #8784 from Andy2244/samba-fix-parallel-jobs
samba4: fix build with parallel jobs
6 years ago
Andy Walsh
710700c7b4
samba4: fix build with parallel jobs
* fixes openwrt/packages#8721
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Florian Eckert
ed91f37e37
stunnel: update to version 5.53
Update to version 5.53
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years ago
Rosen Penev
caea056dc2
Merge pull request #8735 from neheb/joe
jose: Fix compilation without deprecated OpenSSL APIs
6 years ago
Rosen Penev
63edc1b4f0
sysrepo: Fix compilation with bindings enabled
By default the buildbot does not build the bindings and thus misses this.
The BUILD_DEPENDS is totally broken. Removing the + sign should fix it.
The SWIG directories are wrong. Fix them.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
01e479d56d
sumo: Update to 1.1.0
Cleaned up Makefile slightly. Updated URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Daniel Golle
13914fac46
Merge pull request #8689 from BKPepe/jinja
Jinja2: update to version 2.10.1
6 years ago
Jose Riha
58db73e36d
mjpg-streamer: make init script recognize file output plugin
Signed-off-by: Jose Riha <jose1711@gmail.com>
6 years ago
Josef Schlehofer
60b94e4217
python3-ifaddr: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
2275823e01
python3-zeroconf: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Josef Schlehofer
caed02b74d
python3-netdisco: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Jan Pavlinec
d410c6b0b6
libxslt: patch security issue and add CPE id
Fixes CVE-2019-11068
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Alexandru Ardelean
c74c1a22ec
jdcal,et_xmlfile,rcssmin: remove un-needed python packages
This change removes a series of Python packages that are added to
seafile-seahub and are not needed.
After some investigation into seafile, there are no references for it.
These are some of the low-hanging fruits.
They're not used [not sure when they were], and these packages were born
out of some weird sprints somewhere and forgotten on web and left
un-maintained.
So, remove them.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
Hannu Nyman
cd4919ef0d
Merge pull request #8726 from jefferyto/python-hyperlink-19.0.0
python-hyperlink: Update to 19.0.0
6 years ago
Hannu Nyman
23dcc72935
Merge pull request #8727 from jefferyto/python-twisted-19.2.0
python-twisted: Update to 19.2.0, refresh patches
6 years ago
Rosen Penev
ade6422955
Merge pull request #8703 from neheb/minic
miniupnpc: Update to 2.1.20190408
6 years ago
Rosen Penev
3ce20e664f
Merge pull request #8747 from neheb/xer
xerces-c: Use libstdcpp instead of uclibc++
6 years ago
Rosen Penev
27cf721a35
znc: Clean up Makefile and fix compilation on PPC
Some of these hacks were needed when uClibc++ was used. Now that it is not
we can remove them.
Remove libpthread dependency. Not only is it unneeded, package-defaults
already specifies it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
b669636e60
Merge pull request #8757 from neheb/gst1
gst1-libav: Add a hack to get it to build on mips64
6 years ago
Rosen Penev
016fbd0830
gst1-libav: Add a hack to get it to build on mips64
octeonplus is being passed to gcc, which is incorrect and causes build
failure. This works around it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Eneas U de Queiroz
ca4590ccdf
noddos: add libipset-7, uclient-fetch compatiblity
Old API compatibility was kept with a compatiblity shim.
Detect wget --timestamping support to make it compatible with
uclient-fetch implementation of wget.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years ago
Rosen Penev
63f30bcf6b
Merge pull request #8743 from lucize/libreswan-klips
libreswan: backport deprecating KLIPS
6 years ago
Rosen Penev
1246339e04
Merge pull request #8671 from neheb/mini
miniupnpd: Update to 2.1.20190408
6 years ago
Florian Eckert
3b8085b57f
micrond: use procd for service start
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years ago
Florian Eckert
ad697d867e
micrond: initial check-in from freifunk-gluon package feed
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years ago
Rosen Penev
d340f045b7
xerces-c: Use libstdcpp instead of uclibc++
Both dependent packages (sumo and libelektra) use (and must use) libstdcpp
Two libc++ cannot be linked against each other at the same time. I believe
this causes xerces-c to not be used even though it is listed as a
dependency.
Took the time to clean up the Makefile. Also replaced -fPIC with -fpic to
eliminate potential issues. Added linker flags for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
92364502ad
Merge pull request #8725 from nxhack/bump_8_16_0
node: update to 8.16.0
6 years ago
Hannu Nyman
921aeb6699
Merge pull request #8712 from jefferyto/obfs4proxy-0.0.10
obfs4proxy: Update to 0.0.10
6 years ago
Rosen Penev
3d45447edc
Merge pull request #8751 from micmac1/sql327
sqlite3: bump to 3.27.2
6 years ago
Rosen Penev
fe0747b37f
Merge pull request #8753 from jefferyto/python-cffi-1.12.3
python-cffi: Update to 1.12.3
6 years ago
Jeffery To
73dccda56d
python-cffi: Update to 1.12.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years ago
Peter Wagner
c9926b55d7
libsndfile: update to 2019-04-21-25824cb9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
20468cfef1
nfs-kernel-server: create nfs user and group
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Josef Schlehofer
aec5d9ed19
python3-netifaces: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Sebastian Kemper
ed5c6cd628
sqlite3: bump to 3.27.2
No ABI/API changes, backward compatible.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years ago
Rosen Penev
0300ee1b00
Merge pull request #8744 from ammubhave/bump_zstd
zstd: bump zstd version to 1.4.0
6 years ago
Rosen Penev
f7e7ee5ff3
squid: Update to 4.6
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago