public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/
Date: Thu, 27 Jun 2019 10:09:23 +0000 (UTC)	[thread overview]
Message-ID: <1561630128.eb0f66f5f0a89cc4123011df33bc68d242dbb43d.alonbl@gentoo> (raw)

commit:     eb0f66f5f0a89cc4123011df33bc68d242dbb43d
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 10:01:49 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 10:08:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f66f5

dev-libs/nettle: version bump

Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/nettle/Manifest                                   |  2 +-
 dev-libs/nettle/metadata.xml                               | 11 +++++++----
 dev-libs/nettle/{nettle-3.5.ebuild => nettle-3.5.1.ebuild} | 10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 744d6c2368c..580f010e062 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1,2 +1,2 @@
 DIST nettle-3.4.1.tar.gz 1947053 BLAKE2B 354318c46c28aeaaca611abe70298024ec12ff70aed53c741e43c1b5373361e5cffb03df7b8e86ef103a3b7770b2b4fe39fbca00b128f2b7ec810b3a4d9fd0fd SHA512 26aefbbe9927e90e28f271e56d2ba876611831222d0e1e1a58bdb75bbd50934fcd84418a4fe47b845f557e60a9786a72a4de2676c930447b104f2256aca7a54f
-DIST nettle-3.5.tar.gz 1989543 BLAKE2B db2a4c8deed2e99e746c702cc686385fc1ae87aab67d94ca67a4d9dfea4e10990f2a3fed81010c78364271c8a08e2208e5a479298ab5e9bc10a5c676fe7a3cbc SHA512 0aaac4b678fede9f462e0c71e5926b02e82aa7a54b15ab34d159315a36b99bd8f17c3ad89a1ffae7bc8333668fe9793c041637ffe8000175bb20b14047bef907
+DIST nettle-3.5.1.tar.gz 1989593 BLAKE2B 40e527a4cc541674acc39072f2ebbab4b6ed1b043687d88c776ce9c58374538b111d282e0eea5424059260b0876c5cf01f97470c850e082c167b05a57e6c591a SHA512 f738121b9091cbe79435fb5d46b45cf6f10912320c233829356908127bab1cac6946ca56e022a832380c44f2c10f21d2feef64cb0f4f41e3da4a681dc0131784

diff --git a/dev-libs/nettle/metadata.xml b/dev-libs/nettle/metadata.xml
index f1c3d59fb21..2992d1b3df8 100644
--- a/dev-libs/nettle/metadata.xml
+++ b/dev-libs/nettle/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>crypto@gentoo.org</email>
-	<name>Crypto</name>
-</maintainer>
+	<maintainer type="project">
+		<email>crypto@gentoo.org</email>
+		<name>Crypto</name>
+	</maintainer>
+	<use>
+		<flag name="cpu_flags_x86_sha">Enable support for Intel's SHA instruction set (SHA-NI)</flag>
+	</use>
 </pkgmetadata>

diff --git a/dev-libs/nettle/nettle-3.5.ebuild b/dev-libs/nettle/nettle-3.5.1.ebuild
similarity index 85%
rename from dev-libs/nettle/nettle-3.5.ebuild
rename to dev-libs/nettle/nettle-3.5.1.ebuild
index dd968d505c0..5bf45e8446d 100644
--- a/dev-libs/nettle/nettle-3.5.ebuild
+++ b/dev-libs/nettle/nettle-3.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/7" # subslot = libnettle soname version
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
+IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes cpu_flags_x86_sha"
 
 DEPEND="gmp? ( >=dev-libs/gmp-6.0:0=[static-libs?,${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}"
