From a17210f503ce696acc083f1c725665496b1bd5a6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 May 2019 14:38:38 +0200 Subject: [PATCH 1/3] openldap-libonly: Update to versionless bee file --- openldap-libonly-2.4.40-0.bee => openldap-libonly.be0 | 2 ++ 1 file changed, 2 insertions(+) rename openldap-libonly-2.4.40-0.bee => openldap-libonly.be0 (98%) diff --git a/openldap-libonly-2.4.40-0.bee b/openldap-libonly.be0 similarity index 98% rename from openldap-libonly-2.4.40-0.bee rename to openldap-libonly.be0 index 3371daf1d..20f7182c9 100755 --- a/openldap-libonly-2.4.40-0.bee +++ b/openldap-libonly.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION openldap-libonly-2.4.40-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From e607cfabb1a7bef9c1f35530ccfee17d02c3df40 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 May 2019 14:39:03 +0200 Subject: [PATCH 2/3] openldap-libonly: Update version from 2.4.40 to 2.4.47 This also rebuilds the library against `/usr/lib/libssl.so.1.1`, fixing problems with Apache HTTP servers using LDAP for authentication, for example some Etherpad instances. The change-log is available [online][1]. [1]: https://www.openldap.org/software/release/changes.html --- openldap-libonly.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openldap-libonly.be0 b/openldap-libonly.be0 index 20f7182c9..9027b969e 100755 --- a/openldap-libonly.be0 +++ b/openldap-libonly.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openldap-libonly-2.4.40-0 +# BEE_VERSION openldap-libonly-2.4.47-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From d7ecfa29afa092949f8ef5c1438ae181098c9c79 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 May 2019 14:42:16 +0200 Subject: [PATCH 3/3] openldap-libonly: Use working source mirror --- openldap-libonly.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openldap-libonly.be0 b/openldap-libonly.be0 index 9027b969e..3590dc5c6 100755 --- a/openldap-libonly.be0 +++ b/openldap-libonly.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/openldap-${PKGVERSION}.tgz" +SRCURL[0]="https://mirror.eu.oneandone.net/software/openldap/openldap-release/openldap-${PKGVERSION}.tgz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.