Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 581568 - net-dns/knot-{1.6.7,2.2.1} version bumps
Summary: net-dns/knot-{1.6.7,2.2.1} version bumps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ondřej Surý
URL: https://gitlab.labs.nic.cz/labs/knot/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 16:16 UTC by Pierre-Olivier Mercier
Modified: 2016-08-30 16:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for ebuild (knot-2.1.0-2.2.0.patch,474 bytes, patch)
2016-04-29 16:16 UTC, Pierre-Olivier Mercier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Olivier Mercier 2016-04-29 16:16:05 UTC
Created attachment 432578 [details, diff]
Patch for ebuild

Hi,

New versions of knot are available.

For 1.6.7, renaming the ebuild works for me.

The 2.2.0 revision introduce a new required dependency to dev-libs/libedit and patch knot-2.1.0-nettle.patch is not needed anymore, as it has been merged.
Comment 2 Pierre-Olivier Mercier 2016-06-07 12:52:53 UTC
Version 2.2.1 is out for quite a while now. The same ebuild as for 2.2.0 can be used (the one attached to this report).

Release notes can be found at: https://www.knot-dns.cz/2016-05-24-version-221.html
Comment 3 Patrice Clement gentoo-dev 2016-08-30 16:32:55 UTC
commit 71006dc98d472ee4b0842f4da61de340bc6903b4 (HEAD -> master, origin/master, origin/HEAD)
Author:     Pierre-Olivier Mercier <nemunaire@nemunai.re>
AuthorDate: Thu Aug 25 21:49:29 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Tue Aug 30 18:32:10 2016 +0200

net-dns/knot: version bump + clean up.

* bump to EAPI=6
* call eapply_user
* generate only HTML documentation
* parallel testing have been fixed
* backport a patch fixing tests on big-endian arch

Gentoo-Bug: https://bugs.gentoo.org/581568
Gentoo-Bug: https://bugs.gentoo.org/588654
Gentoo-Bug: https://bugs.gentoo.org/589166
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2117

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

net-dns/knot/Manifest                              |   4 +-
.../1.6.3-dont-create-extra-directories.patch      |  15 --
.../2.0.2-dont-create-extra-directories.patch      |  15 --
...ire-format-when-writing-FNV64-hash-values.patch | 216 +++++++++++++++++++++
net-dns/knot/files/knot-2.1.0-nettle.patch         |  26 ---
net-dns/knot/knot-1.6.6.ebuild                     |  95 ---------
net-dns/knot/knot-1.6.8.ebuild                     |  76 ++++++++
net-dns/knot/knot-2.1.0.ebuild                     |  98 ----------
net-dns/knot/knot-2.3.0.ebuild                     |  82 ++++++++
9 files changed, 376 insertions(+), 251 deletions(-)
delete mode 100644 net-dns/knot/files/1.6.3-dont-create-extra-directories.patch
delete mode 100644 net-dns/knot/files/2.0.2-dont-create-extra-directories.patch
create mode 100644 net-dns/knot/files/2.3.0-added-conversion-to-wire-format-when-writing-FNV64-hash-values.patch
delete mode 100644 net-dns/knot/files/knot-2.1.0-nettle.patch
delete mode 100644 net-dns/knot/knot-1.6.6.ebuild
create mode 100644 net-dns/knot/knot-1.6.8.ebuild
delete mode 100644 net-dns/knot/knot-2.1.0.ebuild
create mode 100644 net-dns/knot/knot-2.3.0.ebuild