| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.43, Repoman-2.3.10
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace sed expr with patch
- Killall authortests
Upstream:
- Add curve25519-sha256 alias
- Fix handling unsupported key types
- Add support for '-' in syntax options
- Add wildcard support for '+' in syntax options
- Fix reading ETM Mac input bytes
- Fix DSA verification failure with r/s high-bit
- Improve efficiency of CTR
- Avoid warnings in Host from strange/invalid known_host entries
- Make AES-CBC IV to be blocksize, not keysize
- DES3 init now passed key as variable to avoid scalar error
- Fix Packet padlen decode using signed instead of unsighed unpack
- Fix key not being loaded prior to agent use
- Fix DSA verification failure when r has unnecessary leading 0's
Package-Manager: Portage-2.3.14, Repoman-2.3.6
|
| |
|
|
|
|
|
| |
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6476
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
|
|
| |
Sadly, Module::Signature, despite really being BDEP only,
was declared in RDEP
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
| |
Gentoo has its own integrity protocols anyway, and even minor
patching upsets signatures.
Its not worth the added dependency complexity.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Drop a bunch load of deps in favour of some simpler ones
- Prefer sha256-base64 for fingerprints
- ECDSA Key support
- Remove obsolete ciphers
- And much much more
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
|
| |
Part of migration to PN=Upstream.
Note: ~mips is broken due to Crypt-DSA not being satisfied, but this is a
residual issue.
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
|
|
|
|
|
| |
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="amd64 amd64-fbsd arm arm64 mips nios2 ppc ppc64 riscv s390 sh sparc-fbsd"
|
|
|
|
| |
Package-Manager: portage-2.2.28
|
|
|
|
| |
Package-Manager: portage-2.2.28
|
|
Beginning migration to a PN that matches upstream SRC_URI
Package-Manager: portage-2.2.27
|