diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-21 06:36:40 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-21 06:36:40 +0000 |
commit | 7759006858a192a9e86e208e6cdeae35e3ef3a75 (patch) | |
tree | d0381ae3b711a523685332894c5585cd2d543846 /encap | |
parent | cb7528b6e1a58fa7272e81e91d5c339e07bd2223 (diff) | |
download | bcfg2-7759006858a192a9e86e208e6cdeae35e3ef3a75.tar.gz bcfg2-7759006858a192a9e86e208e6cdeae35e3ef3a75.tar.bz2 bcfg2-7759006858a192a9e86e208e6cdeae35e3ef3a75.zip |
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
Diffstat (limited to 'encap')
-rw-r--r-- | encap/epkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |