| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
emailrelay: Remove unnecessary OpenSSL engine include
|
| |
| |
| |
| |
| |
| |
| | |
There's no usage of any ENGINE APIs and trying to include the header
breaks compilation with ENGINE support disabled.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
|
| |/
| |
| |
| |
| |
| | |
Two headers were missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
netatalk: bump to version 3.1.12
|
| | |
| | |
| | |
| | |
| | |
| | | |
This change upgrades the package to version 3.1.12.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| | | |
| | | | |
findutils: polishing of Makefile
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes:
- added license
- added URL
- removed descriptions of individual packages
- added 'dummy' package: findutils, which contains 3 dependencies: find, xargs, locate
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
|
|\ \ \ \
| | | | |
| | | | | |
nft-qos: fix monitor doesn't work when firstboot
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Rosy Song <rosysong@rosinson.com>
|
|\ \ \ \
| | | | |
| | | | | |
libgphoto2: update package 2.5.22
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\ \ \ \
| | | | |
| | | | | |
python3: Fix py3 pip and setuptools versions
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The update to Python 3.7.2 missed updating pip and setuptools versions,
so fix that.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
One missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
libpam: Update to 1.3.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Upstream switched to GitHub for releases. Follow suit.
Rearranged Makefile quite a bit to be more similar to other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Fixes CVE-2018-19758
|
|\ \ \
| | | |
| | | | |
libndp: Add library/tool for Neighbor Discovery Protocol
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
This is a new package to add tooling for IPv6 Neighbor Discovery
Protocol, ndptool. Builds libndp and ndptool.
Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
|
|\ \ \
| | | |
| | | | |
python3: bump to version 3.7.2
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python: backport CVE-2018-14647 patches from upstream
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These patches are backports from Python 2.7 upstream.
The security issue is described here:
https://nvd.nist.gov/vuln/detail/CVE-2018-14647
The Python bug report:
https://bugs.python.org/issue34623
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-pyasn1: bump to version 0.4.5
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
tcpreplay: bump to version 4.3.1
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change bumps the version to 4.3.1.
Also, it changes the source archive to `tar.xz`
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
ibrcommon: Remove uclibc++ usage
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The dependent packages fail to build when using uclibc++ due to some
missing feature. It's probably easy to add a fix but for right now, switch
back to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \
| | |
| | | |
python/python3: fix .dist-info missing for setuptools and pip
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without .dist-info (similar to .egg-info), setuptools and pip are not
discoverable by pkg_resources.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
youtube-dl: update to version 2018.12.17
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| |/ /
|/| | |
fish: updated to v3.0.0, revert "apropos fix" for being fixed officially
|
|/ /
| |
| |
| | |
Signed-off-by: Hao Dong <halbertdong@gmail.com>
|
|\ \
| | |
| | | |
libfmt: bump to version 5.3.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
| | |
| | |
| | |
| | |
| | |
| | | |
modified packages
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|\ \ \
| | | |
| | | | |
i2c-tools: Update to 4.1
|
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|