public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Mon,  1 Aug 2016 22:40:06 +0000 (UTC)	[thread overview]
Message-ID: <1470091203.116b1670c7888c1163761ce473b9ca0041180b41.blueness@gentoo> (raw)

commit:     116b1670c7888c1163761ce473b9ca0041180b41
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 22:39:47 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 22:40:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116b1670

dev-libs/libressl: version bump to 2.3.7 and 2.4.2, remove older

Package-Manager: portage-2.2.28

 dev-libs/libressl/Manifest                         |  5 +--
 dev-libs/libressl/libressl-2.2.9.ebuild            | 47 ----------------------
 ...libressl-2.3.6.ebuild => libressl-2.3.7.ebuild} |  0
 ...libressl-2.4.1.ebuild => libressl-2.4.2.ebuild} |  0
 4 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index 829e1b9..21b0d15 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,3 +1,2 @@
-DIST libressl-2.2.9.tar.gz 2959045 SHA256 710ff377ea83637239d5010f4d261f5f91c7fdce91a38974149acd03e45c4c44 SHA512 904519f5547d00ac959c9824fbc7aa22b50492b3932bc195ad59de1d16ebb02394feb9ac95890aab96d99de4820fb3276b660cb7a329054a2954b527a523f6ff WHIRLPOOL b95d480bc968a2b32c95959f4de9ddd1c9f439a349e8d37633ea840a7688a8f6189bd15e2efa982ac0dc7b63a47d488dffdf4c09d480dbbe247e4b48a6eac643
-DIST libressl-2.3.6.tar.gz 3013459 SHA256 358a4779e6813bd06f07db0cf0f0fe531401ed0c6ed958973d404416c3d537fa SHA512 d170fb6a457d3ad1861522f47ce27754dc13740575ef1ea397748b18709c3b17e3793a790d68791e3dc421a3e33de0d0ad023ceb8de132b2351f4ce00c8c67e9 WHIRLPOOL efa437081cadecabd4f498a9f672d91d512791448452498c2c5019ea14915d05dd9982dae745e8ed80e16ca714cb8175d154738e2b7c0d65d5d75c1fd877ea2b
-DIST libressl-2.4.1.tar.gz 3024529 SHA256 121922b13169cd47a85e3e77f0bc129f8d04247193b42491cb1fab9074e80477 SHA512 61db009bf13e409a822e8438cf6dee4ac3e7d763e548d4afa9bf493c0a24aad760438793eb66d3b9a6e6b3f05a61f6dd26ca4a3368587fe6b8214d5f4a814560 WHIRLPOOL 46defeab207485808c8581aa86b00d556c1226948dc597ae21daee9e06b67275a6fa0a75926af6402839014324dde742620aa7d8ab7436e94a9f97db109cdd05
+DIST libressl-2.3.7.tar.gz 3013807 SHA256 f59f5d859ce4867cc4761a13d02024f699491e277d54a9fe76e053e5b5f70860 SHA512 5774ab7aa0e4c8f7c61c01192d6c5a782cef57022fcdc64cc61180b4f2ae483145c2e91d56eae78db27dfce04a7ca67fb63e6ce8a8b84b4bc961f65a2a108747 WHIRLPOOL e68251d15a9a2dc9d35b3a4bfd092f7e030d0ba03339f000f201bd297190538368b12324336e5437800bf3b2f481ff739027d30f3f26367ddd48937f35a8f4a3
+DIST libressl-2.4.2.tar.gz 3021644 SHA256 5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3 SHA512 abacecb318a787f5ef9d8469638b7485fe237d4d993f410d7da8c0773ab8eff8c7da988fe965f793b268711afe599dc28f994eedeaa2aafebeb40faa30af38db WHIRLPOOL a2cdd3109dd200fa9dc4ae0f47f536b2b6d68fd2e53901d4f90a8f39e71af41010d925cd408616f8e5da56f7a8b0397ab21cccca5bfd32ac68ee9bf48ccbb99a

diff --git a/dev-libs/libressl/libressl-2.2.9.ebuild b/dev-libs/libressl/libressl-2.2.9.ebuild
deleted file mode 100644
index 1dcdc69..0000000
--- a/dev-libs/libressl/libressl-2.2.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/"
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
-
-LICENSE="ISC openssl"
-SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-	touch crypto/Makefile.in
-	sed -i \
-		-e '/^[ \t]*CFLAGS=/s#-g ##' \
-		-e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-		-e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-		-e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-		-e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-		-e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-		configure || die "fixing CFLAGS failed"
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable asm) \
-		$(use_enable static-libs static)
-}
-
-multilib_src_test() {
-	emake check
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	prune_libtool_files
-}

diff --git a/dev-libs/libressl/libressl-2.3.6.ebuild b/dev-libs/libressl/libressl-2.3.7.ebuild
similarity index 100%
rename from dev-libs/libressl/libressl-2.3.6.ebuild
rename to dev-libs/libressl/libressl-2.3.7.ebuild

diff --git a/dev-libs/libressl/libressl-2.4.1.ebuild b/dev-libs/libressl/libressl-2.4.2.ebuild
similarity index 100%
rename from dev-libs/libressl/libressl-2.4.1.ebuild
rename to dev-libs/libressl/libressl-2.4.2.ebuild


             reply	other threads:[~2016-08-01 22:40 UTC|newest]

Thread overview: 168+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-01 22:40 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-31 11:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ Sergei Trofimovich
2020-12-31  4:24 Sam James
2020-12-31  4:24 Sam James
2020-12-31  4:16 Sam James
2020-12-11 20:46 Sam James
2020-12-11 20:21 Sam James
2020-12-10 21:41 Thomas Deutschmann
2020-12-09 18:56 Fabian Groffen
2020-12-09  4:45 Stefan Strogin
2020-11-26 17:18 Anthony G. Basile
2020-11-26 17:17 Anthony G. Basile
2020-11-03  3:54 Sam James
2020-11-02  2:29 Jory Pratt
2020-11-02  2:29 Jory Pratt
2020-09-07  3:28 Sam James
2020-09-07  3:26 Sam James
2020-09-07  3:26 Sam James
2020-09-05  0:38 Sam James
2020-09-04  2:34 Sam James
2020-09-04  2:34 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-08-25 23:37 Anthony G. Basile
2020-08-24 23:33 Sam James
2020-08-21 14:15 Anthony G. Basile
2020-08-15  1:42 Stefan Strogin
2020-07-27 20:35 Aaron Bauman
2020-07-27 20:33 Aaron Bauman
2020-07-20 16:10 Sam James
2020-07-20 14:59 Sam James
2020-07-09 21:19 Sergei Trofimovich
2020-06-29 16:12 Mikle Kolyada
2020-06-28 20:56 Thomas Deutschmann
2020-06-21 20:31 Thomas Deutschmann
2020-06-17 15:51 Anthony G. Basile
2020-05-25  3:36 Stefan Strogin
2020-05-25  3:36 Stefan Strogin
2020-05-08 20:20 Anthony G. Basile
2020-04-11 13:30 Sergei Trofimovich
2020-03-02 11:51 Sergei Trofimovich
2020-02-11 23:34 Sergei Trofimovich
2020-02-05 23:54 Sergei Trofimovich
2020-01-27 10:26 Mikle Kolyada
2020-01-10  1:26 Thomas Deutschmann
2019-12-31 18:32 Aaron Bauman
2019-12-31 10:52 Mikle Kolyada
2019-10-02  0:09 Stefan Strogin
2019-08-06 17:47 Anthony G. Basile
2019-07-28 13:59 Mikle Kolyada
2019-07-28 13:59 Mikle Kolyada
2019-07-21 10:01 Sergei Trofimovich
2019-07-02  8:19 Sergei Trofimovich
2019-07-01 19:23 Thomas Deutschmann
2019-06-26 20:05 Sergei Trofimovich
2019-05-25  0:42 Aaron Bauman
2019-05-24 14:55 Mikle Kolyada
2019-05-21 13:02 Anthony G. Basile
2019-05-14  2:27 Aaron Bauman
2019-05-14  1:18 Aaron Bauman
2019-04-24  1:57 Aaron Bauman
2019-04-24  1:49 Aaron Bauman
2019-04-24  1:49 Aaron Bauman
2019-04-24  1:07 Aaron Bauman
2019-04-24  1:07 Aaron Bauman
2019-04-17 21:36 Aaron Bauman
2019-03-04 21:33 Fabian Groffen
2019-03-03 18:58 Aaron Bauman
2019-03-03 18:04 Aaron Bauman
2019-03-02 15:33 Mikle Kolyada
2019-03-02 15:33 Mikle Kolyada
2019-02-25  0:46 Aaron Bauman
2019-02-24 21:53 Aaron Bauman
2019-02-18 21:31 Sergei Trofimovich
2019-02-18  0:31 Thomas Deutschmann
2019-02-17 18:37 Aaron Bauman
2019-02-17 18:32 Aaron Bauman
2018-12-28 23:15 Sergei Trofimovich
2018-12-28  7:56 Mikle Kolyada
2018-12-19 23:35 Anthony G. Basile
2018-11-25  1:48 Aaron Bauman
2018-11-25  1:48 Aaron Bauman
2018-11-25  1:47 Aaron Bauman
2018-10-31 13:25 Anthony G. Basile
2018-10-10  1:11 Anthony G. Basile
2018-09-17 23:21 Matt Turner
2018-09-17 23:21 Matt Turner
2018-08-07 11:08 Anthony G. Basile
2018-07-09 23:25 Mikle Kolyada
2018-07-07 10:47 Markus Meier
2018-06-29 20:08 Anthony G. Basile
2018-06-17 23:29 Thomas Deutschmann
2018-06-17  1:13 Aaron Bauman
2018-06-16 19:26 Sergei Trofimovich
2018-06-16  1:36 Aaron Bauman
2018-06-05  7:12 Jeroen Roovers
2018-06-03 17:16 Mikle Kolyada
2018-05-25  0:11 Aaron Bauman
2018-05-19 18:15 Sergei Trofimovich
2018-05-18 23:16 Jeroen Roovers
2018-05-06 16:37 Aaron Bauman
2018-05-06 16:16 Aaron Bauman
2018-05-06 12:06 Anthony G. Basile
2018-04-30 23:50 Anthony G. Basile
2018-04-30  0:29 Aaron Bauman
2018-04-19 23:51 Aaron Bauman
2018-04-17  1:32 Aaron Bauman
2018-04-15 16:39 Mikle Kolyada
2018-04-06 13:36 Anthony G. Basile
2018-04-01 22:43 Anthony G. Basile
2018-03-30 16:18 Anthony G. Basile
2018-03-30 14:01 Anthony G. Basile
2018-03-24 11:12 Anthony G. Basile
2018-03-23  0:04 Anthony G. Basile
2018-03-22  7:12 Anthony G. Basile
2017-12-20 14:15 Anthony G. Basile
2017-12-04 22:07 Sergei Trofimovich
2017-11-13  7:54 Sergei Trofimovich
2017-11-13  0:55 Thomas Deutschmann
2017-11-12 19:39 Anthony G. Basile
2017-11-12 19:39 Anthony G. Basile
2017-11-10 23:15 Anthony G. Basile
2017-11-10 12:40 Anthony G. Basile
2017-11-07 22:52 Sergei Trofimovich
2017-11-06 21:21 Anthony G. Basile
2017-09-27  7:40 Anthony G. Basile
2017-09-19 22:19 Anthony G. Basile
2017-09-19 21:04 Sergei Trofimovich
2017-09-07 19:16 Anthony G. Basile
2017-08-26 12:32 Mikle Kolyada
2017-07-15  0:59 Anthony G. Basile
2017-06-30 10:52 Sergei Trofimovich
2017-06-18 15:24 Alexis Ballier
2017-06-05  0:19 Anthony G. Basile
2017-05-03 21:36 Anthony G. Basile
2017-05-03 21:34 Anthony G. Basile
2017-04-12 15:14 Anthony G. Basile
2017-03-28 11:19 Anthony G. Basile
2017-02-02 23:45 Anthony G. Basile
2017-02-01 18:39 Anthony G. Basile
2017-01-26 16:08 Tobias Klausmann
2016-11-25 13:34 Anthony G. Basile
2016-11-09  3:23 Anthony G. Basile
2016-09-28  0:55 Anthony G. Basile
2016-08-31 16:07 Michael Palimaka
2016-07-05 23:35 Anthony G. Basile
2016-06-10  7:26 Anthony G. Basile
2016-06-04 13:33 Anthony G. Basile
2016-06-01  8:35 Anthony G. Basile
2016-05-09  6:51 Anthony G. Basile
2016-05-04 20:30 Anthony G. Basile
2016-04-23 12:26 Michał Górny
2016-04-18  9:43 Patrice Clement
2016-04-18  4:41 Michał Górny
2016-03-23 10:06 Anthony G. Basile
2016-03-23 10:06 Anthony G. Basile
2016-01-29  8:11 Anthony G. Basile
2016-01-29  0:27 Anthony G. Basile
2016-01-29  0:27 Anthony G. Basile
2015-12-08 10:00 Anthony G. Basile
2015-12-05 12:36 Anthony G. Basile
2015-12-04 23:40 Anthony G. Basile
2015-12-04 10:21 Anthony G. Basile
2015-12-04 10:12 Anthony G. Basile
2015-10-31  7:21 Jeroen Roovers
2015-10-19 21:07 Julian Ospald
2015-10-16 13:53 Julian Ospald
2015-10-16 13:53 Julian Ospald
2015-09-20 11:32 Julian Ospald

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=1470091203.116b1670c7888c1163761ce473b9ca0041180b41.blueness@gentoo \
    --to=blueness@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