From 7759006858a192a9e86e208e6cdeae35e3ef3a75 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Sat, 21 Jul 2007 06:36:40 +0000 Subject: EncapPackages: Updated to curl-7.16.4 (just because it now exists), and much more importantly libtar-1.2.12, which fixes a bug that truncated 100 character long path names to 99 characters (and also fixes some major memory leaks). The truncation but was visable with 0.9.5pre1 - the "pre1" added enough characters that there were 3 *.py files that became *.p files. This was esp. confusing as the build systems continued to work, and even some clients continued to work because they still had *.pyc files lying around. New epkg binaries for a bunch of platforms will be made available shortly. Fun fun :-) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3528 ce84e21b-d406-0410-9b95-82705330c041 --- encap/epkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'encap') diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile index 4721423b7..5d806f093 100644 --- a/encap/epkg/Makefile +++ b/encap/epkg/Makefile @@ -13,8 +13,8 @@ CPPFLAGS = -I${PREFIX}/include export PATH LDFLAGS CPPFLAGS ZLIB = zlib-1.2.3 -LIBTAR = libtar-1.2.11 -CURL = curl-7.16.2 +LIBTAR = libtar-1.2.12 +CURL = curl-7.16.4 FGET = fget-1.3.3 EXPAT = expat-2.0.1 EPKG = epkg-2.3.9 -- cgit v1.2.3-1-g7c22