@@ -36,13 +36,12 @@ pkg_setup() {
 src_prepare() {
 	default
 
+	# I do not see in config.sub reference to sunldsolaris.
+	# if someone complains readd
+	# -e 's/solaris\*)/sunldsolaris*)/' \
 	sed -e '/CFLAGS=/s: -ggdb3::' \
-		-e 's/solaris\*)/sunldsolaris*)/' \
 		-i configure.ac || die
 
-	# conditionally build tests and examples required by tests
-	use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die
-
 	eautoreconf
 }
 
@@ -51,6 +50,7 @@ multilib_src_configure() {
 	ECONF_SOURCE="${S}" econf \
 		$(tc-is-static-only && echo --disable-shared) \
 		$(use_enable cpu_flags_x86_aes x86-aesni) \
+		$(use_enable cpu_flags_x86_sha x86-sha-ni) \
 		$(use_enable doc documentation) \
 		$(use_enable gmp public-key) \
 		$(use_enable neon arm-neon) \


             reply	other threads:[~2019-06-27 10:09 UTC|newest]

Thread overview: 174+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-27 10:09 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23  0:56 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/ Sam James
2024-08-30  9:05 Arthur Zamarin
2024-08-29  3:51 Sam James
2024-08-29  3:51 Sam James
2024-08-29  3:15 Sam James
2024-08-29  2:35 Sam James
2024-08-29  2:35 Sam James
2024-08-29  2:35 Sam James
2024-07-04  1:29 Sam James
2024-06-24  1:48 Sam James
2024-06-24  1:48 Sam James
2024-06-24  1:16 Sam James
2023-11-17 15:08 Sam James
2023-11-17 15:08 Sam James
2023-08-16 19:17 Sam James
2023-07-17 14:07 Sam James
2023-07-15  6:08 Sam James
2023-06-25 15:39 Arthur Zamarin
2023-06-06  7:18 Sam James
2023-06-01 22:31 Sam James
2023-05-15  4:10 Sam James
2022-11-25  8:58 Arthur Zamarin
2022-11-23  5:28 Arthur Zamarin
2022-11-23  5:28 Arthur Zamarin
2022-11-23  5:28 Arthur Zamarin
2022-11-23  5:24 Arthur Zamarin
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-09-23  2:09 Sam James
2022-08-30 19:06 Sam James
2022-07-29  4:17 Sam James
2022-07-28  5:35 Sam James
2022-07-27 20:30 Sam James
2022-06-03  2:06 Sam James
2021-08-11  4:21 Sam James
2021-08-11  4:21 Sam James
2021-08-11  0:24 Sam James
2021-08-11  0:20 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-06-07 12:08 Lars Wendler
2021-04-29  2:18 Sam James
2021-03-31 14:08 Agostino Sarubbo
2021-03-30 22:05 Sam James
2021-03-30 22:05 Sam James
2021-03-29 14:50 Sam James
2021-03-29  6:11 Sergei Trofimovich
2021-03-28 18:15 Sam James
2021-03-28 14:15 Sam James
2021-03-28 12:17 Sam James
2021-03-28 12:17 Sam James
2021-03-21 16:34 Lars Wendler
2021-03-21 16:34 Lars Wendler
2021-02-18  0:17 Lars Wendler
2021-01-06 19:34 Fabian Groffen
2021-01-04 21:09 Lars Wendler
2020-12-27 14:21 Fabian Groffen
2020-12-26 21:16 Sam James
2020-11-27 23:49 Sam James
2020-10-19  7:09 Kent Fredric
2020-10-18  9:55 Kent Fredric
2020-10-10 13:43 Sergei Trofimovich
2020-07-09  9:19 Agostino Sarubbo
2020-07-09  8:34 Agostino Sarubbo
2020-07-08 19:46 Sam James
2020-07-08 12:23 Michał Górny
2020-07-06  7:22 Sergei Trofimovich
2020-07-06  7:02 Sergei Trofimovich
2020-06-13 14:58 Mike Gilbert
2020-05-06 17:34 Sergei Trofimovich
2020-05-02 16:25 Mart Raudsepp
2020-05-02  8:17 Thomas Deutschmann
2020-05-01 19:58 Thomas Deutschmann
2020-05-01 19:13 Thomas Deutschmann
2020-05-01 17:47 Agostino Sarubbo
2020-05-01 17:46 Agostino Sarubbo
2020-05-01 17:44 Agostino Sarubbo
2020-05-01 17:43 Agostino Sarubbo
2020-05-01 17:42 Agostino Sarubbo
2020-05-01 14:03 Agostino Sarubbo
2020-05-01 14:02 Agostino Sarubbo
2020-05-01 13:38 Thomas Deutschmann
2020-05-01 13:34 Thomas Deutschmann
2020-05-01 13:33 Thomas Deutschmann
2020-05-01 13:23 Thomas Deutschmann
2020-01-08 21:43 Lars Wendler
2019-07-19 18:15 Michał Górny
2019-07-08 13:43 Alon Bar-Lev
2019-07-08 13:31 Alon Bar-Lev
2019-06-26  8:05 Alon Bar-Lev
2019-06-26  7:44 Alon Bar-Lev
2019-05-04 18:38 Andreas K. Hüttel
2019-04-29  5:31 Alon Bar-Lev
2019-04-28 14:34 Alon Bar-Lev
2019-04-28 13:21 Alon Bar-Lev
2019-04-21 10:38 Alon Bar-Lev
2019-04-08 11:16 Mart Raudsepp
2019-04-07 10:52 Mikle Kolyada
2019-03-26 20:05 Markus Meier
2019-03-25 22:18 Sergei Trofimovich
2019-03-25 11:51 Mikle Kolyada
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-23  9:58 Sergei Trofimovich
2019-03-21 13:07 Mikle Kolyada
2018-12-05  9:27 Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2018-09-26  6:22 Sergei Trofimovich
2018-06-09 19:27 Mikle Kolyada
2018-05-10  1:31 Matt Turner
2018-05-03 20:58 Mart Raudsepp
2018-04-26  8:25 Mikle Kolyada
2018-04-23  1:53 Matt Turner
2018-04-23  1:53 Matt Turner
2018-04-22  6:33 Matt Turner
2018-04-22  1:35 Thomas Deutschmann
2018-04-21 20:11 Sergei Trofimovich
2018-04-20  1:35 Aaron Bauman
2018-03-02 20:35 Mart Raudsepp
2017-12-12 11:38 Alon Bar-Lev
2017-12-11 16:38 Alon Bar-Lev
2017-12-11 16:35 Alon Bar-Lev
2017-09-09 19:34 Alon Bar-Lev
2017-09-09 18:29 Sergei Trofimovich
2017-09-09 18:29 Sergei Trofimovich
2017-08-31  1:15 Matt Turner
2017-08-18 23:26 Thomas Deutschmann
2017-08-10  4:40 Markus Meier
2017-07-31 12:56 Tobias Klausmann
2017-07-30 10:49 Sergei Trofimovich
2017-07-26  8:53 Sergei Trofimovich
2017-06-10 15:10 Agostino Sarubbo
2017-04-27 11:23 Agostino Sarubbo
2017-04-19  6:43 Alon Bar-Lev
2017-04-08  8:45 Jeroen Roovers
2017-04-04 19:28 Tobias Klausmann
2017-04-01 16:06 Agostino Sarubbo
2017-03-28  9:56 Agostino Sarubbo
2017-03-28  9:17 Michael Weber
2017-03-25 21:46 Alon Bar-Lev
2017-03-03 12:45 Alon Bar-Lev
2017-02-24  4:16 Mike Frysinger
2017-01-24  9:57 Fabian Groffen
2016-10-21  8:14 Alon Bar-Lev
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-29  8:41 Agostino Sarubbo
2016-09-02 19:15 Tobias Klausmann
2016-08-18 19:32 Markus Meier
2016-08-18 14:53 Agostino Sarubbo
2016-08-14  9:24 Jeroen Roovers
2016-06-04 20:04 Alon Bar-Lev
2016-06-04 19:36 Alon Bar-Lev
2016-03-20 11:53 Agostino Sarubbo
2016-02-14 17:22 Markus Meier
2016-02-05  5:59 Jeroen Roovers
2016-02-05  5:48 Jeroen Roovers
2016-02-04 16:05 Agostino Sarubbo
2016-02-04 16:05 Agostino Sarubbo
2016-02-04 12:06 Tobias Klausmann
2016-02-03 20:47 Alon Bar-Lev
2015-11-18 18:42 Alon Bar-Lev
2015-11-18  9:32 Agostino Sarubbo
2015-11-12 10:37 Agostino Sarubbo
2015-10-17 10:53 Markus Meier
2015-10-16  8:01 Mikle Kolyada
2015-09-25 14:29 Agostino Sarubbo
2015-09-24 13:50 Agostino Sarubbo
2015-09-20  6:19 Jeroen Roovers
2015-09-19  4:34 Jeroen Roovers
2015-09-18 18:56 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1561630128.eb0f66f5f0a89cc4123011df33bc68d242dbb43d.alonbl@gentoo \
    --to=alonbl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox