summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/twig: Drop old versions which include the extensionBrian Evans2019-08-261-1/+0
| | | | | | | | PHP 5.6 is EOL and the extension needs to go away PHP team is planning on masking 5.6 2019-10-01 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/twig: Version bump for 1.42.3Brian Evans2019-08-261-0/+1
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/twig: version bump to 1.42.2Dirkjan Ochtman2019-07-071-0/+1
| | | | | | | Revert faulty patching strategy. Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-php/twig: clean up vulnerable versionsDirkjan Ochtman2019-05-081-2/+0
| | | | | Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-php/twig: version bump to 1.40.1 (fixes CVE-2019-9942)Dirkjan Ochtman2019-05-061-0/+1
| | | | | | Closes: https://bugs.gentoo.org/681862 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-php/twig: Version bumpBrian Evans2018-03-271-0/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-php/twig: new version 1.31.0.Michael Orlitzky2017-01-251-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-php/twig: remove old version 1.20.0.Michael Orlitzky2017-01-041-1/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/twig: add twig-1.29.0 with support for building the C extension.Michael Orlitzky2016-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | A few versions of Twig have been released since the version we have in the tree, so the first goal of the new ebuild is simply to bring our tree to parity with upstream. But the new ebuild also adds a feature, the ability to build the C extension for Twig. In older versions of PHP, the C implementation provides improved performance over the pure-PHP implementation. The only "older version" we support is php:5.6, so the C extension is only built when the user's PHP_TARGETS contains "php5-6". The extension will only be built with USE=extension; otherwise users who did not want the extension would be required to add "php5-6" to PHP_TARGETS in order to appease our eclass. Upstream does not currently support building the extension against php:7.0 or php:7.1, but the performance improvement is not so great with those versions of PHP anyway. Gentoo-Bug: 566468 Gentoo-Bug: 566470 Suggested-by: Dennis Schridde Package-Manager: portage-2.3.0
* dev-php/twig: Drop vulernable versions for bug 558420Brian Evans2015-08-221-2/+0
| | | | Package-Manager: portage-2.2.20.1
* dev-php/twig: Security bump for bug 558420Brian Evans2015-08-221-0/+1
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+2
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