From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI/
Date: Fri, 21 Aug 2020 05:05:16 +0000 (UTC) [thread overview]
Message-ID: <1597986293.c8cdd712e630db26cebb50d5883cbeded36e797f.kentnl@gentoo> (raw)
commit: c8cdd712e630db26cebb50d5883cbeded36e797f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 05:03:49 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 05:04:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cdd712
dev-perl/FCGI: Bump to version 0.790.0
- EAPI7
- Ensure CFLAGS passed to make/compiler
Upstream:
- Check socket path length in OS_{CreateLocalIpcFd,OS_FcgiConnect}
to avoid buffer overrun
- Fix memory leak in ProcessManagementRecord()
Security:
- This includes fixes for both memory leaks and buffer overruns, and may
be subject to security issues
* https://github.com/perl-catalyst/FCGI/pull/4
* https://github.com/perl-catalyst/FCGI/pull/5
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/FCGI/FCGI-0.790.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-perl/FCGI/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/FCGI/FCGI-0.790.0.ebuild b/dev-perl/FCGI/FCGI-0.790.0.ebuild
new file mode 100644
index 00000000000..24bb0550fa1
--- /dev/null
+++ b/dev-perl/FCGI/FCGI-0.790.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.79
+inherit perl-module
+
+DESCRIPTION="Fast CGI module"
+
+LICENSE="FastCGI"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
diff --git a/dev-perl/FCGI/Manifest b/dev-perl/FCGI/Manifest
index ee6d42d7942..0cf1b90db9a 100644
--- a/dev-perl/FCGI/Manifest
+++ b/dev-perl/FCGI/Manifest
@@ -1 +1,2 @@
DIST FCGI-0.78.tar.gz 93598 BLAKE2B 5506f5d88a7db31aab61bb1f2fc3d8a92754252781825ec8d5765ea4c5add2a8ef03544c12c46dcd29e9ead360d97cb3f126c92591551903abc285dfa6fe6fd9 SHA512 d0932a70098ff414d23e55fb606f524bb36922d8733732c38d99fa872129f781af16696e72d6319bd897e8e9acc9deb4a26bc0f6b0913817f4f5be440eb21936
+DIST FCGI-0.79.tar.gz 93884 BLAKE2B 6dc9fe5155acad50e41880daa78c60757c426c98659178218b3abbba694291a010d3cce1b7e37f50ea3231b094d1e9e780c0e78ad69617784c1b9ccab9172639 SHA512 18bb654b1d779881211e90c37144479fc2767dac71cdeb45099c67e1f2650f1aeae90d8646415b62a9b1dcc7595653b14c9f89b711416ebc6a31342bacd72c90
next reply other threads:[~2020-08-21 5:05 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-21 5:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-09 19:49 [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI/ Andreas K. Hüttel
2024-03-17 6:27 Ionen Wolkens
2022-08-29 12:38 Jakov Smolić
2022-06-29 17:59 Arthur Zamarin
2022-06-29 17:41 Arthur Zamarin
2022-06-29 17:18 Arthur Zamarin
2022-06-29 16:56 Sam James
2022-03-09 13:40 Yixun Lan
2022-01-10 7:49 Joshua Kinard
2021-12-31 6:13 Matt Turner
2021-11-20 10:24 Arthur Zamarin
2021-11-19 11:39 Arthur Zamarin
2021-11-19 11:36 Sam James
2021-11-19 2:08 Sam James
2021-11-15 4:31 Sam James
2021-11-14 21:11 Sam James
2021-11-10 8:28 Arthur Zamarin
2021-11-09 22:47 James Le Cuirot
2021-11-09 20:31 Jakov Smolić
2021-10-27 21:52 Andreas K. Hüttel
2021-10-27 21:52 Andreas K. Hüttel
2021-05-30 9:50 Agostino Sarubbo
2021-05-29 17:17 Sam James
2021-05-29 15:23 Sam James
2021-05-29 15:23 Sam James
2021-05-29 15:23 Sam James
2020-08-21 6:58 Kent Fredric
2020-04-28 21:13 Mart Raudsepp
2020-04-14 11:16 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2018-06-14 19:35 Mikle Kolyada
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 17:43 Thomas Deutschmann
2018-06-10 15:52 Aaron Bauman
2017-11-09 0:07 Matt Turner
2017-10-21 8:38 Kent Fredric
2016-12-04 0:49 Patrice Clement
2016-01-17 21:30 Andreas Hüttel
2016-01-17 13:37 Mikle Kolyada
2016-01-16 17:11 Mikle Kolyada
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=1597986293.c8cdd712e630db26cebb50d5883cbeded36e797f.kentnl@gentoo \
--to=kentnl@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