summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 1.00.07. Make it ~x86 for now.Max Kalika2003-12-034-2/+49
|
* adding metadataSeemant Kulleen2003-12-0352-115/+323
|
* version bumpSeemant Kulleen2003-12-0211-102/+182
|
* version bumpSeemant Kulleen2003-12-022-12/+17
|
* fixing ManifestMike Frysinger2003-11-293-22/+24
|
* mark stable on amd64Brad House2003-11-293-64/+67
|
* strip --relax from LDFLAGSTavis Ormandy2003-11-235-68/+75
|
* stable on alphaAron Griffis2003-11-203-37/+40
|
* fixing 32808Martin Holzer2003-11-192-0/+2
|
* Added clean hppa patches. Seems not to suffer of the -r8 problemsGuy Martin2003-11-193-8/+27
|
* Added clean hppa patches. Seems not to suffer of the -r8 problemsGuy Martin2003-11-193-5/+9
|
* Added missing atomicity patch for hppa.Guy Martin2003-11-193-13/+17
|
* Many changes for hppa only.Guy Martin2003-11-1826-1651/+620
|
* Many changes for hppa only.Guy Martin2003-11-182-92/+85
|
* version bump and marked stable on x86Hallgrimur H. Gunnarsson2003-11-183-2/+41
|
* version bump and marked stable on x86Hallgrimur H. Gunnarsson2003-11-182-2/+10
|
* new package, see bug #33762Hallgrimur H. Gunnarsson2003-11-184-2/+45
|
* new package, see bug #33762Hallgrimur H. Gunnarsson2003-11-182-0/+14
|
* - Update CVS branch to 20031115.Martin Schlemmer2003-11-183-3/+645
| | | | | | | | | | - With latest versions of glibc, a lot of apps failed on a PaX enabled system with 'cannot enable executable stack as shared object requires: Permission denied' This is due to PaX 'exec-protecting' the stack, and ld.so then trying to make the stack executable due to some libraries not containing the PT_GNU_STACK section. Add dl_execstack-PaX-support.patch, bug #32960. - We do not want name_insert() in iconvconfig.c to be defined inside write_output() as it causes issues with PaX.
* - Update CVS branch to 20031115.Martin Schlemmer2003-11-182-1/+17
| | | | | | | | | | - With latest versions of glibc, a lot of apps failed on a PaX enabled system with 'cannot enable executable stack as shared object requires: Permission denied' This is due to PaX 'exec-protecting' the stack, and ld.so then trying to make the stack executable due to some libraries not containing the PT_GNU_STACK section. Add dl_execstack-PaX-support.patch, bug #32960. - We do not want name_insert() in iconvconfig.c to be defined inside write_output() as it causes issues with PaX.
* Cleanup.Martin Schlemmer2003-11-1611-2376/+0
|
* - A bug in the getgrouplist function can cause a buffer overflow ifMartin Schlemmer2003-11-1615-9/+1939
| | | | | | | | | | | | | | | | | | | | the size of the group list is too small to hold all the user's groups. https://rhn.redhat.com/errata/RHSA-2003-325.html - Fix a memory leak in ftw_dir - To circumvent problems with propolice when linking binaries statically among things, __guard and __guard_setup__stack_smash_handler is now in libc.so. More info at: http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml Thanks for helping in developing these patchsets goes to moid from the Openbsd team. - We do not want name_insert() in iconvconfig.c to be defined inside write_output() as it causes issues with PaX.
* - A bug in the getgrouplist function can cause a buffer overflow ifMartin Schlemmer2003-11-162-85/+124
| | | | | | | | | | | | | | | | | | | | the size of the group list is too small to hold all the user's groups. https://rhn.redhat.com/errata/RHSA-2003-325.html - Fix a memory leak in ftw_dir - To circumvent problems with propolice when linking binaries statically among things, __guard and __guard_setup__stack_smash_handler is now in libc.so. More info at: http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml Thanks for helping in developing these patchsets goes to moid from the Openbsd team. - We do not want name_insert() in iconvconfig.c to be defined inside write_output() as it causes issues with PaX.
* removed text relocations out of the libcap library for hardened-gcc via ↵Alexander Gabert2003-11-162-4/+13
| | | | syscall removal patch
* removed text relocations out of the libcap library for hardened-gcc via ↵Alexander Gabert2003-11-162-8/+12
| | | | syscall removal patch
* set ppc in keywordsBartosch Pixa2003-11-163-14/+17
|
* version bumpSeemant Kulleen2003-11-153-2/+23
|
* version bumpSeemant Kulleen2003-11-155-3/+31
|
* version bumpSeemant Kulleen2003-11-152-1/+7
|
* change dep from sys-apps/gzip to app-arch/gzipSeemant Kulleen2003-11-142-3/+3
|
* fix DEPENDMike Frysinger2003-11-131-5/+5
|
* fix inheritanceMike Frysinger2003-11-131-25/+23
|
* touchupsMike Frysinger2003-11-112-11/+9
|
* Add a 'return 0' to pkg_setup() to make sure it returns the correct value.Martin Schlemmer2003-11-103-4/+9
|
* fix sscanf.c compilationMike Frysinger2003-11-103-2/+21
|
* repoman: Trim trailing whitespaceMichael Sterrett2003-11-102-7/+7
|
* Update versionMartin Schlemmer2003-11-093-3/+283
|
* Update versionMartin Schlemmer2003-11-092-11/+24
|
* Add support to build static lib, needed for new version of pam.Martin Schlemmer2003-11-094-3/+121
|
* Add support to build static lib, needed for new version of pam.Martin Schlemmer2003-11-092-4/+14
|
* Update version.Martin Schlemmer2003-11-095-5/+529
|
* Update version.Martin Schlemmer2003-11-092-4/+15
|
* repoman: Fix leading whitespaceMichael Sterrett2003-11-092-8/+8
|
* -fPIC for static as well as shared libsBrad House2003-11-083-4/+15
|
* hppa needs -fPICMike Frysinger2003-11-071-1/+2
|
* Only export global symbols, bug #32764. Patch thanks to Danek DuvallMartin Schlemmer2003-11-064-3/+140
| | | | <duvall@emufarm.org>.
* Only export global symbols, bug #32764. Patch thanks to Danek DuvallMartin Schlemmer2003-11-062-1/+12
| | | | <duvall@emufarm.org>.
* Add ibm jdk sandbox fixPaul de Vrieze2003-11-063-22/+25
|
* digest update. Closes #32808Martin Holzer2003-11-052-16/+16
|
* add amd64 flagBrad House2003-11-053-7/+11
|