diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-21 17:03:49 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-21 17:04:53 +1200 |
commit | c8cdd712e630db26cebb50d5883cbeded36e797f (patch) | |
tree | 1b7c8c2d3ef9e5ac89e38df8d8ebc06a717fe46b /dev-perl/FCGI | |
parent | app-editors/xemacs: Stabilize 21.4.24-r2 arm64, #738268 (diff) | |
download | gentoo-c8cdd712e630db26cebb50d5883cbeded36e797f.tar.gz gentoo-c8cdd712e630db26cebb50d5883cbeded36e797f.tar.bz2 gentoo-c8cdd712e630db26cebb50d5883cbeded36e797f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/FCGI')
-rw-r--r-- | dev-perl/FCGI/FCGI-0.790.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/FCGI/Manifest | 1 |
2 files changed, 29 insertions, 0 deletions
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 000000000000..24bb0550fa1b --- /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 ee6d42d7942a..0cf1b90db9ab 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 |