Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openldap: update to 2.4.49.
@ 2020-02-03 23:44 voidlinux-github
  2020-02-04  9:51 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-05  8:02 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-03 23:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages openldap
https://github.com/void-linux/void-packages/pull/18784

openldap: update to 2.4.49.


A patch file from https://github.com/void-linux/void-packages/pull/18784.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openldap-18784.patch --]
[-- Type: text/x-diff, Size: 1373 bytes --]

From 90b478aa4d98ee018cc26c83bce6b2bafd37698e Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 4 Feb 2020 00:38:03 +0100
Subject: [PATCH] openldap: update to 2.4.49.

---
 srcpkgs/openldap/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openldap/template b/srcpkgs/openldap/template
index 045c70586a3..88fbb493501 100644
--- a/srcpkgs/openldap/template
+++ b/srcpkgs/openldap/template
@@ -1,7 +1,7 @@
 # Template file for 'openldap'
 pkgname=openldap
-version=2.4.48
-revision=2
+version=2.4.49
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr
  --libexecdir=/usr/libexec
@@ -18,11 +18,11 @@ makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
 depends="openldap-tools>=${version}_${revision}"
 conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
 short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
-license="OLDAP-2.0"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="OLDAP-2.0"
 homepage="http://www.openldap.org"
 distfiles="https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${version}.tgz"
-checksum=d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d
+checksum=e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e
 
 system_accounts="ldap"
 ldap_homedir="/var/lib/openldap"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] openldap: update to 2.4.49.
  2020-02-03 23:44 [PR PATCH] openldap: update to 2.4.49 voidlinux-github
@ 2020-02-04  9:51 ` voidlinux-github
  2020-02-05  8:02 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-04  9:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages openldap
https://github.com/void-linux/void-packages/pull/18784

openldap: update to 2.4.49.


A patch file from https://github.com/void-linux/void-packages/pull/18784.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openldap-18784.patch --]
[-- Type: text/x-diff, Size: 1373 bytes --]

From 545aa578a87a504625070c5fa83f90626093eb77 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 4 Feb 2020 00:38:03 +0100
Subject: [PATCH] openldap: update to 2.4.49.

---
 srcpkgs/openldap/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openldap/template b/srcpkgs/openldap/template
index 045c70586a3..88fbb493501 100644
--- a/srcpkgs/openldap/template
+++ b/srcpkgs/openldap/template
@@ -1,7 +1,7 @@
 # Template file for 'openldap'
 pkgname=openldap
-version=2.4.48
-revision=2
+version=2.4.49
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr
  --libexecdir=/usr/libexec
@@ -18,11 +18,11 @@ makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
 depends="openldap-tools>=${version}_${revision}"
 conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
 short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
-license="OLDAP-2.0"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="OLDAP-2.0"
 homepage="http://www.openldap.org"
 distfiles="https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${version}.tgz"
-checksum=d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d
+checksum=e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e
 
 system_accounts="ldap"
 ldap_homedir="/var/lib/openldap"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: openldap: update to 2.4.49.
  2020-02-03 23:44 [PR PATCH] openldap: update to 2.4.49 voidlinux-github
  2020-02-04  9:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-05  8:02 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-05  8:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

openldap: update to 2.4.49.
https://github.com/void-linux/void-packages/pull/18784

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-05  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 23:44 [PR PATCH] openldap: update to 2.4.49 voidlinux-github
2020-02-04  9:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-05  8:02 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).