Versions
v0.300.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- amd64 ~x86
- USE flags
- minimal test
v0.280.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- amd64 ~x86
- USE flags
- minimal test
USE flags
General
- minimal
- Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
perl_features
- debug
- PERL_FEATURES setting enabling internal debug support in Perl
- ithreads
- PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
- quadmath
- PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
virtual / perl-XSLoader : Virtual for XSLoader
Bugs
- 930378
- <dev-perl/Crypt-SMIME-0.300.0: double free in x509 parser
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Crypt-SMIME: Stabilize 0.300.0 amd64, #933967
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Crypt-SMIME: add 0.300.0
Bug: https://bugs.gentoo.org/930378 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Crypt-SMIME: drop 0.270.0-r1
Bug: https://bugs.gentoo.org/886841 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Crypt-SMIME: Stabilize 0.280.0 amd64, #886841
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Crypt-SMIME: add 0.280.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-perl/Crypt-SMIME: Stabilize 0.270.0-r1 amd64, #877713
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
dev-perl/Crypt-SMIME: use binding := for dev-libs/openssl
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-perl/Crypt-SMIME: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Cleanup old 0.260.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Cleanup old 0.250.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Bump to version 0.270.0
Upstream: - Remove t/dependencies.t ( change invisible to gentoo because we already striped this test ) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Bump to version 0.260.0
Upstream: - sign(), signonly(), encrypt(), check(), and decrypt() no longer truncate input on a NUL character. Security Note: - This may have security implications as it implies there may be scope for attacks where two sets of input would give the same output, due to content after the NUL not being part of the sign'ed content. I may be misunderstanding the problem, so please check the cited bug for details Bug: https://rt.cpan.org/Public/Bug/Display.html?id=133084 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Cleanup old 0.190.0,0.250.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: -r bump for EAPI7 and CFLAGS love
- EAPI7 - Unconditionally patch bad tests - Ensure CFLAGS passed through make/compiler Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/Crypt-SMIME: Version bump to 0.25
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3 - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Bump to version 0.190.0
Upstream: - use RFC-5652 CMS instead of PKCS#7 for compat/interop reasons. - use AES-128-CBC instead of DES-EDE3-CBC for encryption - Fix compat with OpenSSL >= 1.1 Package-Manager: portage-2.3.2 - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Bump to 0.170.0
- Add missing test dependencies + mininal handling Upstream: - New function: setPrivateKeyPkcs12() Package-Manager: portage-2.3.0 - Kent Fredric · gentoo
dev-perl/Crypt-SMIME: Remove Author Tests
Not useful on gentoo, and are free dependencies. Package-Manager: portage-2.3.0 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/ffmpegsource-bug-564524'
Pull request: https://github.com/gentoo/gentoo/pull/629 - Andreas K. Hüttel · gentoo
ExtUtils-Constant is in core...
Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/dryatu/master'
Pull request: https://github.com/gentoo/gentoo/pull/583 - Andreas K. Hüttel · gentoo
dev-perl/Crypt-SMIME: Version bump
Package-Manager: portage-2.2.26 - Andreas K. Hüttel · gentoo
dev-perl/Crypt-SMIME: Remove old
Package-Manager: portage-2.2.26 - Julian Ospald · gentoo
dev-perl/Crypt-SMIME: add libressl support - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed