- Update to 1.13.0
+ Fix the key string parsing in url_substitution + Fix memory leak in 'fastestmirror' + Download whole file when server doesn't support ranges (rh#1886706) + Various fixes for mirrors without ranges support and zchunk + Add support for pkcs11 certificate and key for repository authorization (rh#1859495) + Fix lr_perform() - Avoid 100% CPU usage + Drop Python 2 support + Add support for working with certificates used with proxy (rh#1920991) OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=34
This commit is contained in:
parent
740d7d51dc
commit
aef52754ff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b78113f3aeb0d562b034dbeb926609019b7bed27e05c9ab5a584a9938de8da9f
|
|
||||||
size 816206
|
|
3
librepo-1.13.0.tar.gz
Normal file
3
librepo-1.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8970194fb7e7fe339318ee8e122f255374f9fa5a50aaf23c65a7d2e5651143e
|
||||||
|
size 816981
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 3 02:37:36 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
- Update to 1.13.0
|
||||||
|
+ Fix the key string parsing in url_substitution
|
||||||
|
+ Fix memory leak in 'fastestmirror'
|
||||||
|
+ Download whole file when server doesn't support ranges (rh#1886706)
|
||||||
|
+ Various fixes for mirrors without ranges support and zchunk
|
||||||
|
+ Add support for pkcs11 certificate and key for repository authorization (rh#1859495)
|
||||||
|
+ Fix lr_perform() - Avoid 100% CPU usage
|
||||||
|
+ Drop Python 2 support
|
||||||
|
+ Add support for working with certificates used with proxy (rh#1920991)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 22 20:18:17 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
|
Sat Aug 22 20:18:17 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package librepo
|
# spec file for package librepo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2020-2021 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,7 +37,7 @@
|
|||||||
%define devname %{name}-devel
|
%define devname %{name}-devel
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.12.1
|
Version: 1.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -51,7 +51,7 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: pkgconfig(check)
|
BuildRequires: pkgconfig(check)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
|
||||||
BuildRequires: pkgconfig(libcurl) >= 7.28.0
|
BuildRequires: pkgconfig(libcurl) >= 7.52.0
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
Loading…
Reference in New Issue
Block a user