summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-auth/skey: drop 1.1.5-r13Ulrich Müller2023-04-191-1/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-auth/skey: Fix length check in skeylogin.cUlrich Müller2023-03-161-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-auth: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* sys-auth/skey: Remove old.Ulrich Müller2017-02-261-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Revert "Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-0/+3
| | | | | | ChangeLog entries." This reverts commit 48b59c28052dbc9a1c410a8a5d93c1cc3c8c8d4b.
* Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-3/+0
| | | | | | | | | ChangeLog entries. This commit will be immediately reverted. The intention is to force the mtime to be bumped causing the updated Manifest to be propagated to mirrors. Gentoo-bug: 577722
* sys-auth/skey: Fix build with musl libc.Ulrich Müller2016-10-291-0/+1
| | | | | | Bug: 597646 Package-Manager: portage-2.3.2
* sys-auth/skey: Remove old.Ulrich Müller2016-05-271-1/+0
| | | | Package-Manager: portage-2.3.0_rc1
* sys-auth/skey: Unpack patches in WORKDIR instead of S.Ulrich Müller2015-12-121-1/+1
| | | | Package-Manager: portage-2.2.26
* sys-auth/skey: Avoid out of bounds stack read.Ulrich Müller2015-12-121-0/+1
| | | | | | | | | | Fix the extract() function not to access unnecessary array elements; this avoids an out-of-bounds read when called from btoe() or etob(). Change the insert() function to use similar logic as extract(). Bug: 567608 Package-Manager: portage-2.2.26
* sys-auth/skey: Remove old.Ulrich Müller2015-09-241-1/+0
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+3
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