summaryrefslogtreecommitdiffstats
path: root/encap/epkg
Commit message (Collapse)AuthorAgeFilesLines
* ...Daniel Joseph Barnhart Clark2007-07-221-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3534 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Give encap package name in a non-hackish way, other misc ↵Daniel Joseph Barnhart Clark2007-07-211-0/+3
| | | | | | Makefile updates. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3533 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Major updates to epkg Makefile, including proper static ↵Daniel Joseph Barnhart Clark2007-07-212-8/+119
| | | | | | building of OpenSSL into the epkg binary, and the use of https URLs with server verification via the /usr/local/etc/epkg-ca-bundle.pem, proper naming of GNU/Linux platforms, and creation of a epkg-2.3.9-encap-*-*.tar.gz distribution as the last step. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3532 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Improve epkg makefile, add openssl depDaniel Joseph Barnhart Clark2007-07-211-12/+30
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3529 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Updated to curl-7.16.4 (just because it now exists), and much ↵Daniel Joseph Barnhart Clark2007-07-211-2/+2
| | | | | | 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
* Some OS/Make need all lines to exit with 0 status to continueDaniel Joseph Barnhart Clark2007-07-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3450 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: seperating out server stuffDaniel Joseph Barnhart Clark2007-06-222-4/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3332 ce84e21b-d406-0410-9b95-82705330c041
* Merged in certs branch in preparation for 0.9.3pre2Narayan Desai2007-03-121-11/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2928 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Upgrade openssl to 0.9.8eDaniel Joseph Barnhart Clark2007-02-251-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2877 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Changes for AIX 4.3.1Daniel Joseph Barnhart Clark2006-10-051-2/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2387 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Make CC gccDaniel Joseph Barnhart Clark