Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829687 - net-libs/ldns - drop openssl-related USE flags
Summary: net-libs/ldns - drop openssl-related USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-12-19 23:19 UTC by Mike Gilbert
Modified: 2021-12-24 10:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2021-12-19 23:19:30 UTC
Now that openssl enables EC unconditionally, I think we should drop these USE flags and always enable the features.

ecdsa
ed25519
ed448

Also, I'm not sure why these are optional since we depend on >=openssl-1.1.0 anyway.

dane
gost

I see there is a new ldns version available (1.8.1), so these flags could be dropped with that version bump.
Comment 1 Larry the Git Cow gentoo-dev 2021-12-24 10:57:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debaa1a0472615bac5d951695d79d56e6cfd9d94

commit debaa1a0472615bac5d951695d79d56e6cfd9d94
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-22 23:14:57 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-24 10:39:03 +0000

    net-dns/opendnssec: update ldns dep
    
    The ed25519 and ed448 USE flags are being removed.
    
    Bug: https://bugs.gentoo.org/829687
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://bugs.gentoo.org/829687
    Closes: https://github.com/gentoo/gentoo/pull/23475
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 .../{opendnssec-2.1.10-r1.ebuild => opendnssec-2.1.10-r2.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a36d35cb709c129100be8cf867748d47e6aa934

commit 0a36d35cb709c129100be8cf867748d47e6aa934
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-22 21:32:51 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-24 10:39:00 +0000

    net-libs/ldns: add 1.8.1 and clean up ebuild
    
    Drop USE flags: dane, ecdsa, ed25519, ed448 gost
    These features are now enabled unconditionally.
    
    Drop obsolete sed calls and eautoreconf.
    
    Add patch to fix static libs info in ldns.pc.
    
    Closes: https://bugs.gentoo.org/829687
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 net-libs/ldns/Manifest                         |  1 +
 net-libs/ldns/files/ldns-1.8.1-pkgconfig.patch | 10 +++
 net-libs/ldns/ldns-1.8.1.ebuild                | 89 ++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debaa1a0472615bac5d951695d79d56e6cfd9d94

commit debaa1a0472615bac5d951695d79d56e6cfd9d94
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-22 23:14:57 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-24 10:39:03 +0000

    net-dns/opendnssec: update ldns dep
    
    The ed25519 and ed448 USE flags are being removed.
    
    Bug: https://bugs.gentoo.org/829687
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://bugs.gentoo.org/829687
    Closes: https://github.com/gentoo/gentoo/pull/23475
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 .../{opendnssec-2.1.10-r1.ebuild => opendnssec-2.1.10-r2.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca111d83af43788a23cdf2e7e49c5918dd96d29

commit aca111d83af43788a23cdf2e7e49c5918dd96d29
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-22 22:18:47 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-24 10:39:01 +0000

    net-dns/ldns-utils: drop obsolete USE flags
    
    Bug: https://bugs.gentoo.org/829687
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 ...ldns-utils-1.8.0-r2.ebuild => ldns-utils-1.8.0-r3.ebuild} | 12 +-----------
 net-dns/ldns-utils/metadata.xml                              |  7 -------
 2 files changed, 1 insertion(+), 18 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde4f2128731e569c9a71573795946f4d83f5b12

commit dde4f2128731e569c9a71573795946f4d83f5b12
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-22 21:57:58 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2021-12-24 10:39:00 +0000

    net-misc/openssh: update ldns dep
    
    The ecdsa USE flag is being removed.
    
    Bug: https://bugs.gentoo.org/829687
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 net-misc/openssh/{openssh-8.7_p1-r3.ebuild => openssh-8.7_p1-r4.ebuild} | 2 +-
 net-misc/openssh/{openssh-8.8_p1-r3.ebuild => openssh-8.8_p1-r4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)