summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of classic-style crontab following Wolfram's suggestion: ↵Diego Elio Pettenò2010-05-141-5/+6
| | | | | | | /etc/crontab is no longer installed by this, and check_system_crontabs is set up to work out correctly the location of the fcrontab file. (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* Fix handling of classic-style crontab following Wolfram's suggestion: ↵Diego Elio Pettenò2010-05-143-10/+284
| | | | | | /etc/crontab is no longer installed by this, and check_system_crontabs is set up to work out correctly the location of the fcrontab file. (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Update metadata and sign manifest with updated keys.Diego Elio Pettenò2010-05-041-2/+12
| | | | | (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* Update metadata and sign manifest with updated keys.Diego Elio Pettenò2010-05-042-7/+4
| | | | (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Version bump and cleanup old versions. The 3.0.6 merges most of our custom ↵Diego Elio Pettenò2010-05-041-6/+3
| | | | | | | changes so it's mostly vanilla. (Portage version: 2.2_rc67/cvs/Linux x86_64) (Unsigned Manifest commit)
* Version bump and cleanup old versions. The 3.0.6 merges most of our custom ↵Diego Elio Pettenò2010-05-045-411/+86
| | | | | | changes so it's mostly vanilla. (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Add ~arm wrt #314629Raúl Porcel2010-04-241-2/+2
| | | | | (Portage version: 2.1.7.17/cvs/Linux ia64) (Unsigned Manifest commit)
* Add ~arm wrt #314629Raúl Porcel2010-04-242-3/+6
| | | | (Portage version: 2.1.7.17/cvs/Linux ia64)
* Marking fcron-3.0.5-r2 ppc for bug 308075Brent Baude2010-04-151-2/+2
| | | | | (Portage version: 2.1.7.17/cvs/Linux ppc64) (Unsigned Manifest commit)
* Marking fcron-3.0.5-r2 ppc for bug 308075Brent Baude2010-04-152-3/+6
| | | | (Portage version: 2.1.7.17/cvs/Linux ppc64)
* ia64/sparc stable wrt #308075Raúl Porcel2010-04-041-12/+2
| | | | | (Portage version: 2.1.7.17/cvs/Linux ia64) (Unsigned Manifest commit)
* ia64/sparc stable wrt #308075Raúl Porcel2010-04-042-3/+6
| | | | (Portage version: 2.1.7.17/cvs/Linux ia64)
* amd64 stable, bug #308075Markus Meier2010-03-291-2/+12
| | | | | (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* amd64 stable, bug #308075Markus Meier2010-03-292-3/+6
| | | | (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Stable for HPPA (bug #308075).Jeroen Roovers2010-03-241-12/+2
| | | | | (Portage version: 2.2_rc67/cvs/Linux i686) (Unsigned Manifest commit)
* Stable for HPPA (bug #308075).Jeroen Roovers2010-03-242-3/+6
| | | | (Portage version: 2.2_rc67/cvs/Linux i686)
* stable x86, security bug 308075Christian Faulhammer2010-03-181-5/+5
| | | | | (Portage version: 2.1.7.17/cvs/Linux i686) (Signed Manifest commit)
* stable x86, security bug 308075Christian Faulhammer2010-03-182-3/+7
| | | | (Portage version: 2.1.7.17/cvs/Linux i686)
* Fix gid/uid mistake in fcrontab. Thanks to Moshe Kamenksy in bug #309325.Diego Elio Pettenò2010-03-161-6/+6
| | | | | (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* Fix gid/uid mistake in fcrontab. Thanks to Moshe Kamenksy in bug #309325.Diego Elio Pettenò2010-03-163-3/+19
| | | | (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Add a patch to fix fcrontab -u systab when using PAM. Thanks to Dmitry ↵Diego Elio Pettenò2010-03-111-2/+13
| | | | | | | Karasik in bug #308799. (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* Add a patch to fix fcrontab -u systab when using PAM. Thanks to Dmitry ↵Diego Elio Pettenò2010-03-113-2/+27
| | | | | | Karasik in bug #308799. (Portage version: 2.2_rc67/cvs/Linux x86_64)
* UTF8 not permitted in USE flag descriptions.Robin H. Johnson2010-03-101-12/+2
| | | | | (Portage version: 2.2_rc63/cvs/Linux x86_64) (Unsigned Manifest commit)
* UTF8 not permitted in USE flag descriptions.Robin H. Johnson2010-03-102-3/+6
| | | | (Portage version: 2.2_rc63/cvs/Linux x86_64)
* Version bump (bug #308075); use gentoo-editor instead of vi as hardcoded ↵Diego Elio Pettenò2010-03-101-3/+16
| | | | | | | editor; don't build documentation at all (avoids a long list of deps and closes bug #273482); fix pre-generated documentation paths (bug #216460); solve bug #277077; install proper PAM default (closes bug #261683); use bash as shell for the check_system_crontabs (works around bug #282214, upstream will have to fix the script); update debug USE flag not to disable background-execution of fcron, and avoid mocking with CFLAGS; remove use-dependencies from the init script for ldap, postgres and mysql. (Portage version: 2.2_rc66/cvs/Linux x86_64) (Signed Manifest commit)
* Version bump (bug #308075); use gentoo-editor instead of vi as hardcoded ↵Diego Elio Pettenò2010-03-105-10/+374
| | | | | | editor; don't build documentation at all (avoids a long list of deps and closes bug #273482); fix pre-generated documentation paths (bug #216460); solve bug #277077; install proper PAM default (closes bug #261683); use bash as shell for the check_system_crontabs (works around bug #282214, upstream will have to fix the script); update debug USE flag not to disable background-execution of fcron, and avoid mocking with CFLAGS; remove use-dependencies from the init script for ldap, postgres and mysql. (Portage version: 2.2_rc66/cvs/Linux x86_64)
* Add ~ia64 wrt #282972Raúl Porcel2009-10-021-3/+3
| | | | | (Portage version: 2.1.6.13/cvs/Linux ia64) (Unsigned Manifest commit)
* Add ~ia64 wrt #282972Raúl Porcel2009-10-023-6/+10
| | | | (Portage version: 2.1.6.13/cvs/Linux ia64)
* removed old versionsWolfram Schlich2009-06-091-4/+1
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* removed old versionsWolfram Schlich2009-06-093-499/+5
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* einfo2elog transition, fix doc stuffWolfram Schlich2009-06-091-1/+3
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* einfo2elog transition, fix doc stuffWolfram Schlich2009-06-093-1/+302
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* reduce chance of race condition - bug #98189Thilo Bangert2009-05-121-2/+2
| | | | | (Portage version: 2.2_rc33/cvs/Linux i686) (Unsigned Manifest commit)
* reduce chance of race condition - bug #98189Thilo Bangert2009-05-122-15/+21
| | | | (Portage version: 2.2_rc33/cvs/Linux i686)
* Stable on ppc wrt bug 237066Gysbert Wassenaar2008-09-131-12/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* Stable on ppc wrt bug 237066Gysbert Wassenaar2008-09-132-3/+6
| | | | (Portage version: 2.1.4.4)
* stable amd64, bug 237066Thomas Anderson2008-09-101-2/+12
| | | | | (Portage version: 2.1.4.4) (Signed Manifest commit)
* stable amd64, bug 237066Thomas Anderson2008-09-102-3/+7
| | | | (Portage version: 2.1.4.4)
* sparc/x86 stable wrt #237066Raúl Porcel2008-09-091-2/+2
| | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit)
* sparc/x86 stable wrt #237066Raúl Porcel2008-09-092-3/+6
| | | | (Portage version: 2.1.4.4)
* Stable for HPPA (bug #237066).Jeroen Roovers2008-09-081-2/+2
| | | | | (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686) (Unsigned Manifest commit)
* Stable for HPPA (bug #237066).Jeroen Roovers2008-09-082-3/+6
| | | | (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
* fix bugs #226629 and #227025Wolfram Schlich2008-07-191-1/+3
| | | | | (Portage version: 2.1.5.6) (Unsigned Manifest commit)
* fix bugs #226629 and #227025Wolfram Schlich2008-07-193-1/+305
| | | | (Portage version: 2.1.5.6)
* Remove all old-style digests from the system and regen the Manifest files.Robin H. Johnson2008-01-313-33/+0
|
* Stable for HPPA (bug #207266).Jeroen Roovers2008-01-281-8/+8
| | | | | (Portage version: 2.1.4) (Unsigned Manifest commit)
* Stable for HPPA (bug #207266).Jeroen Roovers2008-01-282-3/+6
| | | | (Portage version: 2.1.4)
* amd64 stable - #207266Richard Freeman2008-01-271-8/+8
| | | | | (Portage version: 2.1.3.19) (Unsigned Manifest commit)
* amd64 stable - #207266Richard Freeman2008-01-272-3/+6
| | | | (Portage version: 2.1.3.19)
* sparc stable wrt #207266, thanks to Friedrich Oslage for testingRaúl Porcel2008-01-271-8/+8
| | | | | (Portage version: 2.1.3.19) (Unsigned Manifest commit)