X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpackages-update;h=5e04d09c2a5e57ff713f504768d15fcf08353329;hb=23534737a153c4084e3dd44a3e6cdcf2537aee01;hp=7503013508401c41b940edb013ae70d1920f6b7e;hpb=cd4743168caa0d3a5869188db99d0b0f5801bf42;p=hvlinux.git diff --git a/stage3/packages-update b/stage3/packages-update index 7503013..5e04d09 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -1,10 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_LFS_OLD_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_HV_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -141,7 +136,7 @@ fpkg -m gnu ${GUILE2} fpkg -s "libgpg-error" ${LIBGPG_ERROR} ${GNUPG_URL} fpkg -s "libgcrypt" ${LIBGCRYPT} ${GNUPG_URL} fpkg -e "tar.gz" ${NETTLE} "http://www.lysator.liu.se/~nisse/archive" -fpkg -e "tar.xz" -s "gnutls" ${GNUTLS} ${GNUPG_URL} +fpkg -e "tar.xz" -s "gnutls/v$(get_pkg_ver2 ${GNUTLS})" ${GNUTLS} ${GNUPG_URL} fpkg -e "tar.gz" ${SASL2} "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail" fpkg -e "tgz" ${OPENLDAP} \