Browse Source

Merge pull request #4481 from MikePetullo/openldap

openldap: update to 2.4.45
lilik-openwrt-22.03
Daniel Golle 7 years ago
committed by GitHub
parent
commit
547f30001a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/openldap/Makefile

+ 2
- 2
libs/openldap/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openldap
PKG_VERSION:=2.4.44
PKG_VERSION:=2.4.45
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \
ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \
ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/
PKG_MD5SUM:=693ac26de86231f8dcae2b4e9d768e51
PKG_MD5SUM:=00ff8301277cdfd0af728a6927042a13
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save