~ubuntu-branches/debian/sid/alpine/sid

« back to all changes in this revision

Viewing changes to imap/Makefile

  • Committer: Package Import Robot
  • Author(s): Asheesh Laroia
  • Date: 2013-05-19 16:15:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130519161501-epf6pfldn07xnd11
Tags: 2.10+dfsg-1
* New upstream release.
* This release ships a fix for an issue where the PREFDATETIME token
  was always set to "Sun" incorrectly. (Closes: #692870)
* This release ships a fix for IMAP-encoded non-ASCII folder names.
  (Closes: #674067)
* This release simplifies (and corrects) S/MIME handling for messages
  that encrypted *and* signed. (Closes: #653420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
446
446
        @echo % make clean
447
447
        @echo % make oxp
448
448
 
449
 
oxs:    an
450
 
        $(TOUCH) ip6
451
 
        $(BUILD) BUILDTYPE=osx IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \
452
 
        PASSWDTYPE=pam \
453
 
        EXTRACFLAGS="$(EXTRACFLAGS)" \
454
 
        SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMDLFLAGS=-lpam"
455
 
 
456
 
 
457
449
 
458
450
# Linux shadow password support doesn't build on traditional systems, but most
459
451
# Linux systems are shadow these days.