Hannu Nyman
1da02dfe8c
Merge pull request #7704 from neheb/patch-9
...
jansson: Update to 2.12
2018-12-21 17:39:29 +02:00
Rosen Penev
5ec4eb76c3
psqlodbc: Update to 11.00.0000
...
Rearranged Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL to speed up compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-20 10:30:04 -08:00
Sebastian Kemper
8e559b440b
sqlite3: change maintainer
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-20 18:42:53 +01:00
Hannu Nyman
2be776e91c
Merge pull request #7679 from neheb/fcgi
...
fcgi: Update to 2.4.1
2018-12-19 16:58:01 +02:00
Ted Hess
6afd122200
Merge pull request #7727 from ClaymorePT/boost_1.69.0_r1
...
boost: Package Version Update -> 1.69.0
2018-12-18 19:07:41 -05:00
Carlos Miguel Ferreira
89e6855d96
boost: Package Version Update -> 1.69.0
...
This package update provides one new library:
-> Safe Numerics: A library for guaranteed correct integer arithmetic for
C++14 and later, from Robert Ramey [1].
Discontinued Libraries
-> Signals (v1) is now removed. Its removal was announced in 1.68 and its
deprecation was announced in 1.54. Boost 1.68 is the last release that
provides this library. Users are encouraged to use Signals2 instead.
The Boost community thanks Douglas Gregor for his work on Signals which
served its users well and which also inspired Signals2 [2].
More info can be found at the usual place [3].
[1] : https://www.boost.org/doc/libs/1_69_0/libs/safe_numerics/doc/html/index.html
[2] : https://www.boost.org/doc/libs/1_69_0/doc/html/signals2.html
[3] : https://www.boost.org/users/history/version_1_69_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-12-18 22:52:47 +00:00
Sebastian Kemper
c565ad271b
sqlite3: remove $(FPIC)
...
Defaulting to -fPIC is a bad idea, especially for executables (here:
sqlite3-cli). In short, there are certain security implications as well
as overhead/performance penalties. Details see:
https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals
The configure script is able to detect the need for PIC and adds the
flag when needed anyway (when compiling the library).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-18 20:57:47 +01:00
Sebastian Kemper
1e5bc17eea
sqlite3: security bump
...
A remote code execution vuln has been found in sqlite. Infos available
here:
https://blade.tencent.com/magellan/index_en.html
sqlite 3.26.0 contains the fix.
This commit also changes source URL to https.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-18 20:51:58 +01:00
Rosen Penev
1a1c367dd9
jansson: Update to 2.12
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 14:01:06 -08:00
Rosen Penev
d4a62bbbca
libmicrohttpd: Update to 0.9.62
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 13:57:01 -08:00
Rosen Penev
e2518d258a
libiio: Update to 0.16
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 13:54:19 -08:00
Rosen Penev
a27f729ad0
libuv: Update to 1.24.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 13:41:39 -08:00
Daniel Salzman
6037b3fbbb
liburcu: update to 0.9.5
...
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-12-17 09:39:40 +01:00
Daniel Salzman
d502a4c5d6
libedit: update to 20181209-3.1
...
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-12-17 09:36:14 +01:00
Rosen Penev
80d5675a2e
fcgi: Update to 2.4.1
...
Move to new GitHub fork and switch to codeload tarballs.
Backported upstream patch to fix compilation.
Also update URL to fix uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-15 22:20:33 -08:00
Hannu Nyman
9bb934e20a
Merge pull request #7671 from neheb/sig
...
libsigc++: Update to 2.10.1
2018-12-15 12:05:54 +02:00
Rosen Penev
005934af80
libsigcxx: Update to 2.10.1
...
Size goes from 15613 to 8427 bytes.
2.10.1 is the latest version. Version 2.99.x is the unstable series.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-14 20:48:20 -08:00
Ted Hess
456b789bce
libv4l: Force build without libudev
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-12-14 14:46:45 -05:00
Jianhui Zhao
678a4dd21b
libuwsc: update to 3.1.2
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-14 09:32:20 +08:00
Ted Hess
41457bdc46
Merge pull request #7629 from cotequeiroz/lcdgrilo_no-check
...
lcdgrilo: remove check dependency
2018-12-13 13:04:11 -05:00
Hannu Nyman
12dc221f74
Merge pull request #7589 from cotequeiroz/opencv_no-gtk
...
opencv: remove gtk dependency
2018-12-13 19:58:08 +02:00
Eneas U de Queiroz
a72a841b0a
opencv: remove gtk dependency
...
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-13 15:41:48 -02:00
Eneas U de Queiroz
fb4b5c5701
libgee: copy vapi files to versioned vala dir
...
The version is obtained via `valac --api-version`
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-13 15:40:33 -02:00
Hannu Nyman
3aa4a11ba4
Merge pull request #7531 from neheb/loud
...
loudmouth: Disable debug and fix no deprecated API compilation
2018-12-13 16:52:05 +02:00
Ted Hess
9d94e6c43c
Merge pull request #7626 from cotequeiroz/grilo_valac
...
libgee: copy vapi files to unversioned vala dir
2018-12-13 09:03:58 -05:00
Eneas U de Queiroz
2cf76d5278
libgee: use unversioned vala dir, misc fixes
...
Copy vapi files to unversioned vala dir.
Added vala/host to PKG_BUILD_DEPENDS.
Removed TARGET_LDFLAGS
Removed copyright lines
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-12 19:08:39 -02:00
Ted Hess
5c823596dd
intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later.
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-12-12 13:20:27 -05:00
Eneas U de Queiroz
c6caa108cb
unixodbc: save unixodbc_conf.h for host build
...
Save a copy of unixodbc_conf.h in STAGING_DIR to be used by host build.
Use STAGING_DIR/tmp/unixodbc instead of include.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-12 08:53:30 -02:00
Hannu Nyman
8a2a062658
Merge pull request #7605 from cotequeiroz/libtins_soname
...
libtins: copy libtins.so.* to package
2018-12-11 19:14:02 +02:00
Rosen Penev
10da3f005b
libgpg-error: Update to 1.33
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-10 16:23:05 -08:00
Hannu Nyman
9787e268af
Merge pull request #7596 from cotequeiroz/psqlodbc_odbc_config
...
psqlodbc: correct --with-unixodbc setting
2018-12-10 21:19:35 +02:00
Hannu Nyman
41712d5904
Merge pull request #7595 from cotequeiroz/unixodbc_lib-dir
...
unixodbc: Fix LIB_PREFIX in host build
2018-12-10 21:19:19 +02:00
Nikos Mavrogiannopoulos
485db8a770
gnutls: updated to 3.6.5
...
Compile tested for: ar71xx
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-12-10 19:57:19 +01:00
Hannu Nyman
ed24ae9a63
Merge pull request #7628 from DocLM/libgphoto2
...
libgphoto2: update package 2.5.21
2018-12-10 19:07:07 +02:00
Karl Palsson
05ec863154
libwebsockets: bump to 3.1.0
...
Drops an openssl deprecation patch applied upstream.
Changes since 3.0.0, the following list of websocket related features:
* gzip+brotli compression in the webserver
* threadpools
* string tokenizers
* http reverse proxies
* managed disk cache
Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4
Tested on ath79, and classic usage of libwebsockets to provide
websockets support to a C application.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-10 15:33:50 +00:00
Leonardo Medici
5093e2d6ec
libgphoto2: update package 2.5.21
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-12-10 15:10:52 +01:00
Luiz Angelo Daros de Luca
d3aae1afa4
libcups: update to 2.2.10
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-12-09 22:59:00 -02:00
Hannu Nyman
3ff0337786
Merge pull request #7417 from neheb/upm
...
libupm: Update to 1.7.1
2018-12-09 11:44:41 +02:00
Hannu Nyman
c0154044a0
Merge pull request #7415 from neheb/mraa
...
libmraa: Add back version patch
2018-12-09 11:43:30 +02:00
Hannu Nyman
09ad63a69f
Merge pull request #7610 from cotequeiroz/elektra_host-no-ruby
...
elektra: skip ruby plugin in host/compile
2018-12-08 14:13:16 +02:00
Hannu Nyman
2d920cb3e7
Merge pull request #7606 from cotequeiroz/libyaml-cpp_soname
...
libyaml-cpp: copy file matching libs soname
2018-12-08 14:11:14 +02:00
Hannu Nyman
08944806f5
Merge pull request #7609 from cotequeiroz/libndpi-symlinks
...
libndpi: fix copying of library
2018-12-08 13:08:30 +02:00
Eneas U de Queiroz
ec317934b2
libglog: fix removing libunwind dependency
...
ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h
overwritten based on the former's value.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 17:06:01 -02:00
Eneas U de Queiroz
e723f29792
elektra: skip ruby plugin in host/compile
...
Linking is failing, and the plugin is not needed for the host build
anyway.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:30:36 -02:00
Eneas U de Queiroz
562aea68f7
libndpi: fix copying of library
...
The package was copying a symbolic link, not the library itself.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:03:10 -02:00
Hannu Nyman
c8e7dfe085
Merge pull request #7601 from neheb/dh
...
dtndht: Add -std-gnu89 to fix compilation problems.
2018-12-07 17:20:34 +02:00
Hannu Nyman
465da66ff6
Merge pull request #7598 from cotequeiroz/neon_no-krb5
...
neon: Remove krb5 dependency
2018-12-07 17:19:44 +02:00
Eneas U de Queiroz
da9dda6412
libyaml-cpp: copy file matching libs soname
...
The soname is not set to the full version, but only major.minor.
This uses libyaml-cpp.so.?.? to try to get it right.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 09:35:13 -02:00
Eneas U de Queiroz
72f9bf3a56
libtins: copy libtins.so.* to package
...
Package was installing libins.so, but the soname is set to
libtins.so.4.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 08:03:18 -02:00
Rosen Penev
bfc2435f7d
libsndfile: Fix MIRROR_HASH
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-07 06:15:39 +01:00
Eneas U de Queiroz
2bc28eb40c
psqlodbc: bump to 10.03.0000, fix --with-unixodbc
...
Update to 10.03.0000.
--with-unixodbc should point to the odbc_config binary, not to the top
of the install directory $(STAGING_DIR)/usr.
Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 23:46:13 -02:00
Eneas U de Queiroz
42484857f0
neon: Remove krb5 dependency
...
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 23:25:35 -02:00
Rosen Penev
717423d280
dtndht: Add -std-gnu89 to fix compilation problems.
...
bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration]
bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration]
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 13:52:45 -08:00
Hannu Nyman
fe50a38549
Merge pull request #7532 from neheb/uw
...
libuwsc: Fix compilation without deprecated OpenSSL APIs
2018-12-06 19:46:05 +02:00
Hannu Nyman
903c34e289
Merge pull request #7520 from neheb/patch-1
...
libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
2018-12-06 19:44:23 +02:00
Eneas U de Queiroz
e4693dd939
unixodbc: fix clean-build compilation
...
For host compilation, the configure-generated config.h from the target
compilation is used in place of the host-generated file. When the
target package is compiled with clean-build, that file is gone. This
saves the file under $(STAGING_DIR), and fetch it from there.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 12:03:02 -02:00
Eneas U de Queiroz
8dc012dfad
unixodbc: Fix LIB_PREFIX in host build
...
When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX
is set to /usr/lib. Then when odbc_config is run, it reports /usr/lib
as the --lib-dir, and in --libs as well, and dependent packages may
fail. Set it to $(STAGING_DIR)/usr/lib to make it right.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 10:30:17 -02:00
Hannu Nyman
bb99808597
Merge pull request #7539 from neheb/patch-4
...
libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
2018-12-06 12:23:03 +02:00
Hannu Nyman
228c24de8a
Merge pull request #7545 from neheb/cap
...
libcap: Update to 2.26
2018-12-06 10:37:10 +02:00
Hannu Nyman
6db5546c49
Merge pull request #7553 from micmac1/tiff-4010-switches
...
tiff: disable ZSTD and WebP codecs explicitly
2018-12-06 10:35:13 +02:00
Hannu Nyman
ae102f4ef8
Merge pull request #7561 from neheb/neon
...
neon: Fix compilation without deprecated OpenSSL APIs
2018-12-04 21:48:21 +02:00
Hannu Nyman
6c348ceb80
Merge pull request #7560 from neheb/nop
...
libnopoll: Fix compilation without deprecated OpenSSL APIs
2018-12-04 21:48:04 +02:00
Peter Wagner
bcb6fb3b7c
libsndfile: add PKG_SOURCE_DATE
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-03 23:09:50 +01:00
Rosen Penev
02c2fa14b2
libuwsc: Update to 3.1.1
...
Some consistency updates in the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-03 12:42:37 -08:00
Rosen Penev
4d9f9e6a33
neon: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:20:53 -08:00
Rosen Penev
e8d6e9d647
libnopoll: Fix compilation without deprecated OpenSSL APIs
...
Switched to codeload for simplicity and consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:11:57 -08:00
Peter Wagner
d2eaf4c3ca
libsndfile: switch to cmake
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-02 11:42:34 +01:00
Hannu Nyman
2b44a18df1
Merge pull request #7477 from neheb/poco
...
poco: Update to 1.9.0
2018-12-02 12:39:55 +02:00
Sebastian Kemper
ce14236117
tiff: disable ZSTD and WebP codecs explicitly
...
tiff 4.0.10 added two new compression codecs, ZSTD and WebP. If the
respective libraries are found, these codecs will be built. Currently
they're not built, because these libraries do not exist in OpenWrt.
This commit adds the configure switches to disable these codecs. It's
likely that any of these libs will make their way into OpenWrt sooner or
later, so this commit prevents the related build failures (missing
depends).
If there is a need to enable these codecs in tiff in the future, then
this can be done, obviously, but at least there will be no build failure
suprises in the meantime.
Also, this commit corrects the homepage of libtiff.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-02 11:16:26 +01:00
Peter Wagner
37aeee740c
libsndfile: switch to git
...
Fixes CVEs:
CVE-2017-6892
CVE-2017-8361
CVE-2017-8362
CVE-2017-8363
CVE-2017-8365
CVE-2017-12562
CVE-2017-14245
CVE-2017-14246
CVE-2017-14634
CVE-2018-13139
CVE-2018-13419
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-01 13:48:37 +01:00
Rosen Penev
e8845b49a2
libupm: Update to 1.7.1
...
The libmraa update introduced several API changes that broke libupm.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 13:01:44 -08:00
Rosen Penev
ca4536b39f
libmraa: Add several subpackages
...
Also added back the version patch to fix compilation with libupm.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 12:55:22 -08:00
Rosen Penev
e440aeaf69
libcap: Update to 2.26
...
Minor adjustments to Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-30 12:42:30 -08:00
Hannu Nyman
72f0383d16
Merge pull request #7533 from neheb/ibr
...
ibrcommon: Backport patch fixing compilation without deprecated APIs
2018-11-30 17:16:06 +02:00
Rosen Penev
ce91be78dd
libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-29 18:01:01 -08:00
Hannu Nyman
5147125784
Merge pull request #7412 from thess/libpsl-work
...
libpsl: Fix build errors when BUILD_NLS=y
2018-11-29 17:50:10 +02:00
Hannu Nyman
20fea29727
Merge pull request #7441 from neheb/ow
...
libowfat: Update to 0.32
2018-11-29 17:49:38 +02:00
Rosen Penev
1a60062217
ibrcommon: Backport patch fixing compilation without deprecated APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:59:16 -08:00
Hannu Nyman
726b0fc92c
Merge pull request #7347 from neheb/microh
...
libmicrohttpd: Update to 0.9.60
2018-11-27 20:30:14 +02:00
Rosen Penev
788fda356e
loudmouth: Disable debug and fix no deprecated API compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:04:46 -08:00
Rosen Penev
ea7cb9c5aa
libgcrypt: Аdd PKG_CPE_ID for proper CVE tracking
...
Also did some cosmetic adjustments for consistency.
No code changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 09:43:15 -08:00
Yousong Zhou
a21282bd04
pixman: bump to version 0.36.0
...
Patch 0005 is now included in upstream commit 7c6066b ("pixman-private:
include <float.h> only in C code")
2018-11-26 03:46:30 +00:00
Hannu Nyman
8e277d28a8
Merge pull request #7443 from neheb/patch-20
...
libxerces-c: Update to 3.2.2
2018-11-25 17:12:25 +02:00
Hannu Nyman
d39a9082e1
Merge pull request #7469 from neheb/loud
...
loudmouth: Fix compilation issue with newer glib
2018-11-25 09:52:53 +02:00
Luiz Angelo Daros de Luca
e792bbd84e
Merge pull request #7500 from neheb/patch-3
...
libcups: Update to 2.2.9
2018-11-24 23:37:35 -02:00
Rosen Penev
f6d24fe8a4
hwloc-utils: Add ncurses dependency
...
The lstopo utility has support for it. As ncurses is quite widespread,
might as well add support instead of patching it out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-24 10:59:03 -08:00
Hannu Nyman
f6f089517c
Merge pull request #6628 from neheb/patch-14
...
libtins: Update to 4.0
2018-11-24 09:10:58 +02:00
Hannu Nyman
5ca7964932
Merge pull request #7409 from neheb/hwl
...
libhwloc: Update to 2.0.2
2018-11-24 08:32:20 +02:00
Hannu Nyman
6ed42bd725
Merge pull request #7440 from neheb/patch-15
...
libjpeg: Update to 9c
2018-11-24 08:29:54 +02:00
Rosen Penev
5d067631b0
libcups: Update to 2.2.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-21 15:18:18 -08:00
Rosen Penev
775d83e723
libradcli: Update to 1.2.11
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-21 15:09:08 -08:00
W. Michael Petullo
60c34288e4
cyrus-sasl: Update to 2.1.27
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-11-20 21:32:34 -05:00
Rosen Penev
05d11f13c3
poco: Update to 1.9.0
...
Some minor adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:07:23 -08:00
Daniel Golle
25e399fa1c
Merge pull request #7395 from eduardoabinader/bump-libevdev-1.6.0
...
libevdev: bump to 1.6.0
2018-11-19 17:59:55 +01:00
Rosen Penev
5b60d54939
loudmouth: Fix compilation issue with newer glib
...
Loudmouth enforces -Werror which errors on deprecated APIs.
Also switched to codeload for Makefile consistency between projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:48:51 -08:00
Kevin Darbyshire-Bryant
c2212e8d64
libidn2: drop maintainer
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:59 +00:00
Kevin Darbyshire-Bryant
4bcfce490a
libidn: drop maintainer
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:26 +00:00
Rosen Penev
c2ee3e4833
sqlite3: Update to 3.53
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 13:13:48 -08:00
Rosen Penev
74e05686db
libyaml-cpp: Update to 0.6.2 + switch to codeload
...
Simpler. Got rid of tests for a faster compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:27:19 -08:00
Rosen Penev
845aab78a9
postgresql: Update to 9.6.11
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-16 17:32:00 -08:00
Hannu Nyman
f14c380333
Merge pull request #7435 from neheb/patch-8
...
libestr: Update to 0.1.11
2018-11-16 23:00:16 +02:00
Rosen Penev
1f321f768b
libestr: Update to 0.1.11
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-16 12:15:44 -08:00
Jiri Slachta
4e0438f5a9
Merge pull request #7369 from neheb/libssh2
...
libssh2: Fix compilation with deprecated APIs disabled
2018-11-16 12:44:34 +01:00
Rosen Penev
049ddc2447
libxerces-c: Update to 3.2.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:16:16 -08:00
Rosen Penev
2a4b6e4651
libowfat: Update to 0.32
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:09:43 -08:00
Rosen Penev
68f806899e
libjpeg: Update to 9c
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:04:59 -08:00
Michael Heimpold
41e0923d56
libgpiod: update to 1.2
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-15 23:22:16 +01:00
Rosen Penev
1c10f60c13
tiff: Update to 4.0.10
...
Fixes all CVEs as well as a few more.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:36:55 -08:00
Hannu Nyman
0bdfdf354a
Merge pull request #7410 from neheb/pfr
...
libpfring: Fix compilation when missing lex
2018-11-14 17:25:33 +02:00
Rosen Penev
3ea82cd800
libpfring: Fix compilation when missing lex
...
Buildbots are missing lex, which is normally a symlink to flex. This
solution is used elsewhere in the package but missing here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 13:41:47 -08:00
Ted Hess
ad3497bad8
libpsl: Fix build errors when BUILD_NLS=y
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 16:35:11 -05:00
Ted Hess
0daec55ce5
libsoup: fix intltool host dependency. Cleaup some build args
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 16:31:57 -05:00
Rosen Penev
ac346e48d7
libhwloc: Update to 2.0.2
...
Fix buildbot by disabling several libraries that get automatically picked
up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 12:12:32 -08:00
Ted Hess
263fdf74e8
Merge pull request #7372 from eduardoabinader/bump-opus-tools-0.2
...
opus-tools: bump to 0.2
2018-11-12 13:04:42 -05:00
Eduardo Abinader
62c2fd4679
libopusenc: required by opus-tools 0.2
...
new dep on opus-tools a638dfa37bd857e14b088e0ccade701dc6aafc79
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-12 13:02:21 +01:00
Eduardo Abinader
e18e775f46
libevdev: bump to 1.6.0
...
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-11 18:54:14 +01:00
Rosen Penev
083f6fcdba
libtins: Update to 4.0
...
Switched to codeload. Simpler.
Added InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-11 05:54:00 -08:00
Hannu Nyman
71475c739b
Merge pull request #7342 from neheb/uw
...
uw-imap: Fix compilation without deprecated APIs for OpenSSL
2018-11-11 14:47:23 +02:00
Hannu Nyman
734bca0709
Merge pull request #7388 from lucize/libyang-frr
...
libyang: enable LYD_PRIV
2018-11-11 14:29:00 +02:00
Lucian Cristian
72e69e36d2
libyang: enable LYD_PRIV
...
this is needed for frr (frrouting.org)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-11-11 14:20:02 +02:00
Hannu Nyman
98d1575747
Merge pull request #7337 from neheb/netconf
...
libnetconf2: Remove OpenSSL engine support
2018-11-11 14:03:26 +02:00
Thomas Heil
795210bdac
Merge pull request #7290 from neheb/apr
...
apr: Fix pid_t format
2018-11-11 11:36:12 +01:00
Hannu Nyman
95d66e9810
Merge pull request #7138 from diizzyy/patch-13
...
libs/libx264: Update to snapshot 20181006
2018-11-11 12:11:11 +02:00
Hannu Nyman
fa42f59c9b
Merge pull request #6705 from cotequeiroz/libupm_swig
...
libupm: don't set SWIG_DIR, force python 2.7
2018-11-11 11:16:28 +02:00
Hannu Nyman
665c44ea97
Merge pull request #7333 from neheb/libaio
...
libaio: Update to 0.3.111
2018-11-10 19:52:47 +02:00
Hannu Nyman
8372b84f0d
Revert "keyutils: Update to 1.5.11"
...
This reverts commit 41f2036afe
.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 17:22:36 +02:00
Eduardo Abinader
9eba4f5801
opusfile: required by opus-tools 0.2
...
new dep on opus-tools
e9bbfacf0a1bbade70005fa730cc50e838baaa32
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-10 10:25:38 +01:00
Hannu Nyman
5571751282
Merge pull request #7242 from neheb/key
...
keyutils: Update to 1.5.11
2018-11-10 11:18:52 +02:00
Hannu Nyman
f179b804ae
Merge pull request #7243 from neheb/patch-46
...
liboping: Update to 1.10.0
2018-11-10 11:17:58 +02:00
Hannu Nyman
17086f62d0
Merge pull request #7262 from neheb/patch-22
...
qrencode: Update to 4.0.2
2018-11-10 11:17:22 +02:00
Hannu Nyman
783dd94ab7
Merge pull request #7318 from neheb/mraa
...
libmraa: Update to 2.0.0
2018-11-10 10:15:34 +02:00
Rosen Penev
ba3b4942b4
libssh2: Fix compilation with deprecated APIs disabled
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 18:47:50 -08:00
Rosen Penev
7bc5aba1df
libssh: Fix compile without OpenSSL deprecated APIs
...
Backported several patches from version 0.8 to fix this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 23:52:32 +00:00
Rosen Penev
e54ecea1b0
libwebsockets: Fix build without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 12:25:58 +00:00
Marko Ratkaj
32bfce961b
libs: file: bump version to 5.35
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-09 10:57:58 +01:00
Marko Ratkaj
48796c1ecb
Merge pull request #7329 from sartura/libuv_bump_version_to_1.23.2
...
libs: libuv: bump version to 1.23.2
2018-11-09 10:42:10 +01:00
Rosen Penev
466fd71328
libndpi: Add patches from the 2.4-stable branch to fix compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 11:31:34 -08:00
Rosen Penev
b0d454986a
libnetconf2: Remove OpenSSL engine support
...
It's not even used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 07:51:23 -08:00
Rosen Penev
0aea7c69fd
cyrus-sasl: Fix compilation without deprecated APIs on OpenSSL
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 07:47:33 -08:00
Hannu Nyman
3e6acdb603
Merge pull request #7340 from neheb/openldap
...
openldap: Backport patch to fix compilation without deprecated APIs
2018-11-08 17:28:22 +02:00
Rosen Penev
659e4c8a16
libmicrohttpd: Update to 0.9.60
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-07 18:57:16 -08:00
Rosen Penev
2bdea124ee
uw-imap: Fix compilation without deprecated APIs for OpenSSL
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 19:13:52 -08:00
Rosen Penev
10d243a921
openldap: Backport patch to fix compilation without deprecated APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 19:06:38 -08:00
Rosen Penev
a5c9c79797
libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIs
...
Also switched to the proper upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 11:35:21 -08:00
Rosen Penev
9428e4cbd2
libaio: Update to 0.3.111
...
Switched to new upstream at pagure.io.
Refreshed debian patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 09:25:47 -08:00
Marko Ratkaj
21be76ee83
libs: libuv: bump version to 1.23.2
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-06 17:32:07 +01:00
Rosen Penev
bae4f3edb3
libmraa: Update to 2.0.0
...
Switched to codeload for simplicity and easier package bumping.
Rearranged Makefile for consistency with other projects.
All of the patches seem to have been upstreamed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 20:13:34 -08:00
Ted Hess
9753c21d5c
Merge pull request #7232 from neheb/patch-11
...
libarchive: Update to 3.3.3
2018-11-05 17:40:08 -05:00
Michael Heimpold
6b655766de
Merge pull request #6851 from neheb/patch-4
...
libextractor: Update to 1.7
Merged after maintainer timeout. I also successfully compile tested for mxs platform.
2018-11-05 21:00:47 +01:00
Mislav Novakovic
e4eac8f33e
libyang: update to 0.16-r2
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-05 12:29:58 +01:00
Rosen Penev
3ee65300d1
libldns: Fix OpenSSL deprecated API usage
...
Tested with OpenSSL 1.0.2 and 1.1.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[minor tweak to add #ifdef HAVE_SSL in host2str.c]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-04 10:22:05 +00:00
Espen Jürgensen
fec70fc0d7
mxml: update to 2.12
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-11-03 21:56:41 +01:00
Hannu Nyman
f1af1c2855
Merge pull request #7299 from neheb/nd
...
libndpi: Backport upstream patch to fix compilation
2018-11-03 09:17:00 +02:00
Hannu Nyman
37fd6c45f1
Merge pull request #6697 from cotequeiroz/libmraa_swig_dir
...
libmraa: don't set SWIG_DIR
2018-11-03 09:14:36 +02:00
Rosen Penev
ff7cde3cb4
libndpi: Backport upstream patch to fix compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-02 19:49:19 -07:00
Hannu Nyman
df1f0a791d
Merge pull request #7287 from neheb/patch-2
...
libgcrypt: Update to 1.8.4
2018-11-02 19:12:19 +02:00
Hannu Nyman
12418009bb
Merge pull request #7233 from neheb/patch-25
...
libndpi: Update to 2.4
2018-10-31 20:07:20 +02:00
Rosen Penev
3ad6e4a259
apr: Fix several format sizes
...
The configure script assumes that several sizes are 64-bit when cross
compiling. Backport a patch from the Yotco project to fix this.
Fixes apache compilation issue as Apache passes -Werror.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-31 09:53:50 -07:00
Rosen Penev
51b34affd6
libgcrypt: Update to 1.8.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-30 17:49:54 -07:00
Karl Palsson
4078b7a5d5
libs/c-ares: Update to 1.15.0
...
Full changelog at https://c-ares.haxx.se/changelog.html
Of interest:
* fixes warnings with modern gcc
* reports not found for onion addresses per RFC7686
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-29 14:37:08 +00:00
Kevin Darbyshire-Bryant
bf457e9629
Merge pull request #7209 from ldir-EDB0/libssh
...
libssh: bump to 0.7.6 CVE-2018-10933 fix
2018-10-29 09:15:52 +00:00
Kevin Darbyshire-Bryant
72096874d0
libssh: bump to 0.7.6 CVE-2018-10933 fix
...
Bump from 0.7.5 to 0.7.6. Upstream changelog:
Fixed CVE-2018-10933
Added support for OpenSSL 1.1
Added SHA256 support for ssh_get_publickey_hash()
Fixed config parsing
Fixed random memory corruption when importing pubkeys
Backported upstream patches since 0.7.6 to fix interactive
authentication issues amongst other things:
9d5cf209 libcrypto: Fix memory leak in evp_final()
10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID)
7ad80ba1 server: Fix compile error
acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint
3fe7510b messages: Check that the requested service is 'ssh-connection'
734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive)
e4c6d591 packet: Add missing break in ssh_packet_incoming_filter()
f81ca616 misc: Add strndup implementation if not provides by the OS
Refresh patches.
Remove local backport for OpenSSL 1.1 support as is now in release
Remove PKG_INSTALL & CMAKE vars that are defaulted anyway
Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking
Remove BROKEN tag as is no longer broken
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-29 09:08:11 +00:00
Rosen Penev
eed77a988b
libpam: Update to 1.3.0
...
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 20:27:33 -07:00
Bruno Randolf
42fdfe14a0
websocketpp: Add package (WebSocket++)
...
WebSocket++ is a header only C++ library that implements RFC6455 The
WebSocket Protocol.
Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-10-28 19:57:08 +00:00
Rosen Penev
ea626f0ecd
qrencode: Update to 4.0.2
...
Small Makefile reorganization for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:15:01 -07:00
Hannu Nyman
5302ac5cfc
Merge pull request #7063 from neheb/patch-38
...
libsearpc: Update to 3.1.0
2018-10-28 18:40:41 +02:00
Hannu Nyman
25e9ced018
Revert "libaio: Update to 0.3.111"
...
This reverts commit bf9f919551
.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-28 16:46:26 +02:00
Karl Palsson
6ade0d1933
lib/c-ares: remove duplicate cpe-id
...
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-10-28 14:21:40 +00:00
Hannu Nyman
d65bff264a
Merge pull request #7184 from neheb/soup
...
libsoup: Update to 2.65.1
2018-10-28 15:16:08 +02:00
Hannu Nyman
c37f21f668
Merge pull request #6367 from neheb/libaio
...
libaio: Update to 0.3.111
2018-10-28 14:51:41 +02:00
Hannu Nyman
55c2b406d2
Merge pull request #6626 from neheb/libevdev
...
libevdev: Update to 1.5.9
2018-10-28 14:47:59 +02:00
Hannu Nyman
a0a21f7112
Merge pull request #7055 from neheb/patch-6
...
pcre2: Update to 10.32
2018-10-28 14:44:11 +02:00
Hannu Nyman
0ac9ccb718
Merge pull request #7157 from neheb/hid
...
hiredis: Update to 0.14.0
2018-10-28 14:35:05 +02:00
Hannu Nyman
7662fb4cef
Merge pull request #6817 from neheb/patch-30
...
c-ares: Add CPE ID to track CVEs
2018-10-28 14:33:47 +02:00
Hannu Nyman
9b955767fc
Merge pull request #6879 from neheb/libartnet
...
libartnet: Fix compile with GCC7
2018-10-28 14:33:20 +02:00
Hannu Nyman
f6b523045c
Merge pull request #6826 from neheb/patch-22
...
cyrus-sasl: Update to 2.1.27-rc8
2018-10-28 14:32:08 +02:00
Hannu Nyman
2c65634748
Merge pull request #6973 from neheb/p11
...
libp11: Update to 0.4.9
2018-10-28 14:30:21 +02:00
Hannu Nyman
edd02d564a
Merge pull request #7216 from neheb/patch-9
...
libopus: Update to 1.3.0
2018-10-28 14:08:40 +02:00
Daniel Engberg
e291038cbc
sbc: Bump to 1.4
...
Minor bugfix
Remove Dirk as maintainer, hasn't been active in years
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-10-23 09:29:25 +02:00
Rosen Penev
41f2036afe
keyutils: Update to 1.5.11
...
Added Kerberos dependency as it's required now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-22 19:26:36 -07:00
Rosen Penev
81cb10c597
liboping: Update to 1.10.0
...
Updated URLs.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-22 19:16:54 -07:00
Rosen Penev
6ad8893dcf
libndpi: Update to 2.4
...
Switched to codeload for simplicity and easier package bumping.
Added PKG_BUILD_PARALLEL for faster compilation.
Reordanized Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-21 18:24:58 -07:00
Rosen Penev
7a024a8f54
libarchive: Update to 3.3.3
...
Added HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-21 18:10:32 -07:00
Dirk Brenken
a478c21d39
Merge pull request #7219 from neheb/patch-18
...
libglog: Remove libunwind dependency
2018-10-21 22:48:02 +02:00
Peter Wagner
072fad310f
alsa-lib: update to 1.1.7
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-10-21 20:38:37 +02:00
Rosen Penev
ca9d59631d
libglog: Remove libunwind dependency
...
Switched to codeload and updated Makefile for consistency between projects
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-20 11:41:16 -07:00
Rosen Penev
b177162cdb
libopus: Update to 1.3.0
...
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-19 17:57:26 -07:00
Rosen Penev
414df31c74
unixodbc: Update to 2.3.7
...
Switched to HTTP as FTP can be problematic. uscan for example has issues
figuring out the latest version.
Added PKG_CPE_ID for proper CVE tracking.
Reorganized Makefile for consistency with other projects.
Add PKG_FIXUP:=autoreconf, needed to avoid host lib leakage on hosts
with unixodbc installed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[add PKG_FIXUP:=autoreconf - thanks jow]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-19 19:56:06 +03:00
Stijn Tintel
f225f1fd49
Revert "unixodbc: Update to 2.3.7"
...
This reverts commit 6d6c15e1e9
.
The package no longer cross-compiles when building for the x86/64 target
on an x86/64, resulting in the following error:
Package unixodbc is missing dependencies for the following libraries:
libc.so.6
libpthread.so.0
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-19 19:24:23 +03:00
Kevin Darbyshire-Bryant
14ad4cb976
libssh: mark as BROKEN due to CVE-2018-10933
...
The only known user of this library is currently unable to get their
application to work with with the fixed 0.7.6 release of this library.
To prevent accidental use by unknown parties of a flawed library, mark
it as BROKEN.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-10-19 13:04:27 +01:00
Michael Heimpold
32b413015c
Merge pull request #7212 from nxhack/bump_63_1
...
icu: update to 63.1
2018-10-18 17:45:37 +02:00
Karl Palsson
2b50949287
libs/c-ares: finaly cpe id update.
...
Use the correct base 2.2 CPE id from
https://nvd.nist.gov/products/cpe/search instead of the old id.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:45:46 +00:00
Karl Palsson
9deeb53403
libs/c-ares: fix CPE id
...
Incorrectly copied from source document.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-18 09:00:41 +00:00
Hirokazu MORIKAWA
1efccb1ea1
icu: update to 63.1
...
ICU 63 updates to CLDR 34 locale data with many additions and corrections,
and some new languages. ICU adds API for number and currency range formatting,
and API for additional Unicode properties and for constructing custom properties.
CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-10-18 16:59:15 +09:00
Karl Palsson
e5477e3dec
lib/c-ares: add PKG_CPE_ID
...
bump package, but no functional changes
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-17 22:37:20 +00:00
Kevin D-B
f8638be659
Merge pull request #6716 from neheb/patch-26
...
file: Update to 5.34
2018-10-16 07:38:09 +01:00
Rosen Penev
8d4b700597
libsearpc: Update to 3.1.0
...
Switch to codeload for simplicity. Rearranged Makefile a bit for consistency between Makefiles.
Removed version dependency for seafile-server to avoid breaking builds.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-14 18:20:07 -07:00
Rosen Penev
bffa9be004
libsoup: Update to 2.65.1
...
Added PKG_CPE_ID for proper CVE tracking.
Added PKG_BUILD_PARALLEL for faster compilation.
Added --disable-gtk-doc-html to fix parallel compilation.
Cleaned up and reorganized configure flags.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-13 21:10:03 -07:00
Peter Wagner
5837cc1038
glib2: Install glib binaries
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-10-13 12:30:14 +02:00
Hannu Nyman
0a9ed54ac3
Merge pull request #7175 from sartura/sysrepo-release-0.7.5
...
Sysrepo release 0.7.5
2018-10-12 16:36:05 +03:00