summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stable on ppc-macos.Mamoru Komachi2005-02-201-11/+11
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Stable on alpha.Bryan Østergaard2005-02-071-6/+16
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Stable on ppc.Michael Hanselmann2005-02-051-18/+8
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Stable on sparcGustavo Zacarias2005-02-031-7/+17
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* amd64/arm/hppa/ia64/s390/sh/x86 stableMike Frysinger2005-02-021-5/+5
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Fix for ppc-macos. (Manifest recommit)Hasan Khalil2005-01-191-16/+6
|
* stabilize (Manifest recommit)Mike Frysinger2005-01-031-5/+5
|
* Version bump #74456 by Ryan Hill. (Manifest recommit)Mike Frysinger2005-01-031-6/+8
|
* old (Manifest recommit)Mike Frysinger2005-01-031-5/+13
|
* Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit)Ciaran McCreesh2004-12-291-17/+7
|
* Extracted png_do_strip_filler patch from libpng-1.2.8beta4. This fixes bug ↵Mamoru Komachi2004-11-201-5/+13
| | | | #67069. (Manifest recommit)
* Extracted png_do_strip_filler patch from libpng-1.2.8beta4. This fixes bug ↵Mamoru Komachi2004-11-201-3/+8
| | | | #67069.
* Marked stable on mips. (Manifest recommit)Joshua Kinard2004-11-131-2/+2
|
* Marked stable on mips.Joshua Kinard2004-11-131-5/+5
|
* removed use macos (Manifest recommit)Michael Sterrett2004-11-061-3/+3
|
* removed macos (Manifest recommit)Michael Sterrett2004-10-231-13/+3
|
* s390 stable (Manifest recommit)Mike Frysinger2004-10-151-4/+4
|
* reverse parameter order of replace-cpu-flags #60597 (Manifest recommit)Mike Frysinger2004-09-251-5/+15
|
* Stable on sparc (Manifest recommit)Gustavo Zacarias2004-09-231-4/+2
|
* get_libdir fixes. Atable on amd64. (Manifest recommit)Jeremy Huddleston2004-09-231-15/+7
|
* old (Manifest recommit)Mike Frysinger2004-09-231-5/+3
|
* KEYWORDS for security #59424 (Manifest recommit)Mike Frysinger2004-09-231-6/+16
|
* stable on x86, fixes some nasty rendering bugs in khtml (Manifest recommit)Heinrich Wendel2004-09-221-7/+7
|
* save the shells (Manifest recommit)Michael Sterrett2004-09-221-5/+5
|
* Added to ~ppc-macos. Fixed use invocation wrt macos/ppc-macos. (Manifest ↵Mamoru Komachi2004-09-221-4/+4
| | | | recommit)
* ppc-macos keywording (Manifest recommit)Pieter van den Abeele2004-09-161-4/+4
|
* version bump (Manifest recommit)Michael Sterrett2004-09-121-2/+3
|
* version bumpMichael Sterrett2004-09-121-3/+5
|
* Bumped 1.2.5-r8 to mips stable to fix Bug #59424. (Manifest recommit)Joshua Kinard2004-08-131-2/+2
|
* Bumped 1.2.5-r8 to mips stable to fix Bug #59424.Joshua Kinard2004-08-131-5/+5
|
* remove 1.0 (Manifest recommit)Marinus Schraal2004-08-061-4/+1
|
* Stable on alpha, bug #59424. (Manifest recommit)Bryan Østergaard2004-08-061-16/+6
|
* stable for #59424 (Manifest recommit)Mike Frysinger2004-08-051-10/+10
|
* Stable on sparc, bug #59424 (Manifest recommit)Ciaran McCreesh2004-08-051-7/+17
|
* marked ppc (Manifest recommit)Luca Barbato2004-08-051-4/+4
|
* Security bump for bug #59424. (Manifest recommit)Tim Yamin2004-08-051-4/+7
|
* repoman: Trim trailing whitespace (Manifest recommit)Michael Sterrett2004-07-121-11/+2
|
* security patch #56307 (Manifest recommit)Mike Frysinger2004-07-071-5/+15
|
* (Manifest recommit)Aron Griffis2004-06-241-5/+5
|
* fixing ManifestMike Frysinger2004-05-161-21/+6
|
* ChangeLog fixes (Manifest recommit)Daniel Ahlberg2004-05-121-11/+11
|
* bump ebuild revisions to force user updates for GLSA process. No change in ↵Ned Ludd2004-05-111-3/+3
| | | | the .ebuild so no need to call for arch maintiners. By request of koon@g.o (Manifest recommit)
* bump ebuild revisions to force user updates for GLSA process. No change in ↵Ned Ludd2004-05-111-0/+4
| | | | the .ebuild so no need to call for arch maintiners. By request of koon@g.o
* The library provides 2 calls png_chunk_error and png_chunk_warning for ↵Ned Ludd2004-05-091-1/+1
| | | | default error and warning messages handling. Inside the code a fixed size buffer is used and 64 bytes are used to store the caller supplied message. But there are no bounds checking and this limitation is not documented. Programs linked against libpng may crash or even execute arbitrary code if the caller message is dependent on external inputs. Bugzilla bug #49887 (Manifest recommit)
* The library provides 2 calls png_chunk_error and png_chunk_warning for ↵Ned Ludd2004-05-091-9/+9
| | | | default error and warning messages handling. Inside the code a fixed size buffer is used and 64 bytes are used to store the caller supplied message. But there are no bounds checking and this limitation is not documented. Programs linked against libpng may crash or even execute arbitrary code if the caller message is dependent on external inputs. Bugzilla bug #49887
* fixing ManifestMike Frysinger2004-05-021-7/+7
|
* added s390 to keywords (Manifest recommit)Michael McCabe2004-04-021-2/+2
|
* header fix (Manifest recommit)Michael Sterrett2004-03-191-13/+13
|
* Remove arm keywords (Manifest recommit)Aron Griffis2004-02-221-12/+12
|
* fixing ManifestMike Frysinger2004-01-151-9/+9
|