From 24a303bc75ce02d3242dc76869e5ec91f81a29f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 Dec 2014 04:03:47 -0500 Subject: prepare "release" --- .gitignore | 1 + Makefile.am | 2 +- NEWS | 5 +++++ compat/Makefile.am | 3 +-- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d74c53..22b5af2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ stamp-* /conftest.tail /flawfinder.html /nss-pam-ldapd-* +/*.tar.* /pscan.txt /rats.html /splint.txt diff --git a/Makefile.am b/Makefile.am index f68955e..a395f81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ endif SUBDIRS += man tests EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \ - $(wildcard m4/*.m4) HACKING ldapns.schema ldapns.ldif + $(wildcard m4/*.m4) HACKING DISTCHECK_CONFIGURE_FLAGS = --enable-warnings \ --with-ldap-conf-file="\$${prefix}/nslcd.conf" \ diff --git a/NEWS b/NEWS index 277a1ad..2950690 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +changes from nss-pam-nslcd 0.9.4 to parabola-nslcd 0.9.4.1 +---------------------------------------------------------- + +* all the things + changes from 0.9.3 to 0.9.4 --------------------------- diff --git a/compat/Makefile.am b/compat/Makefile.am index bc8e4cc..b240b1c 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -23,10 +23,9 @@ AM_CPPFLAGS=-I$(top_srcdir) AM_CFLAGS = -fPIC EXTRA_DIST = getopt_long.c getopt_long.h \ - ether.c ether.h \ shell.h \ strndup.c strndup.h \ - nss_compat.h socket.h \ + socket.h \ ldap_compat.h pagectrl.c ldap_passwd_s.c ldap_initialize.c \ ldap_parse_passwordpolicy_control.c ldap_passwordpolicy_err2txt.c \ derefctrl.c \ -- cgit v1.2.3