summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/openssl: the team didn't like my chacha patchJason A. Donenfeld2016-02-093-535/+0
|
* dev-libs/openssl: move large patch to mirrors.Robin H. Johnson2016-02-094-4408/+7
| | | | Package-Manager: portage-2.2.27
* dev-libs/openssl: carry cloudflare's chacha20poly1305 patchJason A. Donenfeld2016-02-093-0/+4936
|
* dev-libs/openssl: mark 1.0.2f arm64/m68k stableMike Frysinger2016-02-021-1/+1
|
* dev-libs/openssl: Stable for HPPA (bug #572854).Jeroen Roovers2016-01-301-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* dev-libs/openssl: Stable for HPPA (bug #572854).Jeroen Roovers2016-01-301-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* dev-libs/openssl: stable for ↵Agostino Sarubbo2016-01-292-2/+2
| | | | | | | alpha/amd64/arm/ia64/ppc/ppc64/s390/sh/sparc/x86 wrt security bug #572854 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: Removed old.Lars Wendler2016-01-2910-2008/+0
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/openssl: Security bump to versions 1.0.1r and 1.0.2f (bug #572854).Lars Wendler2016-01-294-0/+589
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-5/+5
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-libs/openssl: fix sparc builds (mostly 64-bit)Mike Frysinger2016-01-171-1/+6
|
* dev-libs/openssl: x86 stable wrt bug #567476Agostino Sarubbo2015-12-261-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: ppc stable wrt bug #567476Agostino Sarubbo2015-12-261-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: mark 1.0.2e arm64/m68k/s390/sh/sparc/x86 stable #567476Mike Frysinger2015-12-121-1/+1
|
* dev-libs/openssl: ia64 stable wrt bug #567476Mikle Kolyada2015-12-111-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/openssl: arm stable, bug #567476Markus Meier2015-12-091-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-libs/openssl: amd64 stable wrt bug #567476Agostino Sarubbo2015-12-072-2/+2
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/openssl: alpha stable, bug 567476.Matt Turner2015-12-061-1/+1
|
* dev-libs/openssl: Stable for HPPA PPC64 (bug #567476).Jeroen Roovers2015-12-051-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* dev-libs/openssl: update manifest after upstream rebuilt releases #567476Mike Frysinger2015-12-033-66/+2
|
* dev-libs/openssl: Added new parallel build patch for 1.0.2e version.Lars Wendler2015-12-032-1/+315
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/openssl: version bump to 0.9.8zh & 1.0.2e #567476Mike Frysinger2015-12-034-0/+493
|
* dev-libs/openssl: add SLOT description to metadata.xmlJulian Ospald2015-10-211-0/+6
|
* dev-libs/openssl: move diffutils behind USE=test #55560Mike Frysinger2015-10-053-6/+12
| | | | | The `cmp` prog is only used when running tests, so put it behind USE=test rather than requiring it at build time all the time.
* dev-libs/openssl: improve error handlingJulian Ospald2015-10-011-1/+1
|
* dev-libs/openssl: fix file collision with app-misc/c_rehashJulian Ospald2015-10-011-0/+4
| | | | | | | | Although we didn't install our c_rehash script, the default install rules from the openssl build system installs a perl version, triggering a file collision. Gentoo-Bug: 561852
* dev-libs/openssl: use app-misc/c_rehashJulian Ospald2015-10-011-0/+259
| | | | | Gentoo-Bug: 561852 Reviewed-By: SpanKY <vapier@gentoo.org>
* dev-libs/openssl: sparc stable wrt bug #555176Agostino Sarubbo2015-09-211-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* dev-libs/openssl: fix config script for a few targets #560812Mike Frysinger2015-09-202-1/+166
| | | | | | We were missing trailing globs for aarch64/be and ppc/le to match the ABI value. This also updates the ppc64le target to use the new config value that is available with the 1.0.2 series.
* dev-libs/openssl: x86 stable wrt bug #555176Mikle Kolyada2015-09-051-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/openssl: stable on ppc, bug #555176Anthony G. Basile2015-09-031-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/openssl: arm stable, bug #555176Markus Meier2015-09-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm"
* dev-libs/openssl: delete oldMike Frysinger2015-09-0224-5444/+0
|
* dev-libs/openssl: mark 1.0.2d arm64/ia64/m68k/s390/sh stable #555176Mike Frysinger2015-09-021-1/+1
|
* dev-libs/openssl: Stable for HPPA PPC64 (bug #555176).Jeroen Roovers2015-09-021-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/openssl: add alpha keywordTobias Klausmann2015-08-301-1/+1
| | | | | | Gentoo-Bug: 555176 Package-Manager: portage-2.2.20.1
* dev-libs/openssl: amd64 stable wrt bug #555176Mikle Kolyada2015-08-261-1/+1
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-093-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0853-0/+10123
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