summaryrefslogtreecommitdiffstats
path: root/package/zlib
Commit message (Collapse)AuthorAgeFilesLines
...
* - zlib prior to 1.2.3 improperly handled invalid data streams which could ↵Ned Ludd2005-07-291-1/+1
| | | | lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096
* Thomas Lundquist writes:Eric Andersen2005-07-122-0/+10
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* This patch updates the zlib package to build version 1.2.2. TheEric Andersen2005-05-161-1/+1
| | | | | | 1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* help textMike Frysinger2004-10-141-4/+4
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+73
directory.