~ubuntu-branches/debian/sid/nss-pam-ldapd/sid

« back to all changes in this revision

Viewing changes to nslcd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2015-04-10 16:00:00 UTC
  • mfrom: (16.1.9)
  • Revision ID: package-import@ubuntu.com-20150410160000-hf3a58ogc1dr4gzv
Tags: 0.9.5-1
* new upstream release:
  - handle situation better when server (or firewall) closed the connection
    (thanks Tim Harder)
  - make daemonising a little more robust and try to log more failures
  - fix integer format strings (thanks Jianhai Luan and Patrick McLean)
  - documentation updates (thanks Dalibor Pospíšil)
  - fix range check for search access (thanks David Binderma)
  - fix a bug in the NSS library when encountering IPv6 addresses in
    the hosts map (thanks Mark R Bannister)
  - adjust the Linux OOM (Out-Of-Memory) killer score to avoid killing
    nslcd (thanks Patrick McLean)
* drop use-ip-range-for-tests.patch which is part of 0.9.5
* debian/copyright: copyright year updates
* upgrade to standards-version 3.9.6 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
MAINT = @MAINT@
218
218
MAKEINFO = @MAKEINFO@
219
219
MKDIR_P = @MKDIR_P@
 
220
MODULE_NAME = @MODULE_NAME@
220
221
NSLCD_BINDPW_PATH = @NSLCD_BINDPW_PATH@
221
222
NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
222
223
NSLCD_PIDFILE = @NSLCD_PIDFILE@
223
224
NSLCD_SOCKET = @NSLCD_SOCKET@
 
225
NSS_FLAVOUR = @NSS_FLAVOUR@
224
226
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
225
227
NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
226
228
OBJEXT = @OBJEXT@
234
236
PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
235
237
PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
236
238
PATH_SEPARATOR = @PATH_SEPARATOR@
 
239
PIC_CFLAGS = @PIC_CFLAGS@
237
240
PTHREAD_CC = @PTHREAD_CC@
238
241
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
239
242
PTHREAD_LIBS = @PTHREAD_LIBS@