summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-20Fix window resizing bug,ghen3-3/+42
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324172 Bump PKGREVISION. Ok by joerg, wiz, dillo.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg8-4/+80
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-5/+26
Fix ISO C conflict: depend on stdlib.h for malloc.
2005-12-20Note update of fetchmail{conf} to 6.2.5.5.frueauf1-1/+3
2005-12-20Update fetchmailconf to 6.2.5.5.frueauf1-6/+4
2005-12-20Update fetchmail to 6.2.5.5.frueauf7-7226/+5829
Change homepage to http://fetchmail.berlios.de/ and update MASTER_SITES. Changes introduced since 6.2.5: fetchmail-6.2.5.X is a security fix branch that forked off fetchmail-6.2.5. It does not change for anything but security and the most severe bug fixes. Note that no 6.2.5.X security audits are planned except when a particular bug is reported, and that 6.2.5.X is unsafe to use on some systems, particularly those that lack a *working and secure* snprintf implementation. The fetchmail 6.2.5.X branch will be discontinued early in 2006. fetchmail-6.2.5.5 2005-12-19 Matthias Andree * SECURITY FIX CVE-2005-4348: fix null pointer dereference in multidrop mode when the message is empty. Reported by Daniel Drake <http://article.gmane.org/gmane.mail.fetchmail.user/7573> and others (Debian Bug #343836). Fix by Sunil Shetye. * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation fails. Fix suggested by Goswin Brederlow. * Add fetchmail-SA-2005-{01,02,03}.txt fetchmail-6.2.5.4 2005-11-13 Matthias Andree * Also ship pre-built rcfile_y.[ch] for systems that don't have flex, yacc or bison. * On FreeBSD, add /usr/local/include to CPPFLAGS so that libintl.h is found. * Avoid automatically picking up HESIOD implementations that lack hesiod_getmailhost, such as the one in FreeBSD's base system. * Fix makedepend for separated build (where the build is not run from the source directory), but prevent packaging from separated build, it yields bogus results. * Fix resolv.h autodetection. * Add +HESIOD to version printout if appropriate. fetchmail-6.2.5.3 2005-11-12 Matthias Andree * SECURITY FIX CVE-2005-3088: fetchmailconf: fix password exposure: use umask 077 before opening output file and restore umask later. * Critical fix: fix IMAP timeouts, counting message count down on servers that do not send EXISTS counts after EXPUNGE. Debian Bug#314509. * Ship pre-built rcfile_l.c for systems that don't have flex. * Build environment: Update included gettext. Fix --with-included-gettext. Fix parallel build (make -j). Fix "always rebuild fetchmail" syndrome. * Do not link against -ll or -lfl (not needed). fetchmail-6.2.5.2 (patch Fri Jul 22 01:52 GMT 2005, tarball Sat Jul 23 21:34 GMT 2005) * README: Added a note about release status - READ IT! * Note: Due to a Makefile.in bug, you may need to use GNU make. * SECURITY FIX CVE-2005-2335: truncate UIDL replies, lest malicious or compromised POP3 servers overflow fetchmail's stack. Debian bug #212762. This is a remote root exploit. Thanks: Miloslav Trmac for pointing out the fix in 6.2.5.1 was buggy. Thanks: Ludwig Nussel for a much simpler fix. * Critical fix: omit blank between MAIL FROM: and <user@example.org>, as this causes mail loss with some listeners. * Fix: POP2 driver wouldn't properly check authentication failure. * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg5-2/+104
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-1/+28
DragonFly support.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-20Fix C99/GCC 3.4+ issues: C99 math macros, test for C99 math macros,joerg6-5/+82
access of template members without template argument, explicit constructor vs. copy constructor.
2005-12-20Fix GCC 3.4+: Label at end of compound statement.joerg2-4/+13
2005-12-20Unbreak gettext broken by BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2005-12-20sys/mman.h needs sys/types.h on DragonFly. Also include sys/stat.hjoerg2-5/+10
to get fstat and struct stat on DragonFly.
2005-12-20Bumped PKGREVISION of comms/fidogate because of a ctype fix.rillig1-1/+2
2005-12-20Added patch-ax, which fixes ctype issues. Bumped PKGREVISION because therillig3-2/+39
generated code changes.
2005-12-19Update HOMEPAGE and MASTER_SITES. Closes PR 32341 by Jim Spath.wiz1-3/+3
2005-12-19+ auctex-11.82, dejavu-ttf-2.1, eric3-3.8.1, hyperestraier-1.1.2,wiz1-4/+8
radmind-1.5.1 [pkg/32339], rxvt-unicode-5.9, sane-backends-1.0.17.
2005-12-19Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previousgdt1-2/+2
this package failed to 'make install'.
2005-12-19Fix errno.joerg1-0/+12
2005-12-19Fix DragonFly.joerg1-1/+2
2005-12-19Add DragonFly support. When linking with libqt-mt, explicitly link injoerg4-12/+12
the thread libraries, this is needed for FreeBSD4-style -pthread.
2005-12-19DragonFly support.joerg2-6/+6
2005-12-19Use NetBSD hack for FreeBSD and DragonFly as well.joerg2-10/+11
2005-12-19Avoid lvalue cast for GCC 3.4. Add DragonFly support.joerg4-1/+59
2005-12-19Override pth's config.guess and config.sub. Add DragonFly support.joerg3-6/+17
2005-12-19Regen checksum. XXX should use a shared distinfo.joerg1-2/+2
2005-12-19Fix DragonFly.joerg2-9/+9
2005-12-19Fix errno.joerg3-10/+58
2005-12-19Replace patch-af with a working patch version and supposedly thejoerg2-8/+6
same content.
2005-12-19Use FreeBSD target for DragonFly as well. Honor CC and CXX forjoerg3-5/+16
FreeBSD target, gcc is not enough to link on DragonFly. XXX Is the override necessary at all? XXX Other platforms should do this as well.
2005-12-19Fix errno.joerg2-1/+31
2005-12-19Fix errno. Remove conflicting malloc prototype.joerg3-1/+27
2005-12-19Fix errno.joerg2-6/+15
2005-12-19Update MASTER_SITES; ftp.foretune.co.jp's URL update and added officialtaca1-2/+3
site (ftp.sleepycat.com). This should fix the situation reported by PR pkg/32263 by yamt@.
2005-12-19print/cups revision bumps for now working local backends on DragonFly.joerg1-1/+2
2005-12-19Compile real local backends, not just stubs, for DragonFly.joerg6-3/+68
Since this package "worked" before, bump the revision. Noticed by antencek AT gmail DOT com.
2005-12-19Fix errno.joerg2-12/+18
2005-12-19Use NetBSD config for DragonFly. Fix errno.joerg4-4/+30
XXX Merge FreeBSD config as well?
2005-12-19Fix errno.joerg2-1/+15
2005-12-19Include errno.h on all platforms. Also include stdio.h, it providesjoerg3-19/+23
sys_nerr and sys_errlist on DragonFly and FreeBSD. Only define it manually for platforms other than NetBSD, DragonFly, FreeBSD and Interix.
2005-12-19Remove redundant errno and use stdlib.h instead of defining thejoerg4-10/+78
prototypes manually and possibly mismatching. Update FreeBSD config to match both DragonFly and FreeBSD 4+ reality.
2005-12-19Remove redundant errno. Prefer NAME_MAX over MAXNAMLEN.joerg4-1/+54
2005-12-19Remove the following which breaks under the current pkgsrc infrastructure:abs1-3/+1
PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE}
2005-12-19Fix master site URL.tron1-2/+2
2005-12-19Remove redundant errno.joerg2-1/+14
2005-12-19avoid computed static constant (which was in any case the wrong value)markd2-1/+27
in log1p(). From R svn. Should fix build on NetBSD-1.6.2.
2005-12-19Note removal of R-VRmarkd1-1/+2
2005-12-19Remove the R-VR package. A newer version is included in the latest Rmarkd5-25/+1
package causing this package to fail as seen in the bulk builds.