summaryrefslogtreecommitdiffstats
path: root/archive-libs/zlib
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 09:12:17 -0500
committerJeremy Blosser2006-04-24 09:12:17 -0500
commit57dc7ecabce22f41149679659ced9f778860bca6 (patch)
tree2b281c57aaaf12368b6fbbf54e668a568d180d8a /archive-libs/zlib
parent720df25d22b67045def1855a1a06e5defc490a17 (diff)
sync ./archive-libs/zlib from stable-rc 0.4
Diffstat (limited to 'archive-libs/zlib')
-rwxr-xr-xarchive-libs/zlib/DEPENDS2
-rwxr-xr-xarchive-libs/zlib/DETAILS2
-rw-r--r--archive-libs/zlib/HISTORY15
3 files changed, 15 insertions, 4 deletions
diff --git a/archive-libs/zlib/DEPENDS b/archive-libs/zlib/DEPENDS
new file mode 100755
index 0000000000..18594eb242
--- /dev/null
+++ b/archive-libs/zlib/DEPENDS
@@ -0,0 +1,2 @@
+depends gnupg &&
+depends smgl-fhs
diff --git a/archive-libs/zlib/DETAILS b/archive-libs/zlib/DETAILS
index 596ee28fbc..3e55d93525 100755
--- a/archive-libs/zlib/DETAILS
+++ b/archive-libs/zlib/DETAILS
@@ -1,6 +1,6 @@
SPELL=zlib
VERSION=1.2.3
- MD5[0]='837422003c551c01c9c16b02c566dfde'
+ SOURCE_HASH=sha512:edae735960279d92acf58e1f4095c6392a7c2059b8f1d2c46648fc608a0fb06b392db2d073f4973f5762c034ea66596e769b95b3d26ad963a086b9b2d09825f2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.zlib.net/$SOURCE
diff --git a/archive-libs/zlib/HISTORY b/archive-libs/zlib/HISTORY
index b73e881dea..188ebf53aa 100644
--- a/archive-libs/zlib/HISTORY
+++ b/archive-libs/zlib/HISTORY
@@ -1,3 +1,12 @@
+2006-02-08 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Depends on smgl-fhs (for directory structure)
+
+2006-02-06 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Depends on gnupg (for SOURCE verification)
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
2005-08-18 Andrew Stitt <astitt@sourcemage.org>
* BUILD, INSTALL: Update (again) to install into a chroot
correctly, bug 9523.
@@ -15,7 +24,7 @@
2005-06-23 David Brown <dmlb2000@excite.com>
* BUILD: added compiling of the static version of the libzs
- * PRE_BUILD: copied everything over to a static dir to compile the static
+ * PRE_BUILD: copied everything over to a static dir to compile the static
libzs
* INSTALL: added the installed zlibs
@@ -104,8 +113,8 @@
2002-03-13 Christoph Steckelberg <heffer@mailberlin.net>
* POST_BUILD: removed because it was broken.
- * POST_INSTALL: Now using - It is basically Kongars
- script to find applications that are statically
+ * POST_INSTALL: Now using - It is basically Kongars
+ script to find applications that are statically
linked against zlib
2002-03-12 Christoph Steckelberg <heffer@mailberlin.net>