summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Email-Address-XS: drop x86-macosFabian Groffen2021-01-062-4/+4
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/Email-Address-XS: Bump to version 1.40.0Kent Fredric2020-08-082-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Fix LICENSE - Ensure CFLAGS passed to make/compiler Upstream: - add support for parsing and generating addresses with nul character - fix compose_address when both user and host contain non-ASCII 8bit characters - Fix possible memory leak in dovecot parser - Update dovecot parser from dovecot version 2.3.0.1 - Fix reading from unititialized memory when formatting invalid addresses without user or host part - Fix formatting email addresses when user starts with nul byte - Prefer returning empty string from format functions instead of generating invalid email addresses. - Fix dovecot parser to disallow leading dot in dot-atom - Fix generating/validating email addresses with empty user part - Fix generating/validating email addresses with leading/trailing dot in user part. - try to parse invalid email addresses and mark them as invalid - Don't escape apostrophe's in generated email addresses. - Fix formatting email addresses which contain NUL, TAB, LF or CR - Fix formatting comments which contain NUL bytes. Security: - nul character handling changes in parsing could be a vuln, depending on what is done with the result, esp if it doesn't error ( I haven't determined what it does yet ) - "Possible" memory leaks in dovecot parser fixed. - Cribs some of dovcot parse code and may be subject to vulnerabilities in that file in previous versions - Fixed uninitialized memory access in certain address combinations Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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>
* dev-perl/Email-Address-XS: added prefix keywords, bug #667266Fabian Groffen2018-12-271-1/+1
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Email-Address-XS: amd64 stable wrt bug #667266Agostino Sarubbo2018-11-231-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-perl/Email-Address-XS-1.10.0: ppc64 stable, bug 667266Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Email-Address-XS-1.10.0: ppc stable, bug 667266Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Email-Address-XS: x86 stable (bug #667266)Thomas Deutschmann2018-10-011-2/+2
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-perl/Email-Address-XS: keyworded 1.10.0 for ppc, bug #650684Sergei Trofimovich2018-03-181-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-perl/Email-Address-XS: keyworded 1.10.0 for ppc64, bug #650684Sergei Trofimovich2018-03-181-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Email-Address-XS: Add w/ version 1.10.0Kent Fredric2017-10-213-0/+38
Required by newer Email-MIME Package-Manager: Portage-2.3.8, Repoman-2.3.3