1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
libsolv (0.6.24-1+deb9u2) stretch; urgency=medium
* debian/patches:
+ CVE-2019-20387: Add 0001_CVE-2019-20387.patch. Resolves heap-based
buffer over-read in repodata.c (Closes: #949611).
+ Trivial rebase of patches 1004, 1006 and 2001.
-- Mike Gabriel <sunweaver@debian.org> Thu, 30 Jan 2020 18:49:35 +0100
libsolv (0.6.24-1+deb9u1) stretch; urgency=medium
* debian/control:
+ Fix typo in D (python3-solv): Change ${python:Depends} to
${python3:Depends}. Spotted by Adrian Bunk. (Closes: #867407).
-- Mike Gabriel <sunweaver@debian.org> Mon, 18 Sep 2017 17:33:32 +0200
libsolv (0.6.24-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop 1002_support-python2+3-bindings-simultaneously.patch.
Resolved (differently) upstream.
+ Drop 1005_provide-repo-autopattern-for-non-SUSE-builds.patch.
Solved upstream.
* debian/rules:
+ Set ENABLE_PYTHON3 to 1 for enabling python3 bindings build for libsolv.
* debian/{libsolv0,libsolvext0}.symbols:
+ Update symbols for 0.6.24 upstream release.
* debian/copyright
+ Update auto-generated copyright.in file.
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Tue, 10 Jan 2017 19:54:45 +0100
libsolv (0.6.21-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards: to 3.9.8. No changes needed.
+ Use https URLs in Vcs-*: fields.
+ Versioned D on dpkg-dev (>= 1.16.1.1).
+ Don't build dbg:packages anymore. See
https://wiki.debian.org/AutomaticDebugPackages.
* debian/{control,compat}:
+ Bump DH compat level to version 9.
* debian/rules:
+ Create orig tarball in ../ rather than ./.
+ Enable all hardening build flags.
+ Use NEWS file as upstream changelog.
* debian/patches:
+ Updates all patches.
+ Drop 1006_man-page-spelling-errors.patch. Applied upstream.
+ Add 1006_various-types.patch. Fix various typos and grammar
issues.
* debian/libsolv0-dev.install:
+ Upstream now provides a pkg-config .pc file.
* debian/libsolv-tools.examples:
+ solv.c moved to examples/solv/ in source tree.
* debian/libsolv-tools.examples:
+ solv.c moved to examples/solv/ in source tree.
* debian/libsolv0.symbols:
+ Update symbols.
* debian/copyright.in:
+ Update automatically generated copyright.in file.
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Thu, 02 Jun 2016 17:38:33 +0200
libsolv (0.6.11-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop 1001_configurable-include-dir.patch,
1003_man-page-spelling-errors.patch.
Applied in similar way upstream.
+ Update 1002_support-python2+3-bindings-simultaneously.patch.
Rebase against latest changes in this upstream release.
+ Add +1005_provide-repo-autopattern-for-non-SUSE-builds.patch.
Provide repo_add_autopattern symbol even when compiled with DEBIAN
as the default distribution.
+ Add 1006_man-page-spelling-errors.patch. Fix spelling errors in
libsolv-bindings.3 man page.
* debian/copyright{,.in}:
+ Update copyright information for new upstream release.
+ Update script-generated copyright file template.
* debian/control:
+ Bump Standards: to 3.9.6. No changes needed.
* debian/rules:
+ Build with -DDEBIAN=1 instead off -DSUSE=1. This sets
DEBIAN as the default distribution for libsolv, other
distributions can be enabled at runtime (because of
-DMULTI_SEMANTICS=1).
+ Add new build options to get same list of symbols as
in libsolv 0.6.5: ENABLE_PUBKEY=1, ENABLE_RPMDB=1.
ENABLE_RPMDB_BYRPMHEADER=1.
* debian/libsolv-{doc,tools}.install:
+ Install man pages for binaries (section 1) into libsolv-tools
bin:package, install API documenting man pages (section 3) into
the libsolv-doc bin:package.
* debian/*.symbols:
+ Update .symbols files.
* lintian:
+ Reduce debian/libsolv-tools.lintian-overrides. Latest upstream provides
man pages for binaries in libsolv-tools.
+ The deprecated script repo2solv does not have a man page (and won't
get one).
+ Mark man page for usr/bin/solv as missing (reported upstream).
-- Mike Gabriel <sunweaver@debian.org> Tue, 02 Jun 2015 06:04:24 +0200
libsolv (0.6.5-1) unstable; urgency=low
* Initial release. (Closes: #761948).
-- Mike Gabriel <sunweaver@debian.org> Wed, 24 Sep 2014 17:12:57 +0200
|