| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Migrate sed hack to a patch
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Remove empty/used variable assignments
- Push myconf closer to src_configure as a guard against variables
being augmented between ebuild sourcing and function execution
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fixup LICENSE
- Ensure CFLAGS passed to make/compiler
- Note: I investigated the possibilitiy of using system libev, which is
published by the same author, but it isn't currently possible due to
the build code needing *c* files from libev directly, and I'm not sure
how to decouple that reliably.
Upstream:
- Sync to (bundled) libev 4.31
- Fix an assertion with a typo
- Avoid perl's assert() in more places due to it misbehaving
- update libecb for windows environments
- use the new ev_io_modify in EV::IO->events
- Add mutator methods Timer->repeat,
Periodic->{offset,interval,reschedule_cb}
- Minor optimizations
- Try to name `ev.h` more explicitly for portability
- Opportunistic round-up of wait times in polling backends to avoid
unneeded loop iterations
- Fix minix 3.3 support
- Allow users to re-enable assert() in case it is disabled by perl
- Allow linux AIO backend to be used by default
- Only use __register_atfork with glibc/uclibc, to avoid being broken on
musl
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stumbled into this working with app-admin/rex's 9999 version.
`dzil authordeps --missing` was reporting missing deps, and bailing,
even though they were provably installed.
This fixes build issues with app-admin/rex-9999 with
=dev-perl/Dist-Zilla-6.15.0
Bug: https://github.com/rjbs/Dist-Zilla/issues/660
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore tests broken in 3.13.0
Upstream:
- $dbh->{primary,foreign}_key_info methods now always return a statement
handle even without matches. Callers should check row-count instead of
undefness.
- $dbh->tables now always returns a list, even if empty
- Add support for pg_lo_{tell64,seek64,truncate64} for people dealing
with ultra-large 'large objects' in Postgres 9.3 or greater.
- Fix tests to run when not super-user
- Fix tests to force loading proper version of DBD::Pg
- Remove deprecated _pg_use_catalog method
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/736232
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Lots of package retooling, motivated by an automated update to a test
to avoid issues where there are spaces in $^X
- Avoid use of Class::Load
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Include source filename in compiled constructed package name to avoid
in-memory symbol collisions
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Fixes for unofficial 'msys' perl fork
- Honour user supplied 'config.site' for autoconf
- Hard drop support for Perl 5.8.{1,2,3}
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Weaken Module-Metadata dep
- Now supports passing collect_pod => 1 to Module::Metadata
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Default to being an author test, not a release test
- Inject develop prereqs on Test::Minimum version and require it in test
- Remove shebang from generated test
- Add strict/warnings to generated test
- Seperate file gathering and file munging into different phases
- implement dump_config for [MetaConfig]
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/690464
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/694952
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/723152
Closes: https://bugs.gentoo.org/716266
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has specified this may be used under the Unlicense
Reference: https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
Bug: https://bugs.gentoo.org/732710
Bug: https://bugs.gentoo.org/442342
Bug: https://rt.cpan.org/Ticket/Display.html?id=82815
Bug: https://github.com/TyeMcQueen/data-diver/issues/5
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- bumping to -r1 to ensure this one takes precedence over the version
presently still available in ::perl-experimental, which has somewhat
different behaviour and is outdated.
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Fix broken IPC::Run::run call for push_command
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Unconditionally remove bad tests
Upstream:
- Fix bug where underscore_eval_version may fail
- Add `skip_main_module` option for compat with VersionFromMainModule
- Add `overwrite` option
- Require Dzil 6
- Add semantic_version option
- Fix dev prereqs leaking into test prereqs
- Fix regression in version_provider plugin mechanics
- Add no_critic option
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
Upstream:
- Makefile.PL generated code now conditionally injects prereqs into the
fallback prereq list as well
- Detect bundle configurations that would inject invalid code into
Makefile.PL
- prereq_os option in configs now uses the proper option name
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
| |
- Fix incorrect license
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|