* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/
@ 2017-03-25 21:46 Alon Bar-Lev
0 siblings, 0 replies; 4+ messages in thread
From: Alon Bar-Lev @ 2017-03-25 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 4f343be78825946cb91b27183e18fa3c2a5e980a
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:36:47 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f343be7
app-crypt/md6sum: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/md6sum/md6sum-1.0-r2.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
index afa973669fc..0447b87fa2e 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
@@ -3,8 +3,6 @@
EAPI="6"
-inherit eutils
-
DESCRIPTION="A C implementation of MD6"
HOMEPAGE="http://groups.csail.mit.edu/cis/md6"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/
@ 2017-10-04 7:47 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-10-04 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 78385c1e4099ead66fd1a30ef2279a9a1bcb3004
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:19:28 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 07:47:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78385c1e
app-crypt/md6sum: Strip empty metadata.xml elements
app-crypt/md6sum/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-crypt/md6sum/metadata.xml b/app-crypt/md6sum/metadata.xml
index 44a179ab29c..5554188586d 100644
--- a/app-crypt/md6sum/metadata.xml
+++ b/app-crypt/md6sum/metadata.xml
@@ -5,8 +5,6 @@
<email>crypto@gentoo.org</email>
<name>Crypto</name>
</maintainer>
- <longdescription lang="en">
-</longdescription>
<upstream>
<remote-id type="sourceforge">md6sum</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/
@ 2018-04-10 19:24 Alon Bar-Lev
0 siblings, 0 replies; 4+ messages in thread
From: Alon Bar-Lev @ 2018-04-10 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 3bc08b1e736e3faca0666497b644b505cca2e26b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Apr 10 11:50:17 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 19:24:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc08b1e
app-crypt/md6sum: use HTTPS
app-crypt/md6sum/md6sum-1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
index 0447b87fa2e..93020816bfd 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
DESCRIPTION="A C implementation of MD6"
-HOMEPAGE="http://groups.csail.mit.edu/cis/md6"
+HOMEPAGE="https://groups.csail.mit.edu/cis/md6"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/
@ 2020-04-22 8:29 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2020-04-22 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 931194767f5aeea434a4e2bb14f365e00307e6ae
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 08:24:27 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 08:29:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93119476
app-crypt/md6sum: Set CFLAGS+=-fcommon
This code is particularly evil in that it expressly omits a declaration
of the compression_hook function and apparently fully intended to rely
on the -fcommon mechanism to toggle debugging functions. See md6.h for
the rationale.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/706780
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-crypt/md6sum/md6sum-1.0-r2.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
index 631b65b9a6e..5859b5ca9af 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit flag-o-matic
DESCRIPTION="A C implementation of MD6"
HOMEPAGE="https://groups.csail.mit.edu/cis/md6"
@@ -16,3 +17,8 @@ PATCHES=(
"${FILESDIR}/${P}-cflags.patch"
"${FILESDIR}/${P}-format-security.patch"
)
+
+src_configure() {
+ append-cflags -fcommon # bug #706780
+ default
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-22 8:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 7:47 [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-04-22 8:29 Jeroen Roovers
2018-04-10 19:24 Alon Bar-Lev
2017-03-25 21:46 Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox