debian/0000755000000000000000000000000012042324336007165 5ustar debian/rules0000755000000000000000000001312412037327560010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 # Jonas Smedegaard # Description: Main Debian packaging script for IMAP Toolkit Environment # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This needs to run before cdbs auto-update debian/control:: debian/control.in DEB_PHONY_RULES += debian/control.in debian/control.in:: sed $(SEDRULE_CONTENT) debian/control.in include /usr/share/cdbs/1/class/langcore.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/upstream-tarball.mk DEB_UPSTREAM_URL = ftp://ftp.cac.washington.edu/mail DEB_UPSTREAM_PACKAGE = imap DEB_UPSTREAM_TARBALL_MD5 = 2126fd125ea26b73b20f01fcd5940369 DEB_UPSTREAM_REPACKAGE_EXCLUDES = docs/rfc/ docs/draft/ src/osdep/mac/mtest.sit.hqx major = 2007e minor = 0 SEDRULE_FILENAME = -e 's/__VER__/$(major)/g' SEDRULE_CONTENT = -e 's/__LIBVER__/$(major)/g' -e 's/__LIBFULLVER__/$(major).$(minor)/g' -e 's/__VER__/$(major)/g' # Hardcode CDBS-resolved build flags, and stuff CPPFLAGS into CFLAGS CFLAGS := $(deb_cflags) $(deb_cppflags) LDFLAGS := $(deb_ldflags) CFLAGS += -D_REENTRANT -DDISABLE_POP_PROXY # Suppress seemingly non-fatal warnings to easer spot more important ones. CFLAGS += -Wno-parentheses -Wno-strict-aliasing #CFLAGS += -Wno-implicit-function-declaration # Enforce symbol resolution at build time # (suggested by Debian Policy 3.6.1 chapter 10.2) SHLIBCFLAGS = -Wl,-z,defs # Enable Kerberos V support EXTRAAUTHENTICATORS = gss # Upstream README is more of a README.build DEB_INSTALL_DOCS_ALL = pre-build:: echo "sed $(SEDRULE_CONTENT) $$targetfile; \ done clean:: for file in `find debian -maxdepth 2 -type f -name '*.in' -not -name control.in -not -name control.in.in -not -name README.source.in -not -name POTFILES.in -not -name 'watch.in'`; do \ targetfile=`echo $$file | sed $(SEDRULE_FILENAME) -e 's/\\.in$$//'`; \ rm -f $$targetfile; \ done # Install libs and resolve dev package dependencies common-install-arch:: mkdir -p debian/tmp/usr/lib install -m 0644 c-client.a debian/tmp/usr/lib/libc-client.a install -m 0644 c-client/libc-client.so debian/tmp/usr/lib/libc-client.so.$(major).$(minor) ln -s libc-client.so.$(major).$(minor) debian/tmp/usr/lib/libc-client.so.$(major) ln -s libc-client.so.$(major).$(minor) debian/tmp/usr/lib/libc-client.so mkdir -p debian/tmp/usr/include/c-client install -m 0644 -t debian/tmp/usr/include/c-client \ src/c-client/*.h \ src/osdep/unix/*.h \ c-client/auths.c \ c-client/linkage.c \ c-client/linkage.h \ c-client/osdep.h common-binary-post-install-arch:: debian/install-libs-stamp debian/install-libs-stamp: d-shlibmove --commit \ --movedev "debian/tmp/usr/include/*" usr/include \ debian/tmp/usr/lib/libc-client.so touch $@ clean:: rm -f debian/install-libs-stamp binary-predeb/mlock:: chown root.mail debian/$(cdbs_curpkg)/usr/bin/mlock chmod 2755 debian/$(cdbs_curpkg)/usr/bin/mlock # Refuse to ship with nonfree RFC files in source clean:: @echo "-find -name '*.txt' | grep rfc" @-find -name '*.txt' | grep rfc && ( \ echo; \ echo "ERROR: RFC documents found!"; \ echo "RFC documents possibly do not comply with the Debian Free Software"; \ echo "Guidelines, and thus better be stripped from the source tarball!"; \ exit 1) # Needed by upstream build process CDBS_BUILD_DEPENDS += , libpam-dev, libkrb5-dev, comerr-dev, libssl-dev # Needed for our packaging routines CDBS_BUILD_DEPENDS += , d-shlibs # Needed (always/often/seldom) at runtime CDBS_DEPENDS_libc-client$(major) = libpam-modules, mlock CDBS_SUGGESTS_libc-client$(major) = uw-mailutils debian/mlock.pod0000644000000000000000000000115511052613257011003 0ustar =head1 NAME mlock -- lock a mailbox =head1 SYNOPSIS /usr/bin/mlock =head1 DESCRIPTION If B is unable to create a mailbox lock file, it will call this program. This makes using the mailbox safe over i.e. NFS. There is no reason to call B yourself or through another program. It is setgid mail so there is no need to change the permissions of I to 1777. =head1 BUGS No documentation other than this crappy man page, =head1 AUTHOR mlock was written by Mark Crispin This man page was written for Debian GNU/Linux by Jaldhar H. Vyas debian/watch0000644000000000000000000000037311052613260010216 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 #ftp://ftp.cac.washington.edu/mail/imap-(\d\w*(\.DEV\.SNAP.*)?)\.tar\.Z 2004g opts=dversionmangle=s/\~dfsg$// \ ftp://ftp.cac.washington.edu/mail/imap-(\d\w*)\.tar\.Z debian debian/README.source0000644000000000000000000000361312027671256011360 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/mlock.manpages0000644000000000000000000000001711052613257012010 0ustar debian/mlock.1 debian/uw-mailutils.logcheck.ignore.server0000644000000000000000000000036711052613260016114 0ustar ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dmail\[[0-9]+\]: (delivering|delivered|Verifying safe delivery) to [.#/:+[:alnum:]-]+$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dmail\[[0-9]+\]: [[:alnum:]]+ appending to [.#/:+[:alnum:]-]+ \(file [./:+[:alnum:]-]+\)$ debian/libc-client__VER__-dev.docs.in0000644000000000000000000000004311052613257014556 0ustar docs/internal.txt docs/locking.txt debian/README.build0000644000000000000000000000061011052613256011142 0ustar Notes on the package build environment for UW-imap ================================================== Special filenames ----------------- *.in: Master files for replacing - in both filename and content - info that is static for each build (like version number). *._in: Like *.in but handled later in the build process to include info that is static for each package (like package name). debian/control.in0000644000000000000000000000575012042325115011200 0ustar Source: uw-imap Priority: optional Section: mail Maintainer: Magnus Holmgren Standards-Version: 3.8.0 Build-Depends: @cdbs@ Vcs-Git: git://git.debian.org/git/collab-maint/uw-imap.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uw-imap.git Homepage: http://www.washington.edu/imap/ Package: libc-client2007e-dev Section: libdevel Architecture: any Priority: extra Depends: ${devlibs:Depends}, ${misc:Depends}, libc-client2007e (= ${binary:Version}) Conflicts: libc-client-dev Replaces: libc-client-dev Provides: libc-client-dev Description: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the static c-client library and development headers. Package: libc-client2007e Section: libs Architecture: any Depends: ${cdbs:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${cdbs:Suggests} Description: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the shared c-client library. Package: mlock Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains a program to lock mailbox files to avoid corruption. Package: uw-mailutils Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains helper tools for the libc-client library: - mailutil: utility program which helps manage email mailboxes (both local and IMAP/POP3/NNTP); - dmail: MDA (Mail Delivery Agent) for use with procmail; - tmail: MDA for use with the system mailer (such as Sendmail or Postfix). debian/uw-mailutils.manpages0000644000000000000000000000007411052613260013334 0ustar src/dmail/dmail.1 src/mailutil/mailutil.1 src/tmail/tmail.1 debian/libc-client__VER__-dev.README.debian0000644000000000000000000000111011052613257015373 0ustar UW IMAP C-CLIENT FOR DEBIAN, DEVELOPERS NOTES ============================================= GNU C++ (G++) ============= In the C-Client code is defined "and", "or" and "not", which clashes with reserved words in c++. Until recently this was solved in Debian by patching the source to use other names, but upstream now recommends using the g++ compile option "-fno-operator-names" instead. I must admit that I do not understand the issues involved - please get in touch with me if the former patch is still needed. Jonas Smedegaard Fri, 26 Sep 2003 10:55:14 +0200 debian/control0000644000000000000000000000613312037331412010570 0ustar Source: uw-imap Priority: optional Section: mail Maintainer: Magnus Holmgren Standards-Version: 3.8.0 Build-Depends: cdbs (>= 0.4.72~), debhelper, dh-buildinfo, devscripts, libpam-dev, libkrb5-dev, comerr-dev, libssl-dev, d-shlibs Vcs-Git: git://git.debian.org/git/collab-maint/uw-imap.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uw-imap.git Homepage: http://www.washington.edu/imap/ Package: libc-client2007e-dev Section: libdevel Architecture: any Priority: extra Depends: ${devlibs:Depends}, ${misc:Depends}, libc-client2007e (= ${binary:Version}) Conflicts: libc-client-dev Replaces: libc-client-dev Provides: libc-client-dev Description: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the static c-client library and development headers. Package: libc-client2007e Section: libs Architecture: any Depends: ${cdbs:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${cdbs:Suggests} Description: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the shared c-client library. Package: mlock Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains a program to lock mailbox files to avoid corruption. Package: uw-mailutils Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains helper tools for the libc-client library: - mailutil: utility program which helps manage email mailboxes (both local and IMAP/POP3/NNTP); - dmail: MDA (Mail Delivery Agent) for use with procmail; - tmail: MDA for use with the system mailer (such as Sendmail or Postfix). debian/libc-client__VER__.README.debian.in0000644000000000000000000001013312027671257015240 0ustar UW IMAP C-CLIENT __VER__ FOR DEBIAN =================================== Plaintext logins ================ By default, plaintext logins are disabled unless you are using SSL or TLS. This was done upstream to follow security recommendations by IETF (The Internet Engineering Task Force). If you absolutely must use plaintext passwords, you will need to use the semi-official /etc/c-client.cf The upstream author gives dire warnings about using this functionality but it works and is pretty stable. See /usr/share/doc/libc-client__VER__/imaprc.txt.gz for further information. You specifically want to: set disable-plaintext nil CRAM-MD5 SASL authentication ============================ To enable it you need to have a file called /etc/cram-md5.pwd See /usr/share/doc/libc-client__VER__/md5.txt for information on how to set this up. An ancient version of this package installed an empty /etc/cram-md5.pwd. Although this ill-advised move was fixed quickly, because it was marked as a conffile, you may still have it around. As a result, your users may not be able to login. The fix is to either delete this file or populate it with passwords as explained in /usr/share/doc/libc-client__VER__/md5.txt . Beware that even though CRAM-MD5 stores passwords encrypted, it is treated as plaintext, so the above restrictrictions about "Plaintext logins" apply. Default mailbox location ======================== As of version 4.5-8, the mailbox root is back to being $HOME. I apologize for the inconvenience I have caused, but however I keep it, it is going to annoy someone or the other. $HOME is better because: a) most of the bug reports complain about it. b) That's what the upstream distribution does. So it's less of a maintenance headache for me. c) It's what most people expect (Principle of least surprise.) d) The reasoning behind the previous change was bogus anyway. Please be sure to check your setup to see if there is anything that might be affected by this change. (Procmail rules are onething that immediately comes to mind. One problem with $HOME being the mailbox root is every file in that directory will show up as a folder by default. To reduce clutter select your imap clients "Show only subscribed folders" option. (Most clients have one.) Most also have an option to set "server path" or something similar. You can set this to $HOME/mail or another directory of your choosing if you want to keep all your folders together in one place. If you really, really want to make the IMAP server set the mailbox root to $HOME/mail or any other place for that matter, see the topic above on plaintext passwords for how to tweak settings locally by the use of /etc/c-client.cf. You will need something like this: set mail-subdirectory mail Alternatively you can see the toplevel Makefile in the source, set MAILSUBDIR to your choice and recompile. mbox driver =========== This package has the mbox driver enabled which means that if there is a file in your $HOME directory called mbox it will be treated as your inbox and all mail in your system inbox (/var/mail/) will immediately be transfered there on access. [Thanks to Brock Rozen for help with the above comments] RestrictedBox option enabled ============================ Since july 2003 c-client has been compiled with the option "restrictedBox" enabled, so that paths starting with ".." or "/" are disallowed. In most situations this should cause no problems, but in case you suspect to need the default behaviour (which can be considered a security issue, since it allows access to /etc/passwd) try adding the following to /etc/c-client.cf (and read other remarks about that file earlier in this document): set restrictedBox NIL Maildir support =============== Earlier releases included a patch to support maildir format mailboxes, but that patch was not freely licensed and its author has explicitly requested its removal. No alternative reliable Maildir patch is known to exist currently. Jaldhar H. Vyas , Sun, 20 Oct 2002 11:23:00 -0400 Updates: Jonas Smedegaard Sat, 15 Mar 2003 21:10:00 +0100 debian/NEWS.in0000644000000000000000000000335212027671256010305 0ustar uw-imap (8:2007e~dfsg-1) unstable; urgency=low * Maildir support dropped! Patch earlier applied was not freely licensed and its author has explicitly requested its removal. No alternative reliable Maildir patch is known to exist currently. -- Jonas Smedegaard Tue, 11 Oct 2005 23:09:28 +0200 uw-imap (7:2004g.debian1-1) unstable; urgency=low * Maildir is back! According to documentation this should be a more flexible and well supported implementation. Let's see if it is true! Beware, however, that it is still an unofficial patch - it is not supported upstream. Bugfixes are welcome, but problems reported without fixes will only lead to the Maildir support being dropped again. In other words: Maildir is EXPERIMENTAL - use at your own risk! -- Jonas Smedegaard Tue, 11 Oct 2005 23:09:28 +0200 uw-imap (7:2002ddebian1-1) unstable; urgency=low * Drop Maildir patch. The code has always been buggy, is unsupported upstream and hasn't been maintained for several years. In addition, it may be the cause of security issues. The code and texts related to Maildir is kept in the source package for those interested in recompiling locally, but is no longer officially supported by Debian. -- Jonas Smedegaard Sat, 31 May 2003 17:51:35 +0200 uw-imap (4:2002rc7debian-1) unstable; urgency=low * New upstream version. SSL/TLS functionality is now built in so the old -ssl packages are obsolete. * WARNING: plaintext logins have been disabled for non SSL/TLS connections. See /usr/share/doc/libc-client__VER__/README.Debian for further information. (Closes: #164454) -- Jaldhar H. Vyas Tue, 15 Oct 2002 14:01:34 -0400 debian/compat0000644000000000000000000000000212027671256010374 0ustar 7 debian/copyright0000644000000000000000000000327412027671257011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IMAP Toolkit Environment Upstream-Contact: imap-uw@u.washington.edu http://www.washington.edu/imap/lists/imap-uw.html news:comp.mail.imap Source: ftp://ftp.cac.washington.edu/mail Repackaged, excluding non-DFSG RFC files and Binary file Files-Excluded: docs/rfc/ docs/draft/ src/osdep/mac/mtest.sit.hqx Files: * Copyright: 1988-2008, University of Washington License: Apache-2.0 Files: src/c-client/rfc822.* src/c-client/misc.* src/c-client/smtp.* src/c-client/imap4r1.c src/mtest/mtest.c Copyright: 1988, Stanford University 1988-2008, University of Washington License: Apache-2.0 Files: debian/* Copyright: 2000-2002, Jaldhar H. Vyas 2002-2009,2011-2012, Jonas Smedegaard License: GPL-2+ License: Apache-2.0 On Debian systems the 'Apache' license version 2.0 is located in '/usr/share/common-licenses/Apache-2.0'. License: GPL-2+ This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/source/0000755000000000000000000000000012027671260010471 5ustar debian/source/format0000644000000000000000000000001412027671260011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000020137212042324167011046 0ustar uw-imap (8:2007f~dfsg-2) unstable; urgency=medium * New maintainer (Closes: #686448). * Disable unnecessarily strict version check (Closes: #682256). -- Magnus Holmgren Thu, 25 Oct 2012 23:00:39 +0200 uw-imap (8:2007f~dfsg-1) unstable; urgency=low * New upstream release. Closes: bug#656074. Thanks to Ivan Shmakov. * Stop shipping uw-imapd or ipopd daemons: Code is in bad shape and better alternatives exist. * Lower Priority of libc-client-*-dev to extra: Depends on similarly prioritized comerr-dev and libkrb5-dev. * Drop locally included CDBS snippets: Adopted upstream. * Use dpkg source format 3.0 (quilt). Stop including patchsys-quilt.mk and update README.source to not mention quilt. Git-ignore quilt .pc subidr. * Update rules file licensing header: + Extend years, and list them explicitly. + Refer to FSF web URL (not postal address). * Bump debhelper compat level to 7. * Unfuzz patches and refresh using quilt shortening options -pab --no-timestamps --no-index. * Fix use target build-arch (not build). Closes: bug#666288. Thanks to Lucas Nussbaum. * Add patch 1003 to properly zero out len when mail_fetch_body() returns an empty string. Closes: bug#635839. Thanks to Vladimir Kolesnikov and Daniel T Chen. * Add patch 1004 to implement support for IMAP extension METADATA (rfc5464). Closes: bug#456591. Thanks to Mathieu Parent and Kolab project. * Explicitly pass LDFLAGS to build, to hopefully include eventual hardening flags. * Extend patch 1001 to explicitly link against all used Kerberos libs. Closes: bug#558968. Thanks to Peter Fritzsche and Matthias Klose. * Use anonscm.debian.org for Vcs-Browser field. * Update package relations: + Sort and newline-delimit package relations. + Stop build-depending on quilt or patchutils: unneeded with source version 3.0 (quilt). + Relax to build-depend unversioned on debhelper and devscripts: Required versions satisfied even in oldstable. + Tighten build-dependency on cdbs. + Stop build-depending on perl: Was used in a CDBS snippet which is now dropped. + Stop build-depending on po-debconf: Was used for debconf of daemon packages which are now dropped. * Rewrite copyright file using format 1.0. * Fix version in NEWS entry, to silence lintian (sadly it is 6 years too late to be of real benefit). * Drop stray substvars file from source packaging. Thanks to lintian. * Hardcode CDBS-resolved build flags, and stuff CPPFLAGS into CFLAGS, to enable hardening. -- Jonas Smedegaard Fri, 29 Jun 2012 13:07:15 +0200 uw-imap (8:2007e~dfsg-3.3) unstable; urgency=low * Non-maintainer upload. * Fix pending l10n issues. Debconf translations: - Dutch; (Jeroen Schot). Closes: #625525 - Polish (Michał Kułach). Closes: #657764 - Indonesian (Mahyuddin Susanto). Closes: #657821 -- Christian Perrier Mon, 06 Feb 2012 07:31:02 +0100 uw-imap (8:2007e~dfsg-3.2) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with flag -Werror=format-security. Patch by Aurélien Jarno. (Closes: #646481). -- Ana Beatriz Guerrero Lopez Sat, 03 Dec 2011 22:28:48 +0100 uw-imap (8:2007e~dfsg-3.1) unstable; urgency=low * Non-maintainer upload. * Add Provides to virtual pop3-server and imap-server to avoid file conflicts with alternative daemons. (Closes: #550380) -- Stefano Zacchiroli Sat, 23 Jan 2010 17:16:33 +0100 uw-imap (8:2007e~dfsg-3) unstable; urgency=low * Fix have ipopd (not uw-imapd) conflict/replace virtual pop3-server. -- Jonas Smedegaard Fri, 09 Oct 2009 22:31:48 +0200 uw-imap (8:2007e~dfsg-2) unstable; urgency=low * Explicitly conflict with alternate imap/pop daemons which use identical filenames. Closes: bug#550380, thanks to Ralf Treinen. -- Jonas Smedegaard Fri, 09 Oct 2009 22:24:04 +0200 uw-imap (8:2007e~dfsg-1) unstable; urgency=low * New upstream release. * Update debian/copyright: + Add X-Files-Stripped and X-Files-Stripped-Reason notes for files stripped in repackaged source + Update contact infor for upstream author + Attach note on Debian-distributed license texts to respective tags + Bump to revision 413 of new copyright format * Recommend default-mta (not exim4) as, well, default MTA. * Have uw-imapd and ipopd PAM files include common-session- noninteractive (not common-session), and tighten dependencies on libpam-runtime to versions providing the included file. * Drop patches 0001-0003 part of current upstream source. * Drop patch 1003 (maildir support) as it is not freely licensed and its author has explicitly requested its removal. Add NEWS item and rewrite README.Debian section. Update debian/control. * Stop SONAME from auto-bumping with each new release (but do bump this time around due to dropped Maildir patch). * Rewrite README.source to no longer describe source contents but mention the use of Git, CDBS, quilt and DEB_MAINTAINER_MODE. Drop README.cdbs-tweaks and cdbs-specific notes in debian/rules. * Add git-buildpackage configfile, enabling signed tags and pristine-tar. * Update CDBS snippets: + Add CDBS snippet package-relations.mk. + Consistently use underscore (not dash) in variables. + Implement fail-source-not-repackaged rule in upstream-tarball.mk. + Update URL to draft DEP5 format in copyright-check.mk output. * Drop no longer used -ssl README.debian files. * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Resolve, cleanup and apply CDBS-declared dependencies using package-relations.mk. * Update copyright info: + Rewrite to rev54 of DEB5 draft machine-readable format. + Extend copyright years for debian/*. + Add Source stanza. + Add copyright and licensing infor for PO files. + Fix set Stanford University as copyright holder (not license). * Fix tighten build-dependency on debhelper (5.0.44 too old for v6). * Bump policy-compliance to Standards-Version 3.8.0 (mailbox access requirements might not comply with Policy v3.8.1 or newer). * Always depend on ${misc:Depends} (not only when known needed). * Use lowercase hostname variable in postinsts to not bogusly upset lintian. -- Jonas Smedegaard Wed, 07 Oct 2009 15:15:57 +0200 uw-imap (8:2007b~dfsg-1.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix denial of service vulnerability because of rfc822_output_char() not checking for a full buffer and writing one byte ahead the buffer, later resulting in memcpy getting called with a possible size argument of -1 (0003_CVE-2008-5514.patch; Closes: #510918) -- Nico Golde Thu, 15 Jan 2009 19:00:01 +0100 uw-imap (8:2007b~dfsg-1) unstable; urgency=medium * Revert to older upstream 2007b, and instead bump epoc, as simplest possible apporach to get back to old soname, needed for the frozen Lenny. Thanks to Adeodato Simó for educating me about the problem and coming up with the solution. * Add patch 0001 from newer 2007d release, fixing local exploitable security hole in dmail and tmail. Thanks to Tomas Pospisek for reporting. * Add patch 0002 from newer 2007d release, to not close already closed smtp netstream. * Set urgency=medium due to soname fix (security issue already in 7:2007d~dfsg-1 and 7:2007b~dfsg-4+lenny1, so urgency=high unneeded. -- Jonas Smedegaard Mon, 01 Dec 2008 03:22:45 +0100 uw-imap (7:2007d~dfsg-1) unstable; urgency=high * New upstream release. * Set urgency=high as this release fixes a locally exploitable hole in dmail and tmail. * Update cdbs snippets: + Restructure output of copyright-check.mk to match new proposed copyright-format at http://wiki.debian.org/Proposals/CopyrightFormat . + Several minor improvements to upstream-tarball.mk. + Add new local package-relations.mk to merge duplicate build-dependencies and more. Drop cleanup in debian/rules. + Update debian/README.cdbs-tweaks. * Update copyright hints. * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Semi-auto-update debian/control to update dependencies: DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean -- Jonas Smedegaard Mon, 03 Nov 2008 13:19:02 +0100 uw-imap (7:2007b~dfsg-3) unstable; urgency=high * Fix patch 1001 to properly include IP6 flag, so package get compiled with IPv6 support as intended. Closes: bug#268251, thanks to Herbert Meier and others for reporting and to Christophe Wolfhugel for spotting the cause of the problem and providing a patch. * Setting urgency=high as this is a regression to earlier releases, and the fix is quite small. -- Jonas Smedegaard Fri, 22 Aug 2008 09:57:49 +0200 uw-imap (7:2007b~dfsg-2) unstable; urgency=medium * Packaging moved to collab-maint Git at Alioth. Update VCS-* hints. * Update Danish (da) locale. * Update Brazilian Portuguese (pt_BR). Closes: #469320, thanks to Eder L. Marques. * Let debhelper install logcheck rules. * Fix logcheck rules to ignore connections from resolved domains (not only IP numbers). Closes: bug#298706, #427498, thanks to Donovan Baarda and Justin Pryzby. * Thanks to Christian Perrier for help pushing this release! * Set urgency=medium to hopefully reach Lenny before frozen. -- Jonas Smedegaard Sat, 12 Jul 2008 17:51:37 +0200 uw-imap (7:2007b~dfsg-1) experimental; urgency=medium * New upstream release. * Unfuzz patches. * Update semi-auto-update warning in debian/rules to advertise DEB_AUTO_UPDATE_DEBIAN_CONTROL. * Update cdbs dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1). * Release for experimental as instructed by Release team at the end of http://lists.debian.org/debian-devel-announce/2008/06/msg00000.html * Add new file README.source (only draft for now - need more work to comply with Debian Policy 3.8). * Rewrite debian/copyright: + Use recent draft of machine-readable format proposed at http://wiki.debian.org/Proposals/CopyrightFormat + Refer to Apache 2.0 license at common location, thanks to lintian + License debian packaging as GPL-2+ + Move details on repackaging and Maildir patch to README.source. * Strip Macintosh binary from source (in addition to RFC documents). Document stripped files in README.source. * Rely on debhelper to install lintian overrides (without tightening build-dependency: overrides are just gracefully ignored if too old debhelper is used), thanks to lintian. * Drop deprecated linda overrides, thanks to lintian. * Fix referring to /usr/share/doc (not /usr/doc) in a README, thanks to lintian. * Update local cdbs snippets: + Major improvements to copyright-check, most importantly avoiding a FTBFS by only warning about changes to copyright-hints by default. Update debian/copyright_hints. + Various improvements to upstream-tarball.mk, including renaming top srcdir in repackaged tarball to $pkg-$ver.orig to comply with Developers Reference 6.7.8.2. Simplify use in debian/rules. + Update debian/README.cdbs-tweaks. * Bump debhelper compatibility to level 6 (was 4). * Semi-auto-update debian/control to apply above cdbs-related changes: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean This also bumps names of binary library packages (historic artifact to cope with restrictive license that has since been improved, but too much in the packaging routines is tied to that naming scheme to change this close to release of Lenny), and updates README.Debian (and more) which closes: bug#461386, thanks to Tomas Pospisek. * Set urgency=medium as this should hopefully reach Lenny, due to new release containing only bugfixes, and the cdbs fixes to avoid FTBFS. -- Jonas Smedegaard Thu, 03 Jul 2008 10:43:57 +0200 uw-imap (7:2007~dfsg-1) unstable; urgency=low * New upstream release. * Adjust patches 1001 and 2004 to no longer change hardcoded location of LOCKPGM (mlock): Upstream now by default look for the helper app at the following locations: 1) /etc/mlock (the old default, violating Linux FHS) 2) /usr/libexec/mlock 3) /usr/bin/mlock (our earlier hardcoded path) * Update patch 1003 (or more correctly: Replace with similar patch written for alpine instead of pine). Drop now unneeded patch 1011. * Unfuzz patches 1001, 1003 and 2002. * Update cdbs tweaks: + update-tarball improved repackaging + Drop local tweak bts.mk (all bugreports are welcome at Debian BTS) + Drop local tweak buildcore.mk (superfluous) * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #446204 * Debconf translation updates + Japanese. Closes: #446574 + Swedish. Closes: #446761 + Galician. Closes: #446789 + French. Closes: #446849 + Turkish. Closes: #446880 + Vietnamese. Closes: #446903 + Portuguese. Closes: #444469, #446942 + Finnish. Closes: #447070 + Basque. Closes: #447230 + Czech. Closes: #447435 + Spanish; Castilian. Closes: #447711 + Italian. Closes: #448236 + Russian. Closes: #448322 + German. Closes: #448383 * Semi-auto-update debian/control to fix version-specific package names: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Wed, 26 Dec 2007 20:44:42 +0100 uw-imap (7:2006k~dfsg-1) unstable; urgency=low * New upstream release. + Unfuzz patches. * Add Vcs-Svn and Vcs-Browser fields to debian/control. * Update cdbs tweaks: + update-tarball needs cdbs 0.4.39 or newer (only relevant for backports). * Update build-dependency cosmetics in debian/rules, and semi-auto- update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build * Move Homepage to own field (from pseudo-field in long description). * Switch from .dfsg to ~dfsg to make room for point releases. * Bump to standards-version 3.7.3 (no changes needed). -- Jonas Smedegaard Mon, 10 Dec 2007 16:41:46 +0100 uw-imap (7:2006j2.dfsg-3) unstable; urgency=low * Release for unstable. * Describe Maildir support as EXPERIMENTAL in NEWS.Debian. -- Jonas Smedegaard Wed, 22 Aug 2007 17:32:35 +0200 uw-imap (7:2006j2.dfsg-2) experimental; urgency=low * Acknowledge NMUs (applied while 2006x was in experimental or incoming (editing history is forbidden by policy: See changelog entries of those NMUs in BTS): + 7:2002edebian1-13.1: Add dutch (nl), german (de), galician (gl) and portuguese (pt) l10n. Closes: #364466, #398609, #407895, #409409, thanks to Christian Perrier. + 7:2002edebian1-13.2: Gracefully handle update-inetd missing in postrm scripts. Closes: #417138, #416780, thanks to Steve Langasek. + 7:2002edebian1-13.3: Gracefully handle debconf missing in postrm scripts. Closes: #431527, 431525, thanks to Mario Iseli. * Update cdbs tweaks: + Preserve upstream name for original source if repackaging. -- Jonas Smedegaard Wed, 08 Aug 2007 12:41:57 +0200 uw-imap (7:2006j2.dfsg-1) experimental; urgency=low * New upstream release. * Update local cdbs tweaks: + Improved upstream.tarball.mk to support the odd version number. * Unfuzz patches. * Update references to Maildir patch. * Fix __VER__ expansion of debian/copyright. * Declare (and cleanup) build-dependencies in debian/rules. * Use binNMU-safe ${binary:Version} (not ${Source-Version}) in debian/control. * Have packages ipopd and uw-imapd depend on openbsd-inetd or inet-superserver (not netbase). * Add russian (ru) locale. Closes: bug#433107, thanks to Yuri Kozlov. * Update brazilian portuguese (pt_BR) locale. Closes: bug#421521, thanks to André Luís Lopes. -- Jonas Smedegaard Mon, 30 Jul 2007 11:50:02 +0200 uw-imap (7:2006g.dfsg-1) experimental; urgency=low * New upstream release. * Fix SONAME versioning, and install using d-shlibmove. * Build-depend on po-debconf. * Update turkish (tr) debocnf l10n. Closes: bug#417552. -- Jonas Smedegaard Sun, 08 Apr 2007 12:34:33 +0200 uw-imap (7:2006f.dfsg-1) experimental; urgency=low * New upstream release. * Repackage source to not include RFCs (as was also done with 2006b and 2006d too). Closes: bug#393417. * Unfuzz patches. * Update local cdbs tweaks: + Add new local cdbs tweak upstream.tarball.mk to add a get-orig-source target and more. + Actually load standard buildcore when overloading buildcore. + Emit list of suspects if new copyrights are found. + Check for copyrights at pre-build (at clean we might run before actual cleanup has finished). + Suppress BTS report redirection for official Debian suites. + Update README.cdbs-tweaks. * Update debian/copyright to include the year 2007 in main copyright, thanks to copyright-check.mk. * Semi-auto-update debian/control + This updates library package names in debian/control, and thus closes: bug#414290, thanks to Magnus Holmgren. * Add rule to fail if building with out-of-sync library version names, to avoid the above from reoccuring. * Improve debconf templates, thanks to lintian. * Depend on ${misc:Depends} (not bogus ${debhelper-depends}), thanks to lintian. * Fix SONAME (stripping repackaging hint from library version name broke it). * Rewrite debconf templates to better explain the risk of port choices getting ignored. Closes: bug#302577, #302579, #303612. * Invoke debconf-updatepo in clean target to ensure debconf translations are always up-to-date. Thanks to lintian. * Unfuzz danish localization. -- Jonas Smedegaard Tue, 20 Mar 2007 09:49:42 +0100 uw-imap (7:2006d.dfsg-1) experimental; urgency=low * Mew upstream release. * Maildir patch updated to November 18, 2006 release. * Unfuzz other patches. -- Jonas Smedegaard Tue, 19 Dec 2006 22:03:51 +0100 uw-imap (7:2006b.dfsg-1) experimental; urgency=low * New upstream release. * Make IPv6 brokenness build-time warning non-interactive. * Patch Maildir patch to use CHUNKSIZE (instead of no longer available MAXMESSAGESIZE). * Improved patch handling: + Use quilt patchsystem (instead of internal cdbs simple-patchsys). + Renumber patches to indicate their scope. + Add debian/patches/README documenting new numbering scheme. * Fix manpage symlinks for ipopd. * Drop support for backporting to non-Unicode l10n: + No longer use custom po-debconf (and tweaked debhelper) cdbs rule. + Simplify l10n templates (drop the use of *.template.master files). + No longer mention the special handling in README.build. + Run debconf-updatepo. * No longer mention licensing-mandated version tweak in README.build. * Beautify shlib version (strip trailing ".dfsg" from string). -- Jonas Smedegaard Mon, 9 Oct 2006 20:40:44 +0200 uw-imap (7:2006a.dfsg-1) experimental; urgency=low * New upstream release. * Upstream source relicensed to use the Apache 2.0 license: + Simplify packaging to no longer tweak version number of binaries. + Update debian/copyright and debian/copyright_hints. * Strip RFCs (as usual) and append .dfsg to version number of source package (instead of the now dropped .debianN). * Use version resolving provided by cdbs (instead of homemade rules), and define revision within debian/rules (not in upstream version). * Improve watch file to use dversionmangle (and no hardcoded version). * Maildir patch updated to March 12, 2006 release (the one included with the below 7:2004g.debian1-1 was the August 03, 2005 release). * Unfuzz remeaining patches. -- Jonas Smedegaard Tue, 3 Oct 2006 17:21:59 +0200 uw-imap (7:2004g.debian1-1) experimental; urgency=low * New upstream release. Closes: Bug#254238 (thanks to Peter Marschall, and to Tzafrir Cohen for spiritual support making it finally compile correctly). * Strip DFSG-nonfree RFCs and RFC drafts from source. * Drop patches applied upstream: + 03_avoid_hardcoded_optimization + 05_CAN-2005-0198 + 06_CAN-2005-2933 + 11_manpages_are_not_local + 12_mailutil_manpage_typo * Drop part of patch 04_no_binaries_below_etc (that should have been a separate patch) about md5 and apop, applied upstream. * Remove no longer used md5 code from (Debian patches to) source. * Merge patches 01_shlib and 02_mailutils_use_shlib into 01_shlib. * Separate part of patch 01_shlib about MAILSPOOL into new patch 02_mailspool. * Unfuzz remaining 2 patches and compact them (speeds patching a bit). * Enable IPv6 support. Closes: bug#299818. * Improve logcheck rules. Closes: Bug#244324 (thanks to Paul Traina). * Improve Debian version handling: + Change version number scheme to ${upstream}.debian${debianver} (separate upstream and "debian" with a dot) to properly handle alphanumerics in upstream version ( 2004debian1 !> 2004ddebian ). + Parse more cleverly: Reuse simply expanded variables. + Handle UPSTREAMVER and use it to automatically update watch file. * Several updates to debian/TODO.Debian. * Patch _after_ checking for up-to-date debian/rules, not before. * Update cdbs snippets related to po-debconf. Closes: bug#332136 (thanks to Joey Hess). * Add new local cdbs snippet copyright-check. * Update remaining cdbs files, and add debian/README.cdbs-tweaks documenting their purpose. * Add myself as author of debian/rules (nothing is left from debmake). * Raise priority again for libc-client-dev from extra to optional, to match current overrides. * Add new promising Maildir patch. Closes: bug#273678, #230343, #312401 (thanks to Tomas Pospisek). * Now that Maildir support is added back the high priority debconf warning is no longer relevant. Closes: bug#268192 (thanks to Christian Perrier). * Cleaned up debian/copyright: + Update copyright and licensing info: - Year 2004 included. - Clarified distribution with proprietary systems. - Include notes about Maildir patch. + Replace info contained in changelog with note on "GNU systems". + Declare each topic more strictly. + Mention "licensing info" together with copyright. + Add (historical) copyright info of Stanford University. * Silence some tests in debian/rules. * Bump standards-version to 3.7.2 (no changes needed). -- Jonas Smedegaard Sun, 17 Sep 2006 05:46:42 +0200 uw-imap (7:2002edebian1-14) unstable; urgency=low * Cleanup dependencies in debian/control: + Drop conflicts for packages older than oldstable. + Use versioned dev package with conflicts/replaces/provides for virtual unversioned package. + Stop providing policy-violating virtual package pop2-server. * Cleanup debian/rules: + Drop no longer used update-control from DEB_PHONY_RULES. + Use -L option in DEB_DH_SHLIBDEPS_ARGS (drops support for woody). + Always update debian/control.in (only debian/control is holy). * Cleanup debian/*.README.Debian: + Update (currently unused) maildir notes. + Correct typo: s/ipod/ipopd/. * Rewrite long descriptions, based on texts from upstream homepage: + Advertise the c-client library in uw-imapd and ipopd packages. + Drop advertising smtp servers. + Warn about lack of Maildir support. + Warn about disabling encryption at the library. + Add homepage URL. * Drop no longer needed transition packages. -- Jonas Smedegaard Thu, 20 Apr 2006 11:59:30 +0200 uw-imap (7:2002edebian1-13) unstable; urgency=low * Apply patch fixing IPv6 for ipopd. Closes: bug#348369 (thanks to Sjoerd Simons ). * Improve local cdbs snippets: + Fix namespaces. + Use newer local debhelper snippet again, this time appending to dh_gencontrol rather than override it. Adjust po-debconf. + Add and enable new auto-update snippet. Move debian/control.in to debian/control.in.in. * Correct copyright info for debian/rules (debmake skeleton is long gone). * Fix order of parameters/options to find in debian/rules. -- Jonas Smedegaard Mon, 16 Jan 2006 18:29:51 +0100 uw-imap (7:2002edebian1-12) unstable; urgency=high * Patch src/c-client/mail.c against remote exploitable buffer overflow allowing attacker to execute arbitrary code - CAN-2005-2933. This closes: bug#332215 (thanks to iDEFENCE and Martin Pitt ). * Add/update debconf l10n: + Catalan (ca). Closes: Bug#248762 (thanks to Debian L10n Catalan Team). + Czech (cs). Closes: bug#313261 (thanks to Miroslav Kure ). + French (fr). Closes: Bug#241986 (thanks to debian-l10n-french mailing list contributors). + Japanese (ja) Closes: Bug#241804 (thanks to Kenshi Muto ). + Spanish (es). Closes: bug#323375 (thanks to Carlos Galisteo de Cabo ), + Swedish (sv). Closes: bug#333346 (thanks to Daniel Nylander ). + Turkish (tr). Closes: Bug#249129 (thanks to Mehmet Turker). + Vietnamese (vi). Closes: bug#324073 (thanks to Vietnamese free- software translation team / nhóm Việt hóa phần mềm tự do). * Modernize maintainer scripts (thanks to lintian): + Use `chown uid:gid` (not `chown uid.gid`). + Use [ test1 ] && [ test2 ] (not [ test1 -a test2 ]). * Source debconf in libc-clientXXX postinst even if unused (thanks to lintian). * Claim compliance with Policy 3.6.2 (no changes needed). * Set urgency=high due to security fix. -- Jonas Smedegaard Tue, 11 Oct 2005 16:24:14 +0200 uw-imap (7:2002edebian1-11) unstable; urgency=high * Update l12n: + Japanese (ja). Closes: bug#306940 (thanks to Kenshi Muto ). + French (fr). Closes: bug#303982 (thanks to Christian Perrier ). + Danish (da). Closes: bug#303443 (thanks to Morten Brix Pedersen ). * Setting urgency=high as this contains only l12n updates and is wanted for sarge. -- Jonas Smedegaard Mon, 16 May 2005 02:43:11 +0200 uw-imap (7:2002edebian1-10) unstable; urgency=high * Have uw-imapd and ipopd depend on netbase (I thought that package was required but it is "just" important). Closes (but only when this has entered sarge): bug#308401 (thanks to Frank Lichtenfeld ). * Set urgency high as this is policy violating and should go into sarge if at all possible. -- Jonas Smedegaard Wed, 11 May 2005 09:14:52 +0200 uw-imap (7:2002edebian1-9) unstable; urgency=high * Remove cache file before filling it for idempotency (in particular to avoid reuse of imap entries in the ipop cache file generated at failed attempts to install broken 7:2002edebian1-6.1). * Fix postinst of daemon packages to only append binary when adding to inetd, not when enabling (the space in front of the binary is what you've all seen as "The service name may not include a whitespace character!"). This closes: bug#301727, 301926, 302302 (thanks to Paul Traina , Michael R Head and especially to Wen-chien Jesse Sung for insisting in something being wrong). * ...and now that the code actually works, it reveals that debconf choices are ignored except at initial install. So add another debconf question on enforcing debconf choices or not. * Handle disabling ports through debconf (if enforced). If unenforced, emit a warning (this is getting pretty ugly). * Setting urgency=high to (hopefully) straighten out the last mess of bug#295306. -- Jonas Smedegaard Thu, 31 Mar 2005 11:07:24 +0200 uw-imap (7:2002edebian1-8.0.jones.2) unstable; urgency=low * Change per-package names from "_*.in" to "*._in" to simplify regex. -- Jonas Smedegaard Tue, 29 Mar 2005 22:51:16 +0200 uw-imap (7:2002edebian1-8.0.jones.1) unstable; urgency=low * Lower priority only for libc-client-dev. Revert default to optional. * Unite debconf daemon handling in single files in source, to avoid future NMU bugs like the one created in -6.1 (mistaking the daemon). * When packaging, avoid too deep searches for files to sed. * Add README.build to source documenting special filenames. * Use cdbs for basic CFLAGS setup. * Avoid installing upstream README (it is more a README.build). -- Jonas Smedegaard Mon, 28 Mar 2005 12:40:22 +0200 uw-imap (7:2002edebian1-8) unstable; urgency=high * Oddly enough, last upload disappeared while processed. Bumping up version number instead of risking more trouble and delay. This still closes: bug#295306, #301213. * Changing priority to extra to follow libkrb5-dev and comerr-dev. -- Jonas Smedegaard Mon, 28 Mar 2005 03:20:41 +0200 uw-imap (7:2002edebian1-7) unstable; urgency=high * Acknowledge NMU. Closes: bug#295306 (thanks to Steve Langasek and others helping out). * Fix patch in NMU to not fail in preinst if grep provides no result. Closes: bug#301213 (thanks to Adam Sjøgren and Rene Konasz for reporting, and Darren Salt and Steve Langasek for help fixing). * Fix grep'ing for imap in prerm of ipopd. WARNING: If you've managed * Adjust indenting of NMU patch to coding style of remianing scripts. * Set urgency=high for same reason as the NMU. * Respect the word "reasonable" in Debian Policy about enabling warnings: Suppress excessive but seemingly non-fatal warnings to easer spot more important ones. -- Jonas Smedegaard Sun, 27 Mar 2005 01:02:28 +0100 uw-imap (7:2002edebian1-6.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for sarge-targetted RC bugfix * Handle inetd.conf correctly on upgrades, to not lose local configuration changes; thanks to Pierre Habouzit and Adeodato Simó for their work on this fix (closes: #295306). -- Steve Langasek Mon, 21 Mar 2005 04:59:48 -0800 uw-imap (7:2002edebian1-6) unstable; urgency=high * Fix CERT security bug VU#702777: CRAM-MD5 authentication (disabled by default in Debian) would always grant access after 4 failed attempts. This closes: bug#292606, #293418 (thanks to Tomas Pospisek for first reporting it and Martin Schulze for providing a patch). * Set urgency=high due to above security fix. * Update local cdbs snippets: + buildinfo.mk: Make it actually work (tie to proper targets). + debhelper.mk: Add CDBS_BUILD_DEPENDS. + bts.mk: Make a test more quiet. -- Jonas Smedegaard Thu, 3 Feb 2005 20:22:23 +0100 uw-imap (7:2002edebian1-5) unstable; urgency=low * Stop messing with with /etc/c-client.cf using debconf (giving up - cannot figure out a solid set of routines). Closes: bug#273687, #239537 (thanks to all reporting the issue over time). * Depend on (not only recommend) debconf and remove fallback for libc-client, to obey Debian Policy 3.10.1. * Improve logcheck rules (wonder why I didn't need this myself). Closes: bug#271569, #277696 (thanks to Will Deutsch and Wouter de Vries ). * Correct typo in mailutil manpage. Closes: bug#251910 (thanks to Markus Järvinen ). * Refer to current location of library in NEWS (not the location at the time of breaking the news). Closes: bug#276460 (thanks to Calum Mackay ). * Correct french (fr) l12n typo, and make protocol names untranslatable. Closes: bug#277055 (thanks to Alexandre Fayolle and Christian Perrier ). * Add Czech (cs) l12n. Closes: bug#287306 (thanks to Miroslav Kure ). -- Jonas Smedegaard Mon, 3 Jan 2005 14:39:10 +0100 uw-imap (7:2002edebian1-4) unstable; urgency=high * Add/update debconf l12n, superseding non-maintainer upload. Closes: bug#275226 (thanks to Denis Barbier ). + Japanese (ja) updated. Closes: bug#241804 (thanks to Kenshi Muto ). + French (fr) added. Closes: bug#241986 (thanks to Christian Perrier ). + Catalan (ca) updated. Closes: Bug#248762 (thanks to Aleix Badia i Bosch ). + Turkish (tr) added. Closes: bug#249129 (thanks to Recai Oktas and Mehmet Turker). + Brazilian Portuguese (pt_BR) added (or updated, actually: It seems to have fallen out at some point - sorry about that!). Closes: bug#267322 (thanks to Andre Luis Lopes ). + German (de) added. Closes: bug#267674 (thanks to Erik Schanze ). + Danish (da) updated. Closes: bug#275980 (thanks to Morten Brix Pedersen ). + Spanish (es) added. Closes: bug#276285 (thanks to Carlos Galisteo ). * Begin using cdbs: + Build-depend on cdbs. + Include localbuildinfo.mk snippet and build on dh-buildinfo. + Use simple-patchsys.mk and drop local cbs make snippet. + Use debhelper.mk and simplify debian/rules greatly. + Include a few additional cdbs snippets helpful for backporting. + Avoid using makefile.mk this close to sarge release! * Add debian/NEWS with notes on secure-only connections and dropped Maildir-support. * Apply patch 11_manpages_are_not_local.diff to please lintian. * Update TODO.Debian - and rename to TODO in source to make sure it gets included (although only in uw-imaps package) by dh_installdocs. * Change 2002 and 2003 to __VER__ a few places in README.Debian files. * Parse Debian version more cleverly: Reuse simply expanded variables. Also, add UPSTREAMVER and use it to automatically update watch file. * Attempt asking both debconf questions in libc-client postinst. Closes: Bug#229842 (thanks to Jay Berkenbilt ). * Add note in libc-client.postconf explaining the use of printf. * Improve logcheck rules. Closes: Bug#244324 (thanks to Paul Traina). * Check for up-to-date deban/rules before patching. * Cleaned up debian/copyright: + Replace info contained in changelog with note on "GNU systems". + Declare each topic more strictly. + Mention "licensing info" together with copyright. + Add (historical) copyright info of Stanford University. * Correct dependency for transition packages, and shorten description. * Tighten build-dependency on debhelper to please lintian. * Set urgency=high as we want this in sarge. -- Jonas Smedegaard Wed, 13 Oct 2004 17:56:46 +0200 uw-imap (7:2002edebian1-3) unstable; urgency=low * Have libc-client-dev be priority optional. * Add japanese debconf localisation. Closes: Bug#224766 (thanks to Kenshi Muto ). -- Jonas Smedegaard Mon, 22 Mar 2004 17:14:32 +0100 uw-imap (7:2002edebian1-2) unstable; urgency=low * Change order of po2debconf and local version hack, for the packaging l12n to look more sane from the outside. Closes: Bug#235172, thanks to Martin Quinson . * Correctly check for a debconf response of "true" (not "yes") to the question of enabling plaintext passwords. Closes: Bug#227709, 231115 (thanks to John McMonagle and Stefan Andersson ). * The above also closes: Bug#190727 (thanks to Ryan Sinn ). In fact it only resolves the problem mentioned last - the main part is unreproducible and not due to purging the replaced package as I first suspected). * Recommend exim4 instead of exim. Closes: Bug# 228566 (thanks to Marc Haber ). -- Jonas Smedegaard Mon, 22 Mar 2004 15:46:41 +0100 uw-imap (7:2002edebian1-1) unstable; urgency=low * New upstream release. * Remove patches applied upstream (without mentioning their origin!!): * Adapt patches to the new release (some patches adopted upstream - the rest is disliked upstream, but at least name them well for others to adopt): + 01_shlib.diff: Several updates/corrections: - Correctly read "ARCHIVENAME" (not "$ARCHIVENAME"), and make a note in TODO about checking if this allows for further cleanup - Have new target lnps match changes to old target lnp - Add new target ldbs to toplevel Makefile, as BUILDTYPE is not overridable in ldb target. - Remove unused compile option "-DNFSKLUDGE" + 02_mailutils.diff: Rename to 02_mailutils_use_shlib.diff + 03_portability.diff: Dropped (applied upstream) + 04_cppfix.diff: Dropped. Instead a note is added to README.Debian in the libc-client-dev package recommending to use compile flag "-fno-operator-names" when compiling with g++ (as suggested - in a tiny note buried in the source - by upstream) + 05_debian-customization.diff: Split in three parts: - Drop compile tweaks in favor of using new "ldb" make target. - Rename relevant parts into 03_avoid_hardcoded_optimizaion.diff - Rename remains into 04_no_binaries_below_etc.diff + 06_limited_advertise.diff: Dropped (applied upstream) + 08_ssl.diff: Dropped (as intended in 7:2002ddebian1-3) + 09_kerberos.diff: Droped in favor of enabling Kerberos V support at compile time (as suggested by upstream in Makefile comment). + 99_needed_for_pine_smime_support.diff: Dropped (applied upstream) + 99_separate_ssl_key_dir.diff: Dropped (applied upstream) * Update TODO.Debian. * Change libc-client-dev to section=extra (to match libkrb5-dev and comerr-dev). * Correct pointers to libc-client in README.Debian of uw-imapd and ipopd. * Only warn once about dropped Maildir support. Closes: Bug#214508. * Correct typo in debconf question (thanks to Andreas Rottmann ). Closes: Bug#208571. * Update danish translation. -- Jonas Smedegaard Wed, 10 Dec 2003 03:27:41 +0100 uw-imap (7:2002ddebian1-4) unstable; urgency=medium * Remove RCS directory causing trouble on autobuilders (closes: Bug#212209). * Setting urgency=medium as the above should change nothing in the result packages, and is holding them from reaching testing. * Correction: 08_ssl.diff is not yet removed, as stated below for 7:2002ddebian1-3 (it is only cosmetic, and requires changes to 99_separate_ssl_key_dir.diff which will be removed on next upstream release anyway). * change -dev package to the generic libc-client-dev, and replace libc-client4.7-dev (this should hopefully make life easier again for build-dependencies of other packages - sorry for the mess). -- Jonas Smedegaard Fri, 26 Sep 2003 10:31:34 +0200 uw-imap (7:2002ddebian1-3) unstable; urgency=low * Adapt to new PAM structure, and depend on libpam-runtime (>= 0.76- 13.1). * Fix watch file to compare with non-debian version number. * Debian Policy 3.6.1. * Build using the gcc option -D_REENTRANT (required by Debian Policy chapter 10.2.). * Build using the gcc option -Wl,-z,defs (suggested by Debian Policy chapter 10.2.). * Patch cleanups as recommended by Mark Crispin (upstream author) and Jaldhar H. Vyas (former maintainer): + time.h inclusion in auth_md5.c (no longer needed). + NETSCAPE_BRAIN_DAMAGE and ENTOURAGE_BRAIN_DAMAGE ("Should not be necessary, and disables an important client debugging feature"). + tmp array and myHomeDir paranoia (relates to old fixed bugs). + SSLTYPE=unix.nopwd (no longer relevant). + 08_ssl.diff removed (options added to toplevel Makefile instead) -- Jonas Smedegaard Mon, 25 Aug 2003 04:11:06 +0200 uw-imap (7:2002ddebian1-2) unstable; urgency=high * enable compile-time option restrictedBox to disallow paths beginning with .. or / (closes: Bug#198560). Set urgency=high. * Correct watch file, and include it in version update semi- automation. -- Jonas Smedegaard Fri, 4 Jul 2003 20:01:38 +0200 uw-imap (7:2002ddebian1-1) unstable; urgency=low * New upstream stable release. * Seems the 2003 branch will stay unstable, so use yet another epoch and get back to the stable branch (which is in fact identical to newest unstable release except for the nntp code). * Drop Maildir patch. The code has always been buggy, is unsupported upstream and hasn't been maintained for several years. In addition, it may be the cause of security issues. Closes: Bug#159871, 188351. The code and texts related to Maildir is kept in the source package for those interested in recompiling locally, but is no longer officially supported by Debian. * Warn on upgrade about dropped Maildir support. * Tweak po2debconf handling to support backporting to woody (thanks to Colin Watson for similar tweaks to openssh). * Make both libc-client questions boolean, lower debconf dependency to only a recommendation, and fallback to simple echo'ing when not available. Override lintian warning about it. * Drop using {misc:Depends}, as it dublicates the po2debconf hack. * Drop irrelevant use of ${shlibs:Depends} for -dev package as well. * Recommend mail-transport-agent for ipopd (as done with uw-imapd). * Lower libc-client dependency on uw-mailutils to suggests (not recommends). * Improve wording in libc-client debconf template and README about plaintext authentication. * Fix cbs snippet to unpatch in reverse order. Closes: Bug#180701 (thanks to Kenshi Muto). -- Jonas Smedegaard Sat, 31 May 2003 17:51:35 +0200 uw-imap (6:2003debian0.0304182231-1) unstable; urgency=low * New upstream development snapshot. + Fix recognizing INBOX in mbox driver. + Fix resolving myMailboxDir (Setting mail-subdirectory in /etc/c-client.cf is now fully respected, so closes: Bug#153120). + Documentation update: rfc3516 is no longer a draft (not packaged). + Misc. small changes to non-Debian-related operating systems. * Use and buildepend on official d-shlibs again. * Build-depend on newer dephelper that properly supports (and itself pulls in build-dependency on) po-debconf. * Update 01_shlib.diff. -- Jonas Smedegaard Mon, 21 Apr 2003 15:55:59 +0200 uw-imap (6:2003debian0.0304071905-1) unstable; urgency=low * New upstream development snapshot. * Make sure /etc/c-client.cf is always initiated correctly if there. -- Jonas Smedegaard Wed, 9 Apr 2003 02:26:52 +0200 uw-imap (6:2003debian0.0303251143-1) unstable; urgency=low * New upstream development snapshot + Update to internal documentation (not packaged). + Correctly check for INBOX, not just any ?NBOX. + Check for length of strings several places. * Move libc-client2003debian-dev to section libdevel. * Claim compliance with Policy 3.5.9 (no changes needed). * Add pt_BR debconf translation provided by André Luís Lopes . This closes: Bug#185892. * Enable translation of even verbatim copied debhelper choices to please lintian. * Correctly translate *.template.in files. Provide debian/update-po script to do it semi-automatically later on. * Install source of mtest as example and drop building the binary at all. This closes: Bug#184638 (thanks to turgon@debian.org). * Switch debhelper hint from DH_COMPAT to debian/compat. * Correctly add plaintext hint to already existing /etc/c-client.cf. This closes: Bug#182779 (thanks to Robert CHERAMY ). * There's been no name clash since the cleanup in 6:2003debian0.0302102043-1. This closes Bug#180755. -- Jonas Smedegaard Tue, 8 Apr 2003 02:09:55 +0200 uw-imap (6:2003debian0.0303051641-2) unstable; urgency=low * Avoid removing /etc/c-client.cf on purge as the file is shared between all libc-clientXXX packages. * Rewrite documentation: + Add notes about manual removal of /etc/c-client.cf to README.Debian and debconf template. + Tweak layout of README.Debian files to be "conformant" with txt2html style. + Copy README.Debian notes about PAM and CRAM-MD5 from ipopd to imapd. + Clarify POP2 topic. + Rewrite libc-client debconf template to not talk about the past, and refer to the documentation for details. * Change recommended ipopd choices from pop3 to both pop3 and pop3s, and similarly with imap2 and imaps. * Use (and build-depend on) po-debconf. Add danish debconf l10n file. -- Jonas Smedegaard Sun, 16 Mar 2003 03:03:59 +0100 uw-imap (6:2003debian0.0303051641-1) unstable; urgency=low * New upstream developer snapshot. * Add kerberos LDFLAGS to debian/patches/01_shlib.diff (and add a note in TODO.Debian about the lack of testing) and correct path to kerberos libraries in debian/patches/05_debian-customization.diff. This closes: Bug#183926 (thanks to Sergio Talens-Oliag ). * Use a local hacked copy of d-devlibdeps to properly deal with libkrb5-dev and comerr-dev. * Move optimization CFLAGS from upstream Makefile to debian/rules to support DEB_BUILD_OPTIONS. * Restore old changelog entries lost in the -ssl fork (include it in the source package only). * Add general introduction to c-client in extended description of c-client-related packages. * Claim compliance with Debian Policy 3.5.9. -- Jonas Smedegaard Fri, 14 Mar 2003 20:05:56 +0100 uw-imap (6:2003debian0.0302202017-1) unstable; urgency=low * New upstream developer snapshot. * Have libc-clientXXX-dev depend on libc-clientXXX (closes: Bug#183036, thanks to Adam Conrad ). * Tighten debhelper sed magic to only deal with files. * Relax build-dependency on d-shlibs a bit (to leave room for unooficial bacports). * Remove bogus comments in debian/rules about revision numbers. -- Jonas Smedegaard Sun, 2 Mar 2003 00:52:20 +0100 uw-imap (6:2003debian0.0302102043-1) unstable; urgency=low * New upstream snapshot. * New epoch: Interpret "version number" (for which the license has special demands) as only the first segment of the longer string used with snapshots and betas (as is done in the documentation). This is to allow naming snapshots and other irregular releases consistently with regular releases ones. It does not excuse my recent stupidity in packaging a developer snapshot (although one could argue that it provoked cleaning up for next sane excuse). * Change debian/rules to correctly recognize VERSION (including appending alphabetic character(s)). * Add a REVISION field for dealing with snapshots changing the library (no excuse for my current stupidity, but may come in handy if security cases like 2002a.dev.snap.0212051126 happens again, and library changes between snapshots). * Correct symlink in libc-client2003debian0 package. (Closes: Bug#180699). * Use the common debconf area "libc-client" instead of versioned string (only question is about a file shared among all versions of libc-client anyway). * Sync with latest CBS: avoid non-POSIX test syntax. * Use sed again to handle VERSION more automatic, and check for changes to debian/control (but still avoid editing it automatically!). -- Jonas Smedegaard Thu, 13 Feb 2003 00:48:25 +0100 uw-imap (5:2003.dev.snap.0301311011debian-2) unstable; urgency=low * Have uw-mailutils conflict with older uw-imapd and uw-imapd-ssl to ease upgrades from woody (thanks to Zed Pobre ). Closes: Bug#180512. * Fix watchfile (it still doesn't work however, but that's another story). * Remove a TODO about dynamic linking - it works correctly now :-). * Update copyright (only changes are the version and years covered). * Remove README.debian for libc-client2003-dev, as it speaks only about enabling SSL which is now enabled by default. * Debhelper files renamed for the c-client2002 -> c-client2003 shift (how embarrasing). * Replace 2002 -> 2003 in various Debian documentation and packaging files. * Refer to /var/mail in debian/mlock.pod, generate mlock.1 from that and build-depend on perl. * Install mtest only as example file as it according to the FAQ is "not something that you would install". * Remove obsolete dh_undocumented from debian/rules. * Add linda overrides. -- Jonas Smedegaard Tue, 11 Feb 2003 02:50:03 +0100 uw-imap (5:2003.dev.snap.0301311011debian-1) unstable; urgency=low * New upstream snapshot. * Libc-client changed, so bump up its name. * Fix ipopd postinst to generate proper certificate (thanks to Nikita V. Youshchenko ). This closes: Bug#179993, 180314. * Use official d-shlibdeps again, and bump up build-dependency. * Improve resolving in debian/rules (upstream uses no dots but sometimes characters). * Update ipopd logcheck entries (ignore more errors due to lost connections from clients). -- Jonas Smedegaard Sun, 9 Feb 2003 05:42:42 +0100 uw-imap (5:2002b.debian-5) unstable; urgency=low * Update local d-devlibdeps (and send a d-shlibs bugreport regarding the openssl errors). Closes: Bug#178629 (thanks to James Troup ). * Correct symlinks to ipopd manpage. Closes: Bug#178208 (thanks to Remco Blaakmeer ). -- Jonas Smedegaard Tue, 28 Jan 2003 04:02:29 +0100 uw-imap (5:2002b.debian-4) unstable; urgency=low * Fix linking against openssl (thanks to Adam Conrad ). Closes: Bug#177719. * New hack to d-devlibdeps to support the above (also thanks to Adam Conrad). Bugreport filed against d-shlibs. * build-depend temporarily on bash (needed by d-devlibdeps). * Fix ipopd logcheck strings (match pop3 instead of pop). * Improve dialog regarding plaintext passwords to explicitly mention cramd-md5 passwords (thanks to Tom Allison ). -- Jonas Smedegaard Wed, 22 Jan 2003 20:48:23 +0100 uw-imap (5:2002b.debian-3) unstable; urgency=low * Really teach logcheck about APOP (added it to the wrong string). -- Jonas Smedegaard Sun, 19 Jan 2003 19:17:59 +0100 uw-imap (5:2002b.debian-2) unstable; urgency=low * Correct permisions for mlock. * Teach logcheck about APOP login (thanks to Carlos Perelló Marín ). Closes: Bug#177268. * Hack to maildir patch hopefully fixing Bug#108719 (please test). -- Jonas Smedegaard Sun, 19 Jan 2003 18:24:11 +0100 uw-imap (5:2002b.debian-1) unstable; urgency=low * New upstream release. * Repackage using debhelper v4, d-shlibs and (for now only patching rules from) Colin's Build System (instead of DBS and debhelper v2). * Avoid automatic update of debian/control during build (fail instead if libc-client-dev version is out of sync). * Copyright updates: + Use non-symlinked source URL + Remove irrelevant (and outdated) info on version contained + Add note that source was repackaged from upstream .tar.Z archive + Add credit notes about Maildir patch + Add Upstream Author (without email address) + Add links to additional info + Update license to refer to version 2002a of IMAP toolkit * Add TODO about improved certificate handling. * Updated logcheck files (thanks to Ivan Baldo for reminding me). Closes: Bug#176884. * Only change certificate permissions when creating them. * Remove libc-client2002 dependency on libssl and libkrb (it seems it is not dynamic linked to the library after all. Add an investigation to the TODO as well. * Use a local hacked copy of d-devlibdeps to properly deal with libpam and e2fsprogs. -- Jonas Smedegaard Sat, 18 Jan 2003 20:42:24 +0100 uw-imap (5:2002a.dev.snap.0212051126debian-5) unstable; urgency=low * Really change Maintainer field. -- Jonas Smedegaard Sun, 5 Jan 2003 14:27:20 +0100 uw-imap (5:2002a.dev.snap.0212051126debian-4) unstable; urgency=low * Remove .orig and other cruft from patches. * Enable workaround for Entourage (better safe than sorry - it does no harm to conforming IMAP clients (or to Enourage). * Change Netscape workaround to redirect to page below my own Debian home (same content, tidy'ed and Jaldhar credited in source). * Improve auto-generated certificates, and be noisy about creating them (Encourage replacing them). -- Jonas Smedegaard Fri, 27 Dec 2002 17:50:06 +0100 uw-imap (5:2002a.dev.snap.0212051126debian-3) unstable; urgency=low * Package adopted, closes bug#174094. Thanks, Jaldhar, for doing such a great job (i'll wait a bit switching to dovecot myself). * Changing maintainer field. * Correct SSLCERTS path (The wrong path is symlink'ed by openssl to the right location, so it is only cosmetic: it shows up in logfiles. * Add patch to locate SSL keys in /etc/ssl/private (with fallback to the old location for self signed keys). * Add patch to support body cleanup in c-client (c-client part of Pine S/MIME patch needed when linking dynamically). * Avoid removing certificate on purge, just warn if it exists (we have no way of knowing wether it is ours to remove). Closes bug#161212 (thanks to Chris Brown ). -- Jonas Smedegaard Fri, 27 Dec 2002 07:54:47 +0100 uw-imap (5:2002a.dev.snap.0212051126debian-2) unstable; urgency=low * libc-client2002-dev: libkrb5-dev added to depends. -- Jaldhar H. Vyas Mon, 16 Dec 2002 10:09:05 -0500 uw-imap (5:2002a.dev.snap.0212051126debian-1) unstable; urgency=high * New upstream version. * [SECURITY] fixes buffer overflow that could result in an authenticated user getting a shell. * ipopd-ssl: Corrected typos in description (Closes: #167874) * Added documentation for POP2 not supporting plaintext logins (Closes: #169318) -- Jaldhar H. Vyas Fri, 13 Dec 2002 10:25:01 -0500 uw-imap (4:2002rc10debian-1) unstable; urgency=low * Ok this is the release which will be uploaded to Debian. * New upstream version. * I've changed my mind again. plaintext authentication will be disabled by default but libc-client2002 will ask you via debconf if you want to use the config file to allow it (See /usr/share/doc/libc-client2002/README.Debian.) * proper dependencies for kerberos stuff added. * Closes: #152219, #150190, #164943, #164454, #16785 see previous changelog entries for details. -- Jaldhar H. Vyas Fri, 1 Nov 2002 15:23:28 -0500 uw-imap (4:2002rc8debian-1) unstable; urgency=low * New upstream version. * Fixed segfault in maildir driver. Thanks Christoph Martin. (Closes: #152219) * Mailboxes should no longer be reported twice. Thanks Bas Van Sisseren (Closes: #150190) * arch-independent packages built the right way. (Closes: #164943) * Documentation added for configuring various mail clients with SSL/TLS. -- Jaldhar H. Vyas Mon, 21 Oct 2002 01:37:52 -0400 uw-imap (4:2002rc7debian-1) unstable; urgency=low * New upstream version. SSL/TLS functionality is now built in so the old -ssl packages are obsolete. * WARNING: plaintext logins have been disabled for non SSL/TLS connections. See /usr/share/doc/libc-client2002/README.Debian for further information. (Closes: #164454) * uw-imapd, ipopd: Kerberos support added. (Closes: #160785) * uw-imapd: The old chkmail, imapcopy, imapmove, imapxfer, mbxcopy, mbxcreat, and mbxcvt programs have been replaced by mailutil in a new package called uw-mailutils which also contains tmail and dmail. -- Jaldhar H. Vyas Tue, 15 Oct 2002 14:01:34 -0400 uw-imap-ssl (4:2001adebian-7) unstable; urgency=low * Recompiled with the latest libssl * Some additional rules to quiet logcheck output. Thanks Paul Traina. (Closes: #145958) * Added a note to README.Debian about IDLE support (or lack of it.) (Closes: #146733) -- Jaldhar H. Vyas Sun, 16 Jun 2002 01:30:47 -0400 uw-imap-ssl (4:2001adebian-6) unstable; urgency=low * source re-uploaded and transferred to main. * uw-imapd-ssl: Fixed typo in certificate creation in postinst. (Closes: #137196) -- Jaldhar H. Vyas Sat, 23 Mar 2002 23:49:45 -0500 uw-imap-ssl (4:2001adebian-5) unstable; urgency=low * libc-client-ssl2001: Fix potential segmentation fault. Thanks Hadmut Danisch. (Closes: #128830) -- Jaldhar H. Vyas Sun, 13 Jan 2002 15:10:04 -0500 uw-imap-ssl (4:2001adebian-4) unstable; urgency=high * Change location of mail spool to /var/mail as per policy. (Closes: #125314) * libc-client-ssl2001: Fix speeling mistake in description. (Closes: #124902) * The text which contained another spellink mistake doesn't exist anymore. (Closes: #125450) -- Jaldhar H. Vyas Mon, 17 Dec 2001 23:26:08 -0500 uw-imap-ssl (4:2001adebian-3) unstable; urgency=high * The "Woodwards' Gripe Water" release. * Redid the patches. This should fix the shared library problems (Closes: #121720, #121768, #121230) * uw-imapd-ssl: Removed pine from Suggests as it is no longer an official Debian package. * Changed occurences of /usr/doc to /usr/share/doc in READMEs. (Closes: #124081) * uw-imapd-ssl, ipopd-ssl: Fixed bad common name in autogenerated certificate (Closes: #124115) -- Jaldhar H. Vyas Mon, 17 Dec 2001 13:49:08 -0500 uw-imap-ssl (4:2001adebian-2.1) unstable; urgency=low * Test to see if we have fixed the shared library problems. -- Jaldhar H. Vyas Mon, 10 Dec 2001 15:05:11 -0500 uw-imap-ssl (4:2001adebian-2) unstable; urgency=low * uw-imapd-ssl: Added imap3 service to inetd.conf for those clients that need it. See /usr/share/doc/uw-imapd-ssl/README.Debian for info on turning it off if you don't need it. (Closes: #120524) -- Jaldhar H. Vyas Thu, 22 Nov 2001 12:51:13 -0500 uw-imap-ssl (4:2001adebian-1) unstable; urgency=low * New upstream release. -- Jaldhar H. Vyas Mon, 19 Nov 2001 03:09:17 -0500 uw-imap-ssl (2:2001a.rc4debian-1) unstable; urgency=high * New upstream release. * libc-client-ssl2001-dev: Dependency on libssl-dev added. (Closes: #118953) * libc-client-2001: making of shlibs improved. -- Jaldhar H. Vyas Thu, 15 Nov 2001 22:31:59 -0500 uw-imap-ssl (2:2001a.rc2debian-1) unstable; urgency=low * New upstream release. -- Jaldhar H. Vyas Tue, 23 Oct 2001 23:45:51 -0400 uw-imap-ssl (1:2001rc1debian-1) unstable; urgency=high * New upstream release. * Source reworked to use dbs. There wasn't much in the way of documentation so let me know if there were any errors with this. * Brand new all-singing, all-dancing, maildir patch from Miquel Van Smoorenburg. * Also a patch from Miquel for just advertising private and shared namespaces. See /usr/share/doc/libc-client-ssl2001/README.Debian for details. -- Jaldhar H. Vyas Fri, 28 Sep 2001 06:03:55 -0400 uw-imap-ssl (1:2001beta010722debian-4) unstable; urgency=high * shared libs need to be linked with gcc, not ld. (Closes: #108091) * for maildirs INBOX should be ~/Maildir. * Most existing maildir problems should be fixed at this point. (Closes: #46557, #59546, #97432, #104208) Maildir users please test and if there are still issues reopen the bugs or file new ones. -- Jaldhar H. Vyas Fri, 10 Aug 2001 10:58:07 -0400 uw-imap-ssl (1:2001beta010722debian-3) unstable; urgency=high * uw-imapd-ssl: Fixed wrapped lines in logcheck filter (Closes: #107726) -- Jaldhar H. Vyas Mon, 6 Aug 2001 01:34:13 -0400 uw-imap-ssl (1:2001beta010722debian-2) unstable; urgency=low * libc-client-ssl2001: sysinbox() was only looking at ~/Mailbox not /var/mail/$USER. -- Jaldhar H. Vyas Tue, 31 Jul 2001 11:19:37 -0400 uw-imap-ssl (1:2001beta010722debian-1) unstable; urgency=low * New upstream version. Apologies for the hideous version number. Despite the 'beta' this is actually the current stable version. (Go figure.) * uw-imapd-ssl: linked imapcopy.1 to imapmove.1 (Closes: #99574) * uw-imapd-ssl: You shouldn't get the message "Can't create mailbox node ~/mbox: File exists." anymore (Closes: #66605, #71111) * uw-imapd-ssl: New feature in this version should fix problems with Outlook, Outlook Express (Closes: #73017, #80574) * libc-client-ssl2001: fixed up struct SEARCHPGM member names so they work in ANSI C++. (Closes: #102844) * ipopd-ssl: Added a filter for logcheck (Closes #100899) * uw-imapd-ssl: Added a note warning the provided certificate will expire in a year. (Closes: #99072) -- Jaldhar H. Vyas Mon, 30 Jul 2001 10:20:02 -0400 uw-imap-ssl (1:2000cdebian-6) unstable; urgency=low * libc-client-ssl2000: Changed shared lib build method (Closes: #98649) -- Jaldhar H. Vyas Thu, 24 May 2001 20:17:13 -0400 uw-imap-ssl (1:2000cdebian-5) unstable; urgency=high * uw-imapd-ssl: Fixed typo in postinst which prevented certificate from being generated. (Closes: #97286) * uw-imapd-ssl: Added a filter for logcheck (Closes: #97742) * uw-imapd-ssl,ipopd-ssl: Now we just update inetd entries not remove and then readd them (Closes: #98444) -- Jaldhar H. Vyas Thu, 24 May 2001 00:25:11 -0400 uw-imap-ssl (1:2000cdebian-4) unstable; urgency=low * I've not had time to do all the work on this package that I want to but I thought I'd at least fix some of the easier bugs in the meantime. * libc-client-ssl2000-dev: conflicts with libc-client4.7-dev (Closes: #92426) * uw-imapd-ssl,ipopd-ssl: added dependency on openssl (Closes: #93257,#93690) * uw-imapd-ssl,ipopd-ssl: generated certificate now expires after 365 days instead of 30 (Closes: #95585) * libc-client-ssl2000: Hopefully fixed, . and .. showing up as mail in maildirs * New maildir patch from http://greboguru.org/qmail/ -- Jaldhar H. Vyas Tue, 8 May 2001 10:00:32 -0400 uw-imap-ssl (1:2000cdebian-3) unstable; urgency=high * Backed out Tollefs' patch while I investigate why it isn't working for some people. Unfortunately my mail server has chosen this moment to blow up so I have no email and can't respond to the bug submitters. Rest assured I will do so as soon as I can. Meanwhile this should at least solve your immediate problems. If it doesn't please mail the debian-devel mailing list. I'll read it through the web interface. -- Jaldhar H. Vyas Sat, 31 Mar 2001 00:07:08 -0500 uw-imap-ssl (1:2000cdebian-2) unstable; urgency=low * uw-imapd-ssl,ipod-ssl: Added a dependancy for openssl so we have /etc/ssl/certs (closes: #90175) * libc-client-ssl2000: Add patch to make it respect $MAIL when returning mailbox (Thanks Tollef Fog Heen) (Closes: #55206) * Updated to latest policy version/build dependencies. -- Jaldhar H. Vyas Fri, 23 Mar 2001 02:14:01 -0500 uw-imap-ssl (1:2000cdebian-1) unstable; urgency=low * New upstream release -- Jaldhar H. Vyas Tue, 13 Feb 2001 01:13:09 -0500 uw-imap-ssl (1:2000bdebian-2) unstable; urgency=high * ipopd-ssl: fixed broken line in postrm (Gaah! I've got to stop using pico) (closes: #84023) * remove -L/usr/lib from Makefile.ssl which caused problems for autobuilders (closes: #83792, #84001) -- Jaldhar H. Vyas Mon, 29 Jan 2001 10:21:23 -0500 uw-imap-ssl (1:2000bdebian-1) unstable; urgency=high * New upstream release * linked against the latest SSL libraries (Closes: #82191, #82274) * removed extra newline in postrm (Closes: #82936) -- Jaldhar H. Vyas Sun, 21 Jan 2001 01:01:23 -0500 uw-imap-ssl (2000debian-3) unstable; urgency=low * I will get these dependencies correct one day dammit * Properly link to SSL libraries now. * Corrected error in shlibs file for libc-client-ssl2000 -- Jaldhar H. Vyas Sat, 25 Nov 2000 02:40:19 -0500 uw-imap-ssl (2000debian-2) unstable; urgency=low * Fixed bad dependencies -- Jaldhar H. Vyas Wed, 15 Nov 2000 09:47:17 -0500 uw-imap-ssl (2000debian-1) unstable; urgency=low * New package with SSL support compiled in. -- Jaldhar H. Vyas Tue, 14 Nov 2000 15:46:35 -0500 debian/mlock.install0000644000000000000000000000002611052613257011663 0ustar mlock/mlock usr/bin/ debian/control.in.in0000644000000000000000000000575612037331160011614 0ustar Source: uw-imap Priority: optional Section: mail Maintainer: Magnus Holmgren Standards-Version: 3.8.0 Build-Depends: @cdbs@ Vcs-Git: git://git.debian.org/git/collab-maint/uw-imap.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uw-imap.git Homepage: http://www.washington.edu/imap/ Package: libc-client__VER__-dev Section: libdevel Architecture: any Priority: extra Depends: ${devlibs:Depends}, ${misc:Depends}, libc-client__VER__ (= ${binary:Version}) Conflicts: libc-client-dev Replaces: libc-client-dev Provides: libc-client-dev Description: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the static c-client library and development headers. Package: libc-client__VER__ Section: libs Architecture: any Depends: ${cdbs:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${cdbs:Suggests} Description: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the shared c-client library. Package: mlock Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains a program to lock mailbox files to avoid corruption. Package: uw-mailutils Section: mail Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains helper tools for the libc-client library: - mailutil: utility program which helps manage email mailboxes (both local and IMAP/POP3/NNTP); - dmail: MDA (Mail Delivery Agent) for use with procmail; - tmail: MDA for use with the system mailer (such as Sendmail or Postfix). debian/patches/0000755000000000000000000000000012042302226010606 5ustar debian/patches/1004_support_rfc5464_METADATA.patch0000644000000000000000000003206712027671260016446 0ustar Description: Implement support for IMAP extension METADATA (rfc5464) Provides get/set ANNOTATIONS support to the c-client library. . [Version: 2006j2] Forwarded: no Origin: http://www-old.kolab.org/cgi-bin/viewcvs-kolab.cgi/server/patches/imap/ Bug-Debian: http://bugs.debian.org/456591 Last-Update: 2012-04-07 --- a/src/c-client/imap4r1.c +++ b/src/c-client/imap4r1.c @@ -133,7 +133,8 @@ #define MULTIAPPEND 13 #define SNLIST 14 #define MULTIAPPENDREDO 15 - +#define QLIST 16 +#define QSTRING 17 /* Append data */ @@ -203,12 +204,15 @@ void imap_gc_body (BODY *body); void imap_capability (MAILSTREAM *stream); long imap_acl_work (MAILSTREAM *stream,char *command,IMAPARG *args[]); +long imap_annotation_work (MAILSTREAM *stream,char *command,IMAPARG *args[]); IMAPPARSEDREPLY *imap_send (MAILSTREAM *stream,char *cmd,IMAPARG *args[]); IMAPPARSEDREPLY *imap_sout (MAILSTREAM *stream,char *tag,char *base,char **s); long imap_soutr (MAILSTREAM *stream,char *string); IMAPPARSEDREPLY *imap_send_astring (MAILSTREAM *stream,char *tag,char **s, SIZEDTEXT *as,long wildok,char *limit); +IMAPPARSEDREPLY *imap_send_qstring (MAILSTREAM *stream,char *tag,char **s, + SIZEDTEXT *as,char *limit); IMAPPARSEDREPLY *imap_send_literal (MAILSTREAM *stream,char *tag,char **s, STRING *st); IMAPPARSEDREPLY *imap_send_spgm (MAILSTREAM *stream,char *tag,char *base, @@ -2763,6 +2767,84 @@ args[0] = &ambx; args[1] = NIL; return imap_acl_work (stream,"GETACL",args); } + +/* IMAP set annotation + * Accepts: mail stream + * annotation struct + * Returns: T on success, NIL on failure + */ + +long imap_setannotation (MAILSTREAM *stream,ANNOTATION *annotation) +{ + IMAPARG *args[4],ambx,apth,aval; + long ret; + + ambx.type = ASTRING; + ambx.text = (void *) annotation->mbox; + args[0] = &ambx; + + apth.type = QSTRING; + apth.text = (void *) annotation->entry; + args[1] = &apth; + + STRINGLIST *st,*l; + ANNOTATION_VALUES *v; + + l = st = mail_newstringlist(); + v = annotation->values; + while(v){ + l->text.size = strlen((char *) (l->text.data = (unsigned char*)cpystr(v->attr))); + l->next = mail_newstringlist(); + l = l->next; + l->text.size = strlen((char *) (l->text.data = (unsigned char*)cpystr(v->value))); + if(v->next){ + l->next = mail_newstringlist(); + l = l->next; + } + v = v->next; + } + + aval.type = QLIST; + aval.text = (void *)st; + args[2] = &aval; + args[3] = NIL; + + ret = imap_annotation_work(stream, "SETANNOTATION",args); + mail_free_stringlist(&st); + return ret; +} + + + +/* IMAP get annotation + * Accepts: mail stream + * mailbox name + * annotation entry list + * annotation attribute list + * Returns: T on success with data returned via callback, NIL on failure + */ + +long imap_getannotation (MAILSTREAM *stream,char *mailbox,STRINGLIST *entries, STRINGLIST *attributes) +{ + IMAPARG *args[4],ambx,apth,aattr; + long ret; + ambx.type = ASTRING; + ambx.text = (void*) mailbox; + args[0] = &ambx; + + + apth.type = QLIST; + apth.text = (void*) entries; + args[1] = &apth; + + aattr.type = QLIST; + aattr.text = (void*) attributes; + args[2] = &aattr; + + args[3] = NIL; + ret = imap_annotation_work(stream, "GETANNOTATION",args); + return ret; +} /* IMAP list rights * Accepts: mail stream @@ -2815,6 +2897,16 @@ else mm_log ("ACL not available on this IMAP server",ERROR); return ret; } + long imap_annotation_work(MAILSTREAM *stream, char *command,IMAPARG *args[]) +{ + long ret = NIL; + IMAPPARSEDREPLY *reply; + if (imap_OK (stream,reply = imap_send (stream,command,args))) + ret = LONGT; + else mm_log (reply->text,ERROR); + return ret; +} + /* IMAP set quota * Accepts: mail stream @@ -2947,6 +3039,11 @@ if (reply = imap_send_astring (stream,tag,&s,&st,NIL,CMDBASE+MAXCOMMAND)) return reply; break; + case QSTRING: /* atom or string, must be literal? */ + st.size = strlen ((char *) (st.data = (unsigned char *) arg->text)); + if (reply = imap_send_qstring (stream,tag,&s,&st,CMDBASE+MAXCOMMAND)) + return reply; + break; case LITERAL: /* literal, as a stringstruct */ if (reply = imap_send_literal (stream,tag,&s,arg->text)) return reply; break; @@ -2963,6 +3060,18 @@ while (list = list->next); *s++ = ')'; /* close list */ break; + case QLIST: /* list of strings */ + list = (STRINGLIST *) arg->text; + c = '('; /* open paren */ + do { /* for each list item */ + *s++ = c; /* write prefix character */ + if (reply = imap_send_qstring (stream,tag,&s,&list->text, + CMDBASE+MAXCOMMAND)) return reply; + c = ' '; /* prefix character for subsequent strings */ + } + while (list = list->next); + *s++ = ')'; /* close list */ + break; case SEARCHPROGRAM: /* search program */ if (reply = imap_send_spgm (stream,tag,CMDBASE,&s,arg->text, CMDBASE+MAXCOMMAND)) @@ -3130,6 +3239,32 @@ mail_unlock (stream); /* unlock stream */ return reply; } + +/* IMAP send quoted-string + * Accepts: MAIL stream + * reply tag + * pointer to current position pointer of output bigbuf + * atom-string to output + * maximum to write as atom or qstring + * Returns: error reply or NIL if success + */ + +IMAPPARSEDREPLY *imap_send_qstring (MAILSTREAM *stream,char *tag,char **s, + SIZEDTEXT *as,char *limit) +{ + unsigned long j; + char c; + STRING st; + /* in case needed */ + INIT (&st,mail_string,(void *) as->data,as->size); + /* always write literal if no space */ + if ((*s + as->size) > limit) return imap_send_literal (stream,tag,s,&st); + + *(*s)++ = '"'; /* write open quote */ + for (j = 0; j < as->size; j++) *(*s)++ = as->data[j]; + *(*s)++ = '"'; /* write close quote */ + return NIL; +} /* IMAP send atom-string * Accepts: MAIL stream @@ -4059,6 +4194,50 @@ } } + else if (!strcmp (reply->key,"ANNOTATION") && (s = reply->text)){ + char * mbox; + /* response looks like ANNOTATION "mailbox" "entry" ("attr" "value" ["attr" "value"]) ["entry" ("attr "value" ["attr" "value"] )]*/ + getannotation_t an = (getannotation_t) mail_parameters (NIL,GET_ANNOTATION,NIL); + + mbox = imap_parse_astring (stream, &s, reply,NIL); + + while(*s){ + ANNOTATION * al = mail_newannotation(); + al->mbox = cpystr(mbox); + t = imap_parse_astring (stream, &s, reply,NIL); + al->entry = t; + STRINGLIST *strlist; + if (s){while (*s == ' ')s++;} + + strlist = imap_parse_stringlist(stream, &s,reply); + + ANNOTATION_VALUES *vlIter, *vlBegin; + vlIter = vlBegin = NIL; + if (strlist) { + while(strlist){ + if(vlIter){ + vlIter->next = mail_newannotationvalue(); + vlIter = vlIter->next; + }else{ + vlIter = mail_newannotationvalue(); + vlBegin = vlIter; + } + if ( strlist->text.size ) + vlIter->attr = cpystr (strlist->text.data); + strlist = strlist->next; + if(!strlist) continue; + if ( strlist->text.size ) + vlIter->value = cpystr (strlist->text.data); + strlist = strlist->next; + } + } + al->values = vlBegin; + if (an) + (*an) (stream,al); + mail_free_annotation(&al); + } + fs_give ((void **)&mbox); + } else if (!strcmp (reply->key,"ACL") && (s = reply->text) && (t = imap_parse_astring (stream,&s,reply,NIL))) { getacl_t ar = (getacl_t) mail_parameters (NIL,GET_ACL,NIL); --- a/src/c-client/imap4r1.h +++ b/src/c-client/imap4r1.h @@ -279,3 +279,5 @@ long imap_setquota (MAILSTREAM *stream,char *qroot,STRINGLIST *limits); long imap_getquota (MAILSTREAM *stream,char *qroot); long imap_getquotaroot (MAILSTREAM *stream,char *mailbox); +long imap_getannotation (MAILSTREAM *stream,char *mailbox,STRINGLIST *entries,STRINGLIST *attributes); +long imap_setannotation (MAILSTREAM *stream,ANNOTATION *annotation); --- a/src/c-client/mail.c +++ b/src/c-client/mail.c @@ -67,6 +67,7 @@ static newsrcquery_t mailnewsrcquery = NIL; /* ACL results callback */ static getacl_t mailaclresults = NIL; +static getannotation_t mailannotationresults = NIL; /* list rights results callback */ static listrights_t maillistrightsresults = NIL; /* my rights results callback */ @@ -596,6 +597,11 @@ ret = (void *) (debugsensitive ? VOIDT : NIL); break; + case SET_ANNOTATION: + mailannotationresults = (getannotation_t) value; + case GET_ANNOTATION: + ret = (void *) mailannotationresults; + break; case SET_ACL: mailaclresults = (getacl_t) value; case GET_ACL: @@ -5717,7 +5723,15 @@ return (ACLLIST *) memset (fs_get (sizeof (ACLLIST)),0,sizeof (ACLLIST)); } +ANNOTATION *mail_newannotation (void) +{ + return (ANNOTATION *) memset (fs_get (sizeof (ANNOTATION)),0,sizeof(ANNOTATION)); +} +ANNOTATION_VALUES *mail_newannotationvalue (void) +{ + return (ANNOTATION_VALUES *) memset (fs_get (sizeof (ANNOTATION_VALUES)),0,sizeof(ANNOTATION_VALUES)); +} /* Mail instantiate new quotalist * Returns: new quotalist */ @@ -6040,6 +6054,25 @@ } } +static void mail_free_annotation_values(ANNOTATION_VALUES **val) +{ + if (*val) { + if ((*val)->attr) fs_give ((void**) &(*val)->attr); + if ((*val)->value) fs_give ((void**) &(*val)->value); + mail_free_annotation_values (&(*val)->next); + fs_give ((void **) val); + } +} +void mail_free_annotation(ANNOTATION **al) +{ + if (*al) { + if((*al)->mbox) fs_give ((void**) &(*al)->mbox); + if((*al)->entry) fs_give ((void**) &(*al)->entry); + if((*al)->values) + mail_free_annotation_values(&(*al)->values); + fs_give ((void **) al); + } +} /* Mail garbage collect quotalist * Accepts: pointer to quotalist pointer --- a/src/c-client/mail.h +++ b/src/c-client/mail.h @@ -353,6 +353,8 @@ #define SET_SCANCONTENTS (long) 573 #define GET_MHALLOWINBOX (long) 574 #define SET_MHALLOWINBOX (long) 575 +#define GET_ANNOTATION (long) 576 +#define SET_ANNOTATION (long) 577 /* Driver flags */ @@ -1048,6 +1050,24 @@ ACLLIST *next; }; +/* ANNOTATION Response */ + +#define ANNOTATION_VALUES struct annotation_value_list + +ANNOTATION_VALUES { + char *attr; + char *value; + ANNOTATION_VALUES *next; +}; + +#define ANNOTATION struct annotation + +ANNOTATION { + char *mbox; + char *entry; + ANNOTATION_VALUES * values; +}; + /* Quota resource list */ #define QUOTALIST struct quota_list @@ -1356,6 +1376,7 @@ typedef void (*logouthook_t) (void *data); typedef char *(*sslclientcert_t) (void); typedef char *(*sslclientkey_t) (void); +typedef void (*getannotation_t) (MAILSTREAM *stream,ANNOTATION* annot); /* Globals */ @@ -1774,7 +1795,10 @@ SORTPGM *mail_newsortpgm (void); THREADNODE *mail_newthreadnode (SORTCACHE *sc); ACLLIST *mail_newacllist (void); +ANNOTATION* mail_newannotation(void); +ANNOTATION_VALUES* mail_newannotationvalue(void); QUOTALIST *mail_newquotalist (void); +void mail_free_annotation(ANNOTATION **a); void mail_free_body (BODY **body); void mail_free_body_data (BODY *body); void mail_free_body_parameter (PARAMETER **parameter); --- a/src/mtest/mtest.c +++ b/src/mtest/mtest.c @@ -145,6 +145,8 @@ #endif return NIL; } + +void mm_annotation (MAILSTREAM *stream, ANNOTATION *a); /* MM command loop * Accepts: MAIL stream @@ -195,6 +197,28 @@ mail_setflag (stream,arg,"\\DELETED"); else puts ("?Bad message number"); break; + case 'A': + { + char parms[MAILTMPLEN]; + prompt("Annotation: ",parms); + if (parms) { + mail_parameters(stream,SET_ANNOTATION,mm_annotation); + STRINGLIST *entries = mail_newstringlist(); + STRINGLIST *cur = entries; + cur->text.size = strlen((char *) (cur->text.data = (unsigned char*)cpystr (parms))); + cur->next = NIL; + + STRINGLIST *attributes = mail_newstringlist(); + cur = attributes; + cur->text.size = strlen((char *) (cur->text.data = (unsigned char*)cpystr ("*"))); + cur->next = NIL; + + imap_getannotation(stream,"INBOX",entries,attributes); + mail_free_stringlist(&entries); + mail_free_stringlist(&attributes); + } + } + break; case 'E': /* Expunge command */ mail_expunge (stream); last = 0; @@ -347,7 +371,7 @@ case '?': /* ? command */ puts ("Body, Check, Delete, Expunge, Find, GC, Headers, Literal,"); puts (" MailboxStatus, New Mailbox, Overview, Ping, Quit, Send, Type,"); - puts ("Undelete, Xit, +, -, or for next message"); + puts ("Undelete, Xit,Annotation, +, -, or for next message"); break; default: /* bogus command */ printf ("?Unrecognized command: %s\n",cmd); @@ -600,6 +624,18 @@ /* Interfaces to C-client */ +void mm_annotation (MAILSTREAM *stream, ANNOTATION *a) +{ + if(a){ + fprintf(stderr,"mailbox: %s\nentry: %s\n",a->mbox,a->entry); + ANNOTATION_VALUES * v = a->values; + while(v){ + fprintf(stderr,"attr: %s, value: %s\n",v->attr,v->value); + v = v->next; + } + } +} + void mm_searched (MAILSTREAM *stream,unsigned long number) { debian/patches/2011_disable_version_check.patch0000644000000000000000000000170512037337203016611 0ustar Description: Disable version check The version check in mail_versioncheck(), called via #include "linkage.c", Prevents new versions of the shared library to be used without rebuilding all applications, even if there wouldn't be any other problems doing so. Package dependencies, SONAME, and Debian's build system make sure that a compatible version will be loaded; therefore we remove this check. Author: Magnus Holmgren Bug-Debian: http://bugs.debian.org/682256 --- a/src/c-client/mail.c +++ b/src/c-client/mail.c @@ -293,13 +293,8 @@ static void mail_string_setpos (STRING * void mail_versioncheck (char *version) { - /* attempt to protect again wrong .h */ - if (strcmp (version,mailcclientversion)) { - char tmp[MAILTMPLEN]; - sprintf (tmp,"c-client library version skew, app=%.100s library=%.100s", - version,mailcclientversion); - fatal (tmp); - } + /* Skip unnecessarily strict version check. */ + ; } debian/patches/2010_disallow_escaping_home.patch0000644000000000000000000000077412027671260017012 0ustar --- a/src/osdep/unix/env_unix.c +++ b/src/osdep/unix/env_unix.c @@ -77,7 +77,7 @@ static short anonymous = NIL; /* is anonymous */ static short blackBox = NIL; /* is a black box */ static short closedBox = NIL; /* is a closed box (uses chroot() jail) */ -static short restrictBox = NIL; /* is a restricted box */ +static short restrictBox = -1; /* is a restricted box */ static short has_no_life = NIL; /* is a cretin with no life */ /* block environment init */ static short block_env_init = NIL; debian/patches/1002_fix_ftbfs.patch0000644000000000000000000000075212027671260014261 0ustar --- a/src/osdep/unix/flocklnx.c +++ b/src/osdep/unix/flocklnx.c @@ -57,7 +57,7 @@ case ENOLCK: /* lock table is full */ sprintf (tmp,"File locking failure: %s",strerror (errno)); mm_log (tmp,WARN); /* give the user a warning of what happened */ - if (!logged++) syslog (LOG_ERR,tmp); + if (!logged++) syslog ("%s",LOG_ERR,tmp); /* return failure if non-blocking lock */ if (op & LOCK_NB) return -1; sleep (5); /* slow down in case it loops */ debian/patches/1001_shlibs.patch0000644000000000000000000001456612027671260013602 0ustar --- a/Makefile +++ b/Makefile @@ -79,11 +79,13 @@ # hxd HP-UX 10.x with DCE security (see shp) # isc Interactive Systems # ldb Debian Linux +# ldbs Debian Linux (Shared c-client lib) # lfd Fedora Core 4 # ln8 Linux for Nokia N800 # lnx Linux with traditional passwords and crypt() in the C library # (see lnp, sl4, sl5, and slx) # lnp Linux with Pluggable Authentication Modules (PAM) +# lnps Linux with Pluggable Authentication Modules (PAM, shared c-client lib) # lmd Mandrake Linux # lr5 RedHat Enterprise 5 and later (same as lfd) # lrh RedHat Linux 7.2 and later @@ -307,7 +309,7 @@ # Note on SCO you may have to set LN to "ln". -a32 a41 a52 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an +a32 a41 a52 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lnps lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an $(BUILD) BUILDTYPE=$@ # If you use sv4, you may find that it works to move it to use the an process. @@ -372,6 +374,10 @@ $(BUILD) BUILDTYPE=lnp IP=$(IP6) \ SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/etc/pki/tls/certs SSLKEYS=/etc/pki/tls/private GSSDIR=/usr/kerberos" +ldbs: an + $(BUILD) BUILDTYPE=lnps IP=$(IP6) \ + SPECIALS="GSSDIR=/usr SSLDIR=/usr SSLINCLUDE=/usr/include/openssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private" + lmd: an $(BUILD) BUILDTYPE=lnp IP=$(IP6) \ SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/usr/lib/ssl/certs SSLKEYS=/usr/lib/ssl/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib" --- a/src/dmail/Makefile +++ b/src/dmail/Makefile @@ -26,7 +26,7 @@ C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` SHELL = /bin/sh # Get local definitions from c-client directory @@ -35,16 +35,13 @@ CFLAGS = -I$C `cat $C/CFLAGS` LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -dmail: $(CCLIENTLIB) dmail.o dquota.o +dmail: dmail.o dquota.o $(CC) $(CFLAGS) -o dmail dmail.o dquota.o $(LDFLAGS) dmail.o: $C/mail.h $C/misc.h $C/osdep.h dquota.h dquota.o: dquota.h -$(CCLIENTLIB): - cd $C;make - clean: rm -f *.o dmail --- a/src/imapd/Makefile +++ b/src/imapd/Makefile @@ -43,12 +43,12 @@ # Get local definitions from c-client directory C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` CC = `cat $C/CCTYPE` CFLAGS = -I$C `cat $C/CFLAGS` $(NSBD) $(ENBD) -DANOFILE=\"$(ANO)\" \ -DALERTFILE=\"$(ALERT)\" -DNNTPFILE=\"$(NNTP)\" \ -DUSERALERTFILE=\"$(USERALERT)\" -DSHUTDOWNFILE=\"$(SHUTDOWN)\" -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` +LDFLAGS = `cat $C/LDFLAGS` all: imapd --- a/src/ipopd/Makefile +++ b/src/ipopd/Makefile @@ -26,14 +26,14 @@ C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` SHELL = /bin/sh # Get local definitions from c-client directory CC = `cat $C/CCTYPE` CFLAGS = -I$C `cat $C/CFLAGS` -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` +LDFLAGS = `cat $C/LDFLAGS` ipopd: ipop2d ipop3d --- a/src/mailutil/Makefile +++ b/src/mailutil/Makefile @@ -26,7 +26,7 @@ C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` SHELL = /bin/sh # Get local definitions from c-client directory @@ -35,14 +35,11 @@ CFLAGS = -I$C `cat $C/CFLAGS` LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -mailutil: $(CCLIENTLIB) mailutil.o +mailutil: mailutil.o $(CC) $(CFLAGS) -o mailutil mailutil.o $(LDFLAGS) mailutil.o: $C/mail.h $C/misc.h $C/osdep.h -$(CCLIENTLIB): - cd $C;make - clean: rm -f *.o mailutil --- a/src/mtest/Makefile +++ b/src/mtest/Makefile @@ -26,7 +26,7 @@ C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` SHELL = /bin/sh # Get local definitions from c-client directory @@ -37,14 +37,11 @@ all: mtest -mtest: $(CCLIENTLIB) mtest.o +mtest: mtest.o $(CC) $(CFLAGS) -o mtest mtest.o $(LDFLAGS) mtest.o: $C/mail.h $C/misc.h $C/osdep.h $C/rfc822.h $C/smtp.h $C/nntp.h -$(CCLIENTLIB): - cd $C;make - clean: rm -f *.o mtest || true --- a/src/osdep/unix/Makefile +++ b/src/osdep/unix/Makefile @@ -498,7 +498,20 @@ ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="$(GCCCFLAGS)" \ - BASELDFLAGS="$(PAMLDFLAGS)" + BASELDFLAGS="../c-client/c-client.a $(PAMLDFLAGS)" + +lnps: # Linux Pluggable Authentication modules (c-client as shared lib) + $(BUILD) `$(CAT) SPECIALS` OS=lnx \ + SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \ + SPOOLDIR=/var/spool \ + ACTIVEFILE=/var/lib/news/active \ + RSHPATH=/usr/bin/rsh \ + BASECFLAGS="-fPIC $(GCCCFLAGS)" \ + ARCHIVE="libc-client.so" \ + BASELDFLAGS="-L../c-client -lc-client $(PAMLDFLAGS) -lc" \ + ARRC="gcc --shared -Wl,-soname,libc-client.so.$(VERSION) -o" \ + LIBRARIES="$(PAMLDFLAGS) $(EXTRALDFLAGS) $(SSLLDFLAGS) -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" \ + RANLIB=true lnx: # Linux non-shadow passwords @echo You are building for traditional Linux *without* shadow @@ -869,7 +882,7 @@ # Cleanup clean: - sh -c '$(RM) auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE $(ARCHIVE) || true' + sh -c '$(RM) auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE ARCHIVENAME *FLAGS *TYPE $(ARCHIVE) || true' # Dependencies @@ -976,7 +989,8 @@ -DLOCKPGM1=\"$(LOCKPGM1)\" -DLOCKPGM2=\"$(LOCKPGM2)\" \ -DLOCKPGM3=\"$(LOCKPGM3)\" > OSCFLAGS echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS - echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE + echo "$(ARRC) $(ARCHIVE) $(BINARIES) $(LIBRARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE + echo $(ARCHIVE) > ARCHIVENAME echo $(OS) > OSTYPE ./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy ./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS) --- a/src/tmail/Makefile +++ b/src/tmail/Makefile @@ -26,7 +26,7 @@ C = ../c-client -CCLIENTLIB = $C/c-client.a +CCLIENTLIB = $C/`cat $C/ARCHIVENAME` SHELL = /bin/sh # Get local definitions from c-client directory @@ -35,16 +35,13 @@ CFLAGS = -I$C `cat $C/CFLAGS` LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -tmail: $(CCLIENTLIB) tmail.o tquota.o +tmail: tmail.o tquota.o $(CC) $(CFLAGS) -o tmail tmail.o tquota.o $(LDFLAGS) tmail.o: $C/mail.h $C/misc.h $C/osdep.h tquota.h tquota.o: tquota.h -$(CCLIENTLIB): - cd $C;make - clean: rm -f *.o tmail debian/patches/2002_mailspool.patch0000644000000000000000000000131012027671260014276 0ustar --- a/src/osdep/unix/Makefile +++ b/src/osdep/unix/Makefile @@ -494,7 +494,7 @@ lnp: # Linux Pluggable Authentication modules $(BUILD) `$(CAT) SPECIALS` OS=slx \ SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \ - SPOOLDIR=/var/spool \ + SPOOLDIR=/var/spool MAILSPOOL=/var/mail \ ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="$(GCCCFLAGS)" \ @@ -503,7 +503,7 @@ lnps: # Linux Pluggable Authentication modules (c-client as shared lib) $(BUILD) `$(CAT) SPECIALS` OS=lnx \ SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \ - SPOOLDIR=/var/spool \ + SPOOLDIR=/var/spool MAILSPOOL=/var/mail \ ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="-fPIC $(GCCCFLAGS)" \ debian/patches/2004_no_binaries_below_etc.patch0000644000000000000000000000265712027671260016633 0ustar --- a/src/imapd/imapd.8 +++ b/src/imapd/imapd.8 @@ -16,7 +16,7 @@ .SH NAME IMAPd \- Internet Message Access Protocol server .SH SYNOPSIS -.B /usr/etc/imapd +.B /usr/sbin/imapd .SH DESCRIPTION .I imapd is a server which supports the @@ -42,7 +42,7 @@ by many Unix-based clients. To do this, the .I imapd binary must have a link to -.I /etc/rimapd +.I /usr/sbin/rimapd since this is where this software expects it to be located. .SH "SEE ALSO" rsh(1) ipopd(8) --- a/src/ipopd/ipopd.8 +++ b/src/ipopd/ipopd.8 @@ -16,9 +16,9 @@ .SH NAME IPOPd \- Post Office Protocol server .SH SYNOPSIS -.B /usr/etc/ipop2d +.B /usr/sbin/ipop2d .PP -.B /usr/etc/ipop3d +.B /usr/sbin/ipop3d .SH DESCRIPTION .I ipop2d and --- a/src/osdep/unix/tcp_unix.c +++ b/src/osdep/unix/tcp_unix.c @@ -348,12 +348,12 @@ /* return immediately if ssh disabled */ if (!(sshpath && (ti = sshtimeout))) return NIL; /* ssh command prototype defined yet? */ - if (!sshcommand) sshcommand = cpystr ("%s %s -l %s exec /etc/r%sd"); + if (!sshcommand) sshcommand = cpystr ("%s %s -l %s exec /usr/sbin/r%sd"); } /* want rsh? */ else if (rshpath && (ti = rshtimeout)) { /* rsh command prototype defined yet? */ - if (!rshcommand) rshcommand = cpystr ("%s %s -l %s exec /etc/r%sd"); + if (!rshcommand) rshcommand = cpystr ("%s %s -l %s exec /usr/sbin/r%sd"); } else return NIL; /* rsh disabled */ /* look like domain literal? */ debian/patches/README0000644000000000000000000000021111052613257011471 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/1003_fix_zero_len_when_mail_fetch_body_is_empty.patch0000644000000000000000000000174412027671260023117 0ustar Description: Properly zero out len when mail_fetch_body() returns an empty string Forwarded: no Origin: Vladimir Kolesnikov, https://bugs.launchpad.net/ubuntu/+source/uw-imap/+bug/617876/+attachment/1489969/+files/mail.c.diff Author: Vladimir Kolesnikov Reviewed-By: Daniel T Chen Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/uw-imap/+bug/617876 Bug-Debian: http://bugs.debian.org/635839 Last-Update: 2011-07-28 --- a/src/c-client/mail.c +++ b/src/c-client/mail.c @@ -1932,7 +1932,10 @@ memset (&stream->private.string,NIL,sizeof (STRING)); if (!(section && *section)) /* top-level text wanted? */ return mail_fetch_message (stream,msgno,len,flags); - else if (strlen (section) > (MAILTMPLEN - 20)) return ""; + else if (strlen (section) > (MAILTMPLEN - 20)) { + if (len) *len = 0; + return ""; + } flags &= ~FT_INTERNAL; /* can't win with this set */ /* initialize message data identifier */ INIT_GETS (md,stream,msgno,section,0,0); debian/patches/series0000644000000000000000000000037212037334613012036 0ustar 1001_shlibs.patch 1002_fix_ftbfs.patch 1003_fix_zero_len_when_mail_fetch_body_is_empty.patch 1004_support_rfc5464_METADATA.patch 2002_mailspool.patch 2004_no_binaries_below_etc.patch 2010_disallow_escaping_home.patch 2011_disable_version_check.patch debian/mlock.lintian-overrides0000644000000000000000000000006211052613257013653 0ustar mlock: setgid-binary usr/bin/mlock 2755 root/mail debian/copyright_hints0000644000000000000000000004045512027671257012347 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CONTENTS Makefile README SUPPORT docs/BUILD docs/CONFIG docs/FAQ.html docs/FAQ.txt docs/IPv6.txt docs/RELNOTES docs/SSLBUILD docs/Y2K docs/bugs.txt docs/calendar.txt docs/commndmt.txt docs/drivers.txt docs/formats.txt docs/imaprc.txt docs/internal.txt docs/locking.txt docs/md5.txt docs/mixfmt.txt docs/naming.txt makefile.nt makefile.ntk makefile.os2 makefile.w2k makefile.wce src/ansilib/memmove.c src/ansilib/memmove2.c src/ansilib/strpbrk.c src/ansilib/strstr.c src/ansilib/strtok.c src/ansilib/strtoul.c src/c-client/auth_ext.c src/c-client/auth_gss.c src/c-client/auth_log.c src/c-client/auth_md5.c src/c-client/auth_pla.c src/c-client/c-client.h src/c-client/env.h src/c-client/flstring.c src/c-client/flstring.h src/c-client/fs.h src/c-client/ftl.h src/c-client/imap4r1.h src/c-client/mail.h src/c-client/netmsg.c src/c-client/netmsg.h src/c-client/newsrc.h src/c-client/nl.h src/c-client/nntp.c src/c-client/nntp.h src/c-client/pop3.c src/c-client/smanager.c src/c-client/sslio.h src/c-client/tcp.h src/c-client/utf8aux.c src/c-client/utf8aux.h src/charset/big5.c src/charset/cns11643.c src/charset/decomtab.c src/charset/gb_12345.c src/charset/gb_2312.c src/charset/ibm.c src/charset/iso_8859.c src/charset/jis_0208.c src/charset/jis_0212.c src/charset/koi8_r.c src/charset/koi8_u.c src/charset/ksc_5601.c src/charset/tis_620.c src/charset/tmap.c src/charset/viscii.c src/charset/widths.c src/charset/windows.c src/dmail/Makefile src/dmail/dmail.1 src/dmail/dmail.c src/dmail/dquota.c src/dmail/dquota.h src/imapd/Makefile src/imapd/imapd.8 src/imapd/makefile.nt src/imapd/makefile.ntk src/imapd/makefile.w2k src/ipopd/Makefile src/ipopd/ipop2d.c src/ipopd/ipop3d.c src/ipopd/ipopd.8 src/ipopd/makefile.nt src/ipopd/makefile.ntk src/ipopd/makefile.w2k src/mailutil/Makefile src/mailutil/mailutil.1 src/mailutil/mailutil.c src/mailutil/makefile.nt src/mailutil/makefile.ntk src/mailutil/makefile.w2k src/mlock/Makefile src/mlock/mlock.c src/mtest/Makefile src/mtest/makefile.nt src/mtest/makefile.ntk src/mtest/makefile.os2 src/mtest/makefile.w2k src/osdep/amiga/Makefile src/osdep/amiga/ckp_std.c src/osdep/amiga/drivers src/osdep/amiga/dummy.c src/osdep/amiga/dummy.h src/osdep/amiga/env_ami.c src/osdep/amiga/env_ami.h src/osdep/amiga/fdstring.c src/osdep/amiga/fdstring.h src/osdep/amiga/fs_ami.c src/osdep/amiga/ftl_ami.c src/osdep/amiga/gethstid.c src/osdep/amiga/gr_waitp.c src/osdep/amiga/log_std.c src/osdep/amiga/mbx.c src/osdep/amiga/mh.c src/osdep/amiga/mix.c src/osdep/amiga/mkauths src/osdep/amiga/mmdf.c src/osdep/amiga/mtx.c src/osdep/amiga/mx.c src/osdep/amiga/news.c src/osdep/amiga/nl_ami.c src/osdep/amiga/os_ami.c src/osdep/amiga/os_ami.h src/osdep/amiga/phile.c src/osdep/amiga/pmatch.c src/osdep/amiga/pseudo.c src/osdep/amiga/pseudo.h src/osdep/amiga/scandir.c src/osdep/amiga/ssl_none.c src/osdep/amiga/tcp_ami.h src/osdep/amiga/tenex.c src/osdep/amiga/tz_bsd.c src/osdep/amiga/unix.c src/osdep/amiga/unix.h src/osdep/amiga/write.c src/osdep/dos/bezrkdos.c src/osdep/dos/drivers.bat src/osdep/dos/drivraux.bat src/osdep/dos/dummy.h src/osdep/dos/dummydos.c src/osdep/dos/env_dos.c src/osdep/dos/env_dos.h src/osdep/dos/fdstring.c src/osdep/dos/fdstring.h src/osdep/dos/fs_dos.c src/osdep/dos/ftl_dos.c src/osdep/dos/makefile src/osdep/dos/mkautaux.bat src/osdep/dos/mkauths.bat src/osdep/dos/mtestdbw.bat src/osdep/dos/mtestdnf.bat src/osdep/dos/mtestdnv.bat src/osdep/dos/mtestdpc.bat src/osdep/dos/mtestdwa.bat src/osdep/dos/mtestwsk.bat src/osdep/dos/mtxdos.c src/osdep/dos/nl_dos.c src/osdep/dos/os_dbw.c src/osdep/dos/os_dbw.h src/osdep/dos/os_dnf.c src/osdep/dos/os_dnf.h src/osdep/dos/os_dnv.c src/osdep/dos/os_dnv.h src/osdep/dos/os_dpc.c src/osdep/dos/os_dpc.h src/osdep/dos/os_dwa.c src/osdep/dos/os_dwa.h src/osdep/dos/os_wsk.c src/osdep/dos/os_wsk.h src/osdep/dos/pmatch.c src/osdep/dos/tcp_dos.c src/osdep/dos/tcp_dos.h src/osdep/dos/tcp_dwa.c src/osdep/dos/tcp_dwa.h src/osdep/dos/tcp_wsk.h src/osdep/dos/write.c src/osdep/mac/dummy.h src/osdep/mac/dummymac.c src/osdep/mac/env_mac.c src/osdep/mac/env_mac.h src/osdep/mac/fs_mac.c src/osdep/mac/ftl_mac.c src/osdep/mac/linkage.c src/osdep/mac/linkage.h src/osdep/mac/nl_mac.c src/osdep/mac/os_mac.c src/osdep/mac/os_mac.h src/osdep/mac/osdep.h src/osdep/mac/pmatch.c src/osdep/mac/tcp_mac.c src/osdep/mac/tcp_mac.h src/osdep/nt/drivers.bat src/osdep/nt/drivraux.bat src/osdep/nt/dummy.h src/osdep/nt/dummynt.c src/osdep/nt/env_nt.c src/osdep/nt/env_nt.h src/osdep/nt/fdstring.c src/osdep/nt/fdstring.h src/osdep/nt/fs_nt.c src/osdep/nt/ftl_nt.c src/osdep/nt/ip4_nt.c src/osdep/nt/ip6_nt.c src/osdep/nt/kerb_mit.c src/osdep/nt/kerb_w2k.c src/osdep/nt/mailfile.h src/osdep/nt/makefile.nt src/osdep/nt/makefile.ntk src/osdep/nt/makefile.old src/osdep/nt/makefile.w2k src/osdep/nt/mbxnt.c src/osdep/nt/mkautaux.bat src/osdep/nt/mkauths.bat src/osdep/nt/mtxnt.c src/osdep/nt/nl_nt.c src/osdep/nt/os_nt.c src/osdep/nt/os_nt.h src/osdep/nt/os_ntk.c src/osdep/nt/os_old.c src/osdep/nt/os_w2k.c src/osdep/nt/pmatch.c src/osdep/nt/pseudo.c src/osdep/nt/pseudo.h src/osdep/nt/setproto.bat src/osdep/nt/ssl_none.c src/osdep/nt/ssl_nt.c src/osdep/nt/ssl_old.c src/osdep/nt/ssl_w2k.c src/osdep/nt/tcp_nt.h src/osdep/nt/tenexnt.c src/osdep/nt/unixnt.c src/osdep/nt/unixnt.h src/osdep/nt/write.c src/osdep/nt/yunchan.c src/osdep/nt/yunchan.h src/osdep/os2/auths.cmd src/osdep/os2/drivers.cmd src/osdep/os2/dummy.h src/osdep/os2/dummyos2.c src/osdep/os2/env_os2.c src/osdep/os2/env_os2.h src/osdep/os2/fs_os2.c src/osdep/os2/ftl_os2.c src/osdep/os2/makefile.os2 src/osdep/os2/mbxnt.c src/osdep/os2/mtxnt.c src/osdep/os2/nl_os2.c src/osdep/os2/os_os2.c src/osdep/os2/os_os2.h src/osdep/os2/pmatch.c src/osdep/os2/pseudo.c src/osdep/os2/pseudo.h src/osdep/os2/setproto.cmd src/osdep/os2/tcp_os2.c src/osdep/os2/tcp_os2.h src/osdep/os2/tenexnt.c src/osdep/os2/unixnt.c src/osdep/os2/unixnt.h src/osdep/os2/write.c src/osdep/tops-20/build.ctl src/osdep/tops-20/dummy.h src/osdep/tops-20/dummyt20.c src/osdep/tops-20/env_t20.c src/osdep/tops-20/env_t20.h src/osdep/tops-20/fs_t20.c src/osdep/tops-20/ftl_t20.c src/osdep/tops-20/linkage.c src/osdep/tops-20/linkage.h src/osdep/tops-20/log_t20.c src/osdep/tops-20/nl_t20.c src/osdep/tops-20/os_t20.c src/osdep/tops-20/os_t20.h src/osdep/tops-20/pmatch.c src/osdep/tops-20/shortsym.h src/osdep/tops-20/tcp_t20.c src/osdep/tops-20/tcp_t20.h src/osdep/unix/Makefile src/osdep/unix/Makefile.gss src/osdep/unix/ckp_1st.c src/osdep/unix/ckp_2nd.c src/osdep/unix/ckp_3rd.c src/osdep/unix/ckp_a41.c src/osdep/unix/ckp_afs.c src/osdep/unix/ckp_bsi.c src/osdep/unix/ckp_cyg.c src/osdep/unix/ckp_dce.c src/osdep/unix/ckp_gss.c src/osdep/unix/ckp_nul.c src/osdep/unix/ckp_os4.c src/osdep/unix/ckp_pam.c src/osdep/unix/ckp_pmb.c src/osdep/unix/ckp_psx.c src/osdep/unix/ckp_sce.c src/osdep/unix/ckp_sec.c src/osdep/unix/ckp_ssn.c src/osdep/unix/ckp_std.c src/osdep/unix/ckp_sv4.c src/osdep/unix/ckp_svo.c src/osdep/unix/ckp_ult.c src/osdep/unix/crx_nfs.c src/osdep/unix/crx_std.c src/osdep/unix/drivers src/osdep/unix/dummy.c src/osdep/unix/dummy.h src/osdep/unix/env_unix.c src/osdep/unix/env_unix.h src/osdep/unix/fdstring.c src/osdep/unix/fdstring.h src/osdep/unix/flockcyg.c src/osdep/unix/flockcyg.h src/osdep/unix/flocklnx.c src/osdep/unix/flocksim.c src/osdep/unix/flocksim.h src/osdep/unix/fs_unix.c src/osdep/unix/fsync.c src/osdep/unix/ftl_unix.c src/osdep/unix/gethstid.c src/osdep/unix/getspnam.c src/osdep/unix/gr_wait.c src/osdep/unix/gr_wait4.c src/osdep/unix/gr_waitp.c src/osdep/unix/ip4_unix.c src/osdep/unix/ip6_unix.c src/osdep/unix/ipo_unix.c src/osdep/unix/kerb_mit.c src/osdep/unix/log_bsi.c src/osdep/unix/log_cyg.c src/osdep/unix/log_old.c src/osdep/unix/log_os4.c src/osdep/unix/log_sec.c src/osdep/unix/log_std.c src/osdep/unix/log_sv4.c src/osdep/unix/mbx.c src/osdep/unix/mh.c src/osdep/unix/mix.c src/osdep/unix/mkauths src/osdep/unix/mmdf.c src/osdep/unix/mtx.c src/osdep/unix/mx.c src/osdep/unix/news.c src/osdep/unix/nl_unix.c src/osdep/unix/opendir.c src/osdep/unix/os_a32.c src/osdep/unix/os_a32.h src/osdep/unix/os_a41.c src/osdep/unix/os_a41.h src/osdep/unix/os_a52.c src/osdep/unix/os_a52.h src/osdep/unix/os_aix.c src/osdep/unix/os_aix.h src/osdep/unix/os_aos.h src/osdep/unix/os_art.h src/osdep/unix/os_asv.h src/osdep/unix/os_aux.h src/osdep/unix/os_bsd.h src/osdep/unix/os_bsf.c src/osdep/unix/os_bsf.h src/osdep/unix/os_bsi.c src/osdep/unix/os_bsi.h src/osdep/unix/os_cvx.h src/osdep/unix/os_cyg.h src/osdep/unix/os_d-g.c src/osdep/unix/os_d-g.h src/osdep/unix/os_do4.h src/osdep/unix/os_drs.c src/osdep/unix/os_drs.h src/osdep/unix/os_dyn.h src/osdep/unix/os_hpp.h src/osdep/unix/os_isc.h src/osdep/unix/os_lnx.c src/osdep/unix/os_lnx.h src/osdep/unix/os_lyn.c src/osdep/unix/os_lyn.h src/osdep/unix/os_mct.c src/osdep/unix/os_mct.h src/osdep/unix/os_mnt.c src/osdep/unix/os_mnt.h src/osdep/unix/os_nto.c src/osdep/unix/os_nto.h src/osdep/unix/os_nxt.c src/osdep/unix/os_nxt.h src/osdep/unix/os_os4.c src/osdep/unix/os_os4.h src/osdep/unix/os_osf.c src/osdep/unix/os_osf.h src/osdep/unix/os_osx.c src/osdep/unix/os_osx.h src/osdep/unix/os_ptx.h src/osdep/unix/os_pyr.h src/osdep/unix/os_qnx.c src/osdep/unix/os_qnx.h src/osdep/unix/os_s40.h src/osdep/unix/os_sc5.c src/osdep/unix/os_sc5.h src/osdep/unix/os_sco.c src/osdep/unix/os_sco.h src/osdep/unix/os_sgi.c src/osdep/unix/os_sgi.h src/osdep/unix/os_shp.h src/osdep/unix/os_slx.c src/osdep/unix/os_slx.h src/osdep/unix/os_soln.h src/osdep/unix/os_solo.h src/osdep/unix/os_sos.c src/osdep/unix/os_sos.h src/osdep/unix/os_sua.c src/osdep/unix/os_sua.h src/osdep/unix/os_sun.h src/osdep/unix/os_sv2.h src/osdep/unix/os_sv4.h src/osdep/unix/os_ult.c src/osdep/unix/os_ult.h src/osdep/unix/os_vu2.c src/osdep/unix/phile.c src/osdep/unix/pmatch.c src/osdep/unix/pseudo.c src/osdep/unix/pseudo.h src/osdep/unix/rename.c src/osdep/unix/scandir.c src/osdep/unix/setpgrp.c src/osdep/unix/sig_bsd.c src/osdep/unix/sig_psx.c src/osdep/unix/sig_sv4.c src/osdep/unix/ssl_none.c src/osdep/unix/ssl_unix.c src/osdep/unix/sslstdio.c src/osdep/unix/strerror.c src/osdep/unix/tcp_unix.h src/osdep/unix/tenex.c src/osdep/unix/truncate.c src/osdep/unix/tz_bsd.c src/osdep/unix/tz_nul.c src/osdep/unix/tz_sv4.c src/osdep/unix/unix.c src/osdep/unix/unix.h src/osdep/unix/utime.c src/osdep/unix/write.c src/osdep/vms/build.com src/osdep/vms/clean.com src/osdep/vms/dummy.h src/osdep/vms/dummyvms.c src/osdep/vms/env_vms.c src/osdep/vms/env_vms.h src/osdep/vms/fs_vms.c src/osdep/vms/ftl_vms.c src/osdep/vms/linkage.c src/osdep/vms/linkage.h src/osdep/vms/nl_vms.c src/osdep/vms/os_vms.c src/osdep/vms/os_vms.h src/osdep/vms/pmatch.c src/osdep/vms/tcp_vms.h src/osdep/vms/tcp_vmsl.c src/osdep/vms/tcp_vmsm.c src/osdep/vms/tcp_vmsn.c src/osdep/wce/drivers.bat src/osdep/wce/drivraux.bat src/osdep/wce/dummy.h src/osdep/wce/dummywce.c src/osdep/wce/env_wce.c src/osdep/wce/env_wce.h src/osdep/wce/fs_wce.c src/osdep/wce/ftl_wce.c src/osdep/wce/makefile.wce src/osdep/wce/mkautaux.bat src/osdep/wce/mkauths.bat src/osdep/wce/nl_wce.c src/osdep/wce/os_wce.c src/osdep/wce/os_wce.h src/osdep/wce/pmatch.c src/osdep/wce/setproto.bat src/osdep/wce/tcp_wce.h src/tmail/Makefile src/tmail/tmail.1 src/tmail/tmail.c src/tmail/tquota.c src/tmail/tquota.h tools/Makefile tools/an tools/ua tools/uahelper.c Copyright: 1988-2006, University of Washington 1988-2007, University of Washington 1988-2008, University of Washington License: Apache-2.0 FIXME Files: debian/NEWS.in debian/README.build debian/README.source debian/TODO debian/compat debian/control debian/control.in debian/control.in.in debian/gbp.conf debian/libc-client-dev.substvars debian/libc-client__VER__-dev.README.debian debian/libc-client__VER__-dev.docs.in debian/libc-client__VER__.README.debian.in debian/libc-client__VER__.docs.in debian/mlock.install debian/mlock.lintian-overrides debian/mlock.manpages debian/mlock.pod debian/patches/1001_shlibs.patch debian/patches/1002_fix_ftbfs.patch debian/patches/1003_fix_zero_len_when_mail_fetch_body_is_empty.patch debian/patches/1004_support_rfc5464_METADATA.patch debian/patches/2002_mailspool.patch debian/patches/2004_no_binaries_below_etc.patch debian/patches/2010_disallow_escaping_home.patch debian/patches/README debian/patches/series debian/source/format debian/uw-mailutils.README.debian.in debian/uw-mailutils.install debian/uw-mailutils.logcheck.ignore.server debian/uw-mailutils.manpages debian/watch src/osdep/vms/link.opt src/osdep/vms/link_mnt.opt src/osdep/vms/link_nlb.opt Copyright: *No copyright* License: UNKNOWN FIXME Files: src/osdep/unix/os_aos.c src/osdep/unix/os_art.c src/osdep/unix/os_asv.c src/osdep/unix/os_aux.c src/osdep/unix/os_bsd.c src/osdep/unix/os_cvx.c src/osdep/unix/os_cyg.c src/osdep/unix/os_do4.c src/osdep/unix/os_dyn.c src/osdep/unix/os_hpp.c src/osdep/unix/os_isc.c src/osdep/unix/os_ptx.c src/osdep/unix/os_pyr.c src/osdep/unix/os_s40.c src/osdep/unix/os_shp.c src/osdep/unix/os_sol.c src/osdep/unix/os_sun.c src/osdep/unix/os_sv2.c src/osdep/unix/os_sv4.c src/osdep/unix/os_vu2.h Copyright: (((unsigned)>=060)&((unsigned)<=067)) 1988-2006, University of Washington 1988-2007, University of Washington License: Apache-2.0 FIXME Files: src/c-client/misc.c src/c-client/misc.h src/c-client/rfc822.h src/c-client/smtp.c src/c-client/smtp.h src/mtest/mtest.c Copyright: 1988, Stanford University 1988-2006, University of Washington 1988-2007, University of Washington 1988-2008, University of Washington License: Apache-2.0 FIXME Files: src/osdep/amiga/tcp_ami.c src/osdep/dos/tcp_wsk.c src/osdep/nt/tcp_nt.c src/osdep/unix/tcp_unix.c src/osdep/wce/tcp_wce.c Copyright: 1988-2007, University of Washington 1988-2008, University of Washington ret = NIL; License: Apache-2.0 FIXME Files: src/c-client/rfc822.c Copyright: && (((unsigned long) (s - src)) < srcl) && 1988, Stanford University 1988-2008, University of Washington ? "Must use comma to separate addresses: %.80s" : { /* examine each line */ { /* need newline after all of it */ || (c == 0x7f) || (c & 0x80) || (c == '=') || License: Apache-2.0 FIXME Files: src/c-client/utf8.h Copyright: ((c & 0xff80) ? ((c & 0xf800) ? 3 : 2) : 1) 1988-2008, University of Washington License: Apache-2.0 FIXME Files: src/c-client/imap4r1.c Copyright: *(*s)++ = c; /* write delimiter and first value */ 1988, Stanford University 1988-2008, University of Washington { /* dispatch on first character */ License: Apache-2.0 FIXME Files: src/c-client/mail.c Copyright: 1988-2008, University of Washington = " 1988-2007, University of Washington\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n"; { /* act based upon the character */ License: Apache-2.0 FIXME Files: src/c-client/utf8.c Copyright: 1988-2008, University of Washington { /* check 8bit code set */ { /* two exceptions to ASCII */ { /* check 8bit code set */ { /* process intermediate character */ { /* process multibyte intermediate character */ License: Apache-2.0 FIXME Files: src/imapd/imapd.c Copyright: 1988-2008, University of Washington { /* output character */ License: Apache-2.0 FIXME Files: src/c-client/newsrc.c Copyright: 1988-2006, University of Washington { /* what is the delimiter? */ License: Apache-2.0 FIXME Files: LICENSE.txt Copyright: You must retain, in the Source form of any Derivative Works [yyyy license to reproduce, prepare Derivative Works of owner owner. For the purposes of this definition, "submitted" License: Apache-2.0 FIXME Files: src/ansilib/memset.c Copyright: while (n) s[--n License: Apache-2.0 FIXME Files: debian/rules Copyright: 2002-2009, 2011-2012 License: GPL-2+ FIXME Files: NOTICE Copyright: 1988, Stanford University and was developed in the 1988-2007, the University of Washington License: UNKNOWN FIXME debian/TODO0000644000000000000000000000066312027671256007673 0ustar * Shlibs patch links unconditionally against -lk5crypto - should probably do a check similar to the one in Makefile.gss. * Now that $C/ARCHIVENAME is correctly read in src/imapd/Makefile and src/ipopd/Makefile, check if other parts of 01_shlib.diff is no longer needed. * Check and eliminate all FIXMEs and TODOs within scripts. * Replace 01_shlibs.patch with use of SPECIALS and (for static lib) EXTRASPECIALS debian/changelog.old0000644000000000000000000004051111052613256011617 0ustar uw-imap (4:2001adebian-6) unstable; urgency=high * libc-client2001: Fix potential segmentation fault. Thanks Hadmut Danisch. (Closes: #128830) -- Jaldhar H. Vyas Sun, 13 Jan 2002 14:59:36 -0500 uw-imap (4:2001adebian-5) unstable; urgency=low * mlock: added stdlib.h include to mlock.c to avoid possible segfaults on IA64 platform. Thanks John R. Daily. (Closes: #126622) * Remove task: from control as it isn't used anymore. -- Jaldhar H. Vyas Thu, 27 Dec 2001 13:48:38 -0500 uw-imap (4:2001adebian-4) unstable; urgency=low * Change location of mail spool to /var/mail as per policy. * libc-client2001: Fix speeling mistake in description. (Closes: #124903) * The text which contained another spellink mistake doesn't exist anymore. (Closes: #125449) -- Jaldhar H. Vyas Tue, 18 Dec 2001 06:20:14 -0500 uw-imap (4:2001adebian-3) unstable; urgency=high * The "Woodwards' Gripe Water" release. * synchronized patches with uw-imap-ssl * uw-imapd: Removed pine from Suggests as it is no longer an official Debian package. -- Jaldhar H. Vyas Mon, 17 Dec 2001 13:22:27 -0500 uw-imap (4:2001adebian-2) unstable; urgency=low * uw-imapd: Added imap3 service to inetd.conf for those clients that need it. See /usr/share/doc/uw-imapd/README.Debian for info on turning it off if you don't need it. -- Jaldhar H. Vyas Thu, 22 Nov 2001 12:57:07 -0500 uw-imap (4:2001adebian-1) unstable; urgency=low * New upstream release -- Jaldhar H. Vyas Mon, 19 Nov 2001 02:54:15 -0500 uw-imap (3:2001a.rc4debian-1) unstable; urgency=low * New upstream release -- Jaldhar H. Vyas Tue, 13 Nov 2001 14:34:16 -0500 uw-imap (3:2001a.rc2debian-1) unstable; urgency=low * New upstream release -- Jaldhar H. Vyas Tue, 23 Oct 2001 23:27:23 -0400 uw-imap (2:2001debian-1) unstable; urgency=low * This is the official 2001 release * No changes, just a version number change really * Some lintian warnings cleaned up -- Jaldhar H. Vyas Tue, 23 Oct 2001 15:02:45 -0400 uw-imap (1:2001rc1debian-1) unstable; urgency=high * New upstream release * Source reworked to use dbs. There wasn't much in the way of documentation so let me know if there were any errors with this. * Brand new all-singing, all-dancing, maildir patch from Miquel Van Smoorenburg. (Closes: #111435, #105542 and hopefully the other maildir bug reports.) * Also a patch from Miquel for just advertising private and shared namespaces. See /usr/share/doc/libc-client2001/README.Debian for details. -- Jaldhar H. Vyas Fri, 28 Sep 2001 06:14:23 -0400 uw-imap (1:2001beta010722debian-4) unstable; urgency=high * shared libs need to be linked with gcc, not ld. (Closes: #108091) * for maildirs INBOX should be ~/Maildir. * Most existing maildir problems should be fixed at this point. (Closes: #46557, #59546, #97432, #104208) Maildir users please test and if there are still issues reopen the bugs or file new ones. -- Jaldhar H. Vyas Fri, 10 Aug 2001 11:32:49 -0400 uw-imap (1:2001beta010722debian-3) unstable; urgency=high * uw-imapd: Fixed wrapped lines in logcheck filter (Closes: #107726) -- Jaldhar H. Vyas Mon, 6 Aug 2001 01:41:38 -0400 uw-imap (1:2001beta010722debian-2) unstable; urgency=low * libc-client2001: sysinbox() was only looking at ~/Mailbox not /var/mail/$USER. -- Jaldhar H. Vyas Tue, 31 Jul 2001 11:40:57 -0400 uw-imap (1:2001beta010722debian-1) unstable; urgency=low * New upstream version. Apologies for the hideous version number.Despite the 'beta' this is actually the current stable version. (Go figure.) * uw-imapd: Added Task: header to control file for new tasks scheme. * uw-imapd: linked imapcopy.1 to imapmove.1 (Closes: #99574) * uw-imapd: You shouldn't get the message "Can't create mailbox node ~/mbox: File exists." anymore (Closes: #66605, #71111) * uw-imapd: New feature in this version should fix problems with Outlook, Outlook Express (Closes: #73017, #80574) * libc-client2001: fixed up struct SEARCHPGM member names so they work in ANSI C++. (Closes: #102844) * ipopd: Added a filter for logcheck (Closes #100899) -- Jaldhar H. Vyas Mon, 30 Jul 2001 10:37:12 -0400 uw-imap (1:2000cdebian-4) unstable; urgency=low * libc-client2000: Changed shared lib build method (Closes: #98649) -- Jaldhar H. Vyas Thu, 24 May 2001 19:55:32 -0400 uw-imap (1:2000cdebian-3) unstable; urgency=low * uw-imapd: Added a filter for logcheck (Closes: #97742) * uw-imapd,ipopd: Now we just update inetd entries not remove and then readd them (Closes: #98444) * -- Jaldhar H. Vyas Thu, 24 May 2001 00:08:31 -0400 uw-imap (1:2000cdebian-2) unstable; urgency=low * I've not had time to do all the work on this package that I want to but I thought I'd at least fix some of the easier bugs in the meantime. * libc-client2000-dev: conflicts with libc-client4.7-dev (closes: #81527) * libc-client2000: Hopefully fixed, . and .. showing up as mail in maildirs * New maildir patch from http://greboguru.org/qmail/ -- Jaldhar H. Vyas Tue, 8 May 2001 10:02:49 -0400 uw-imap (1:2000cdebian-1) unstable; urgency=low * New upstream release -- Jaldhar H. Vyas Mon, 12 Feb 2001 23:44:51 -0500 uw-imap (1:2000bdebian-1) unstable; urgency=low * New upstream release * Corrected wrong paths in man pages (Closes: #81598) * libc-client2000-dev: Added dependency on libpam0g-dev (Closes: #78765) -- Jaldhar H. Vyas Sun, 21 Jan 2001 01:15:31 -0500 uw-imap (2000debian-2) unstable; urgency=low * Fixed bad dependency for libc-client2000-dev -- Jaldhar H. Vyas Wed, 15 Nov 2000 08:57:27 -0500 uw-imap (2000debian-1) unstable; urgency=low * New Upstream version. * Package name has changed. * corrupted mailbox problem fixed upstream. (Closes: #70647, #70608) * Fixed inability to recognize charsets with long names (Closes: #67864) * Fixed inaccurate ipop[23]d man page. (Closes: #76642) * Does not have spurious dependency on ldso now (Closes: #76228) * maildir driver no longer complains if maildir begins with a dot. (Closes: #69746) -- Jaldhar H. Vyas Sun, 12 Nov 2000 02:09:16 -0500 imap (4.7c-2) unstable; urgency=high * problem with MD5 passwords made clearer. (Thanks Craig Small) (Closes: #64149) * libc-client4.7: Maybe fix buffer overflow that could corrupt mailboxes. We still need to test this. -- Jaldhar H. Vyas Fri, 1 Sep 2000 16:15:53 -0400 imap (4.7c-1) frozen unstable; urgency=high * New upstream patch release. * SECURITY: addresses buffer overflow problems mentioned on BugTraq * mlock: saner permissions on /usr/bin/mlock. (Closes: #58791, #59527) * Some fixes to documentation of how to compile for slink. It should work correctly now. (Thanks to Christian Worm Mortensen for his assistance with this.) -- Jaldhar H. Vyas Fri, 27 Oct 2000 00:50:03 -0400 imap (4.7b-1) unstable; urgency=low * New upstream patch release. No new features. -- Jaldhar H. Vyas Sat, 22 Apr 2000 00:40:41 -0500 imap (4.7a-1) unstable; urgency=low * upstream patch release which corrects crashes caused by certain unusual tokens in message headers. There are no new features. -- Jaldhar H. Vyas Fri, 3 Mar 2000 10:19:51 -0500 imap (4.7-7) frozen unstable; urgency=high * libc-client4.7: incorrect dependency for PAM which could affect people upgading from slink corrected. -- Jaldhar H. Vyas Sat, 15 Jan 2000 15:28:41 -0500 imap (4.7-6) unstable; urgency=high * libc-client4.7-dev: symlinked /usr/lib/c-client.a to /usr/lib/libc-client.a (Closes: #54647) * mlock: changed to priority optional like the rest of the packages(Closes: #53508) * Debut of my new GPG key. -- Jaldhar H. Vyas Tue, 11 Jan 2000 22:37:44 -0500 imap (4.7-5) unstable; urgency=high * mlock: Oops messed up the conflicts. Fixed for real this time. -- Jaldhar H. Vyas Sun, 2 Jan 2000 08:40:36 -0500 imap (4.7-4) unstable; urgency=high * mlock: added conflicts to older versions of libc-client so there are no overwrite problems. (Closes: #53727) * mlock: wrote a man page so there is at least *some* documentation as to what the heck it does. (Closes: #53509) * libc-client4.7: More documentation added to package. (Closes: #53369) -- Jaldhar H. Vyas Fri, 31 Dec 1999 16:19:36 -0500 imap (4.7-3) unstable; urgency=high * Documentation about MD5 authentication made much clearer so people can understand why their IMAP server suddenly doesn't seem to authenticate any more. (Closes: #50319, #51923, #53189, #53190) * mlock spun out into it's own package which libc-client4.7 depends on. This will allow multiple versions of libc-client to be installed. (Closes: #52975) * Correct build dependencies. (Closes: #52296) -- Jaldhar H. Vyas Thu, 23 Dec 1999 17:49:42 -0500 imap (4.7-2) unstable; urgency=low * Fixed broken source dependencies (Closes: #51710) -- Jaldhar H. Vyas Wed, 1 Dec 1999 15:12:41 -0500 imap (4.7-1) unstable; urgency=low * New upstream version * changed name of package libc-client-dev to libc-client4.7-dev -- Jaldhar H. Vyas Sat, 20 Nov 1999 01:23:44 -0500 imap (4.6-4) unstable; urgency=low * imap: dmail can now deliver mail to symlinked mailboxes (Closes: #49552) -- Jaldhar H. Vyas Mon, 8 Nov 1999 18:46:54 -0500 imap (4.6-3) unstable; urgency=low * libc-client4.6: /etc/cram-md5.pwd is no longer a conffile and not included in the package. Thus md5 authentication is no longer the default. Read the docs to find out how to enable this. (Closes: #48800) * ipopd: corrected name of PAM configuration file (Closes: #48935) -- Jaldhar H. Vyas Mon, 1 Nov 1999 19:18:21 -0500 imap (4.6-2) unstable; urgency=low * libc-client-dev: Added linkage.c which is needed to compile pine * libc-client4.6 Removed bogus -lpam link flag from slx target in Makefile. This was preventing compilation under slink. -- Jaldhar H. Vyas Fri, 29 Oct 1999 18:44:43 -0400 imap (4.6-1) unstable; urgency=low * New upstream version (Closes: #48319) * Includes imap-utils (Closes: #47969) -- Jaldhar H. Vyas Wed, 27 Oct 1999 20:22:23 -0400 imap (4.5-8) unstable; urgency=low * all: WARNING: mailbox root has been changed back to $HOME again. It is no longer $HOME/mail. Please carefully reviw your setup to see if this will affect you in any way. See README.Debian for additional info. (closes: #33780, #34056, #41731, #43171, #44781, #45624) * imap: postrm specifically removes imapd from inet.conf not just anything that happens to have the imap port. (closes: #42786) * libc-client4.5: Added David Harrises patches for maildir support so you can properly delete maildir folders. (Closes: #44607) Thanks to Jens Jorgensen. * libc-client4.5: patched the maildir patch to also look for folders in /var/spool/mail/username. (closes: #47201) Thanks to Miquel Van Smoorenburg for the patch. * Ok, really fix non-PIC code in shared lib this time (closes: #42390) Thanks to Madarasz Gergely for the patch. * Based on suggestion by Mike Bilow, added the ability to compile under slink which previously could not be done due to differences in libraries etc. -- Jaldhar H. Vyas Wed, 20 Oct 1999 20:55:57 -0400 imap (4.5-7) unstable; urgency=low * libc-client4.5: compiled with MD5 support. This means both imapd and ipop[23]d have MD5 support and ipop[23]d can do APOP. (fixes: #41213, 41214) * ipopd: provides and conflicts with virtual package pop3-server (fixes: #38523, #42410) * libc-client-dev: library no longer contains PIC code (fixes: #42390) -- Jaldhar H. Vyas Mon, 9 Aug 1999 23:33:46 -0400 imap (4.5-6) unstable; urgency=low * made a c-client shared library (Thanks to Madarasz Gergely for the patch) the c-client packages have been renamed to libc-client4.5 and libc-client4.5-dev to be more in line with Debian conventions. (closes #48033) * Added new maildir patch (Thanks Chris Bond) which should hopefully fix some of the remaining problems. (closes #39375) -- Jaldhar H. Vyas Thu, 8 Jul 1999 01:16:59 -0400 imap (4.5-5) unstable; urgency=low * Reworded parts of imaps README.Debian. Thanks to Brock Rozen. (closes #38840) -- Jaldhar H. Vyas Thu, 10 Jun 1999 13:16:08 -0400 imap (4.5-4) unstable; urgency=low * Die! folder creation bug die! -- Jaldhar H. Vyas Wed, 9 Jun 1999 17:04:08 -0400 imap (4.5-3) unstable; urgency=low * Readded maildir support -- Jaldhar H. Vyas Wed, 9 Jun 1999 06:53:29 -0400 imap (4.5-2) unstable; urgency=low * A dumb typo on my part meant that 4.5-1 looked in $HOME for folders instead of $HOME/mail. This has been put right (fixes #39094, #39138) This should also Fix the problems people are having creating folders. (fixes #39010) * Backed out old maildir patch. It seemed to be causing more problems than it solved. (fixes #39017) I have received a new one from Chris Bond but owing to the SNAFU I have described above, I just want to get this release out quickly. maildir will be back in -3 I promise :-) * Added PAM configuration file for ipopd (fixes #38787) * Added old entries back to debian/changelog (fixes #38871) * Uses pristine source (fixes #38870) * You shouldn't get the mailbox vulnerable error anymore. It wasn't valid for Debian anyway. (fixes #36108) -- Jaldhar H. Vyas Tue, 8 Jun 1999 15:24:40 -0400 imap (4.5-1) unstable; urgency=low * Upload of latest stable upstream version (fixes #38355). I had hoped to fix some of the outstanding bugs but I haven't yet and people are getting restless so I thought I'd better get this out quickly. * New upstream version * Contains fix for potential security problems in ipop2d * Now has maildir support (closes #33373). Thanks to Marcelo Magallon * Now has PAM support. -- Jaldhar H. Vyas Wed, 26 May 1999 20:41:29 -0400 imap (4.4-5) unstable; urgency=low * Added some documentation to the c-client-dev package (fixes #30619) -- Jaldhar H. Vyas Fri, 18 Dec 1998 11:01:52 -0500 imap (4.4-4) unstable; urgency=low * Missing some extra header files in c-client-dev -- Jaldhar H. Vyas Tue, 6 Oct 1998 14:42:25 -0400 imap (4.4-3) unstable; urgency=low * Included instructions for changing the mailbox root directory in README.Debian and included instructions for imaprc. (fixes #27241) * Seperated out c-client.a and its headers into a seperate c-client-dev package. There will be a shared libc-client.so at some point but not yet. * Cleaned up remnants of former typos indebian directory -- Jaldhar H. Vyas Tue, 6 Oct 1998 03:52:56 -0400 imap (4.4-2) unstable; urgency=low * Didn't realize multiple binary packages don't need their own changelogs. changelog for ipopd is gone now. (fixes #23786) * ipopd now conflicts with older version of imap that contained the ipop[23]d binaries so dpkg won't complain about overwrites. -- Jaldhar H. Vyas Mon, 5 Oct 1998 03:10:58 -0400 imap (4.4-1) unstable; urgency=low * New upstream version * added define of _XOPEN_SOURCE and _BSD_SOURCE for crypt() prototype (fixes #26130) * uses $HOME/mail as mailbox root instead of $HOME (fixes #26185) * finally got around to fixing ipopd and rimap references in imapd man page. (fixes #17812 at last!) * ipop2d and ipop3d split out into their own package * A little more in the way of documentation -- Jaldhar H. Vyas Sun, 27 Sep 1998 22:40:45 -0400 debian/gbp.conf0000644000000000000000000000014612027671257010617 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/libc-client__VER__.docs.in0000644000000000000000000000030412027671257014011 0ustar docs/FAQ.txt docs/FAQ.html docs/Y2K docs/RELNOTES docs/bugs.txt docs/calendar.txt docs/drivers.txt docs/formats.txt docs/imaprc.txt docs/internal.txt docs/locking.txt docs/md5.txt docs/naming.txt debian/uw-mailutils.README.debian.in0000644000000000000000000000052411052613260014324 0ustar UW IMAP C-client __VER__ support programs FOR DEBIAN ==================================================== These utilities use the c-client library for most of the actual work of handling mail. So you should read the documentation in /usr/share/doc/libc-client__VER__/ too. Jonas Smedegaard Thu, 14 Sep 2006 17:11:08 +0200 debian/uw-mailutils.install0000644000000000000000000000011211052613260013200 0ustar dmail/dmail /usr/bin tmail/tmail /usr/bin mailutil/mailutil /usr/bin