ports/contrib (3.5): pam_ldap: fix missing source
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 18b8500380dead13d726c3d13109a5af3226d0c5 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Jun 15 20:03:51 2020 +1000 pam_ldap: fix missing source diff --git a/pam_ldap/.signature b/pam_ldap/.signature index 0183780d6..a5006f3cd 100644 --- a/pam_ldap/.signature +++ b/pam_ldap/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33P04qyf/nx7FX5JAU/SwW+w5NZocBTc1AE13VQ2GNNz5jAqjQ22cdYgYR6cT2jTwx2sDY5kiELrRkFHd5Wt9Ag= -SHA256 (Pkgfile) = 5ce31c4f6896d6981156cb1a4b69b890e266cc3bcfcc27275a2e1069b0e6d4e8 +RWSagIOpLGJF37ytwThv73oNcNMhWdO2wBc/Rs1LvFiZIB+QTNQRa7GkerHgCRKJSmEAKFLjs+pFYflFzEY+hnS0DqDrjjs1xgc= +SHA256 (Pkgfile) = 1cfc6247a2945690cc29552f16bb0e4dff114aa00609bf2e828d711011fc1f52 SHA256 (.footprint) = 89279271a7d84ef7c77482b23e805951228fe8d7dbfe4a9434874bde047e89b3 -SHA256 (pam_ldap-186.tar.gz) = c8fe22d559d5a3f528b24eb97175085f188c0f11ade337a868590ac0e0716453 +SHA256 (libpam-ldap_186.orig.tar.gz) = c8fe22d559d5a3f528b24eb97175085f188c0f11ade337a868590ac0e0716453 diff --git a/pam_ldap/Pkgfile b/pam_ldap/Pkgfile index d127599df..c297522f7 100644 --- a/pam_ldap/Pkgfile +++ b/pam_ldap/Pkgfile @@ -6,7 +6,10 @@ name=pam_ldap version=186 release=3 -source=(http://www.padl.com/download/$name-$version.tar.gz) +source=( + #http://www.padl.com/download/$name-$version.tar.gz + https://deb.debian.org/debian/pool/main/libp/libpam-ldap/libpam-ldap_$versio... +) build() { cd $name-$version
participants (1)
-
crux@crux.nu