[Bug 228712] Re: Feature request: add patch to enable crypted passwords

kbe karsten at behrens.in
Mon May 12 14:37:53 BST 2008


Hi Philipp,

since I'm not familiar with dpatch or debdiff (or any aspects of the
debian build system), I made the changes manually. I'm attaching a diff
of cyrus-sasl2_2.1.22.dfsg1-18ubuntu2.diff that includes all the changes
I made.

This is basically all there is to it:

- lib/Makefile.in: Add "-lcrypt" to line 185:
  LIBS = -lcrypt @LIBS@
  I added this patch to lib/Makefile.in.diff

- lib/Makefile.am: Add "$(LIB_CRYPT)" to line 65
  libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) $(LIB_CRYPT)
  This was added to debian/patches/0001_versioned_symbols.dpatch.diff because that file is taking care of lib/Makefile.am anyway

- debian/patches/00list.diff: Add a line to include new file
0021_crypted_passwords.dpatch.diff

- debian/patches/0021_crypted_passwords.dpatch.diff: New file that
includes all changes made to lib/checkpw.c

Obviously, it would be nicer if all patches were in a single file, but I
couldn't figure that out :-)

Karsten

** Attachment added: "sasl_crypted_passwords.diff"
   http://launchpadlibrarian.net/14472141/sasl_crypted_passwords.diff

-- 
Feature request: add patch to enable crypted passwords
https://bugs.launchpad.net/bugs/228712
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.



More information about the Ubuntu-server-bugs mailing list