notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/fetchmail/Makefile
SVNWeb

Number of commits found: 208 (showing only 100 on this page)

«  1 | 2 | 3  »  

Tue, 8 Sep 2009
[ 15:12 wxs search for other commits by this committer ] Original commit 
- Add a patch to fix segfault on startup.

PR:             ports/137972
Submitted by:   Christian Ludwig <chrissicool@chrissicool.net>
Approved by:    Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Tue, 11 Aug 2009
[ 15:27 amdmi3 search for other commits by this committer ] Original commit 
- Update to 6.3.11

PR:             137604
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
http://www.freebsd.org/ports/portaudit/5179d85c-8683-11de-91b9-0022157515b2.html
Wed, 15 Jul 2009
[ 23:02 amdmi3 search for other commits by this committer ] Original commit 
- Update to 6.3.10
- Portlint

PR:             136774
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Mon, 4 May 2009
[ 23:09 miwi search for other commits by this committer ] Original commit 
- Pass maintainership to submitter

PR:             134189
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Mon, 23 Mar 2009
[ 01:01 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Reset barner@FreeBSD.org due to several months of inactivity.

Hat:            portmgr
Mon, 12 Jan 2009
[ 00:59 linimon search for other commits by this committer ] Original commit 
Add http://homepages.uni-paderborn.de to MASTER_SITES.  The sunsite
mirrors appear to be behind.  Also (temporarily?) remove home.leo.org,
as the site seems to have been rearranged.

PR:             ports/130301
Submitted by:   Matthias Andree <matthias dot andree at gmx dot de>
Hat:            portmgr
Thu, 8 Jan 2009
[ 12:12 pav search for other commits by this committer ] Original commit 
- Update to 6.3.9

PR:             ports/129755
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Approved by:    maintainer timeout (barner; 20 days)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 1 Jul 2008
[ 16:35 barner search for other commits by this committer ] Original commit 
- Use revised patch for CVE-2008-2711
- Bump port revision

Security:       http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt
Security:      
http://www.vuxml.org/freebsd/1e8e63c0-478a-11dd-a88d-000ea69a5213.html
Fri, 20 Jun 2008
[ 07:46 barner search for other commits by this committer ] Original commit 
- Security fix: potential crash in -v -v verbose mode.
- Bump port revision

PR:             ports/124718
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Security:      
http://www.vuxml.org/freebsd/168190df-3e9a-11dd-87bc-000ea69a5213.html
Security:       CVE-2008-2711
Fri, 6 Jun 2008
[ 13:43 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sun, 6 Apr 2008
[ 09:08 barner search for other commits by this committer ] Original commit 
- Fix installation as non-root user

Submitted by:   Stefan Sperling
PR:             ports/122269
Thu, 4 Oct 2007
[ 01:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Mon, 3 Sep 2007
[ 19:22 barner search for other commits by this committer ] Original commit 
- Fix for CVE-2007-4565 [1]
- Manually include bsd.python.mk if WITH_X11 is set (after bsd.port.pre.mk) [2]

Security:      
http://www.vuxml.org/freebsd/45500f74-5947-11dc-87c1-000e2e5785ad.html
Security:       http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
Submitted by:   Matthias Andree <matthias.andree@gmx.de> [1]
PR:             ports/116011 [1]
Submitted by:   Jacula Modyun <jacula@gmail.com> [2]
PR:             ports/115714 [2]
Mon, 13 Aug 2007
[ 14:31 barner search for other commits by this committer ] Original commit 
- security/ca-roots is deprecated, switch to security/ca_roots_nss for
  SSL certificates.
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Sun, 22 Jul 2007
[ 11:20 barner search for other commits by this committer ] Original commit 
- Actually respect the `fetchmail_user' variable in single daemon
  mode
- Document that above variable is ignored in the per-user daemon mode
- Bump port revision

Requested by:   Graham Menhennitt <graham@menhennitt.com.au>
PR:             ports/114701
Fri, 6 Jul 2007
[ 07:10 barner search for other commits by this committer ] Original commit 
- Remove circular dependency in rcorder by removing the (unnessary) constraint
  that fetchmail is started "BEFORE LOGIN". "REQUIRE mail" (which in turn
  requires LOGIN) is enough.
- Bump PORTREVISION

PR:             ports/114294
Submitted by:   Alson van der Meulen <alson@flutnet.org>
Wed, 6 Jun 2007
[ 19:37 barner search for other commits by this committer ] Original commit 
Install fetchmailrc with 640 since it may contain passwords.
The fetchmailrc.sample file is still installed 644.
Thu, 31 May 2007
[ 20:08 barner search for other commits by this committer ] Original commit 
- Add pkg-message pointing to documenation in rc script.
- Add pointers to fetchmail documentation to rc script.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 10 Apr 2007
[ 19:37 barner search for other commits by this committer ] Original commit 
- Make fetchable
- Remove home.pages.de master site
- Add sunsite mirror

PR:             ports/111443
Submitted by:   Matthias Andree
[ 14:10 rafan search for other commits by this committer ] Original commit 
- Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%
Mon, 9 Apr 2007
[ 20:04 barner search for other commits by this committer ] Original commit 
- Update to 6.3.8
- Fix insecure APOP authentication (minor)

Security: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt
Security: http://www.vuxml.org/freebsd/f1c4d133-e6d3-11db-99ea-0060084a00e5.html
ChangeLog:
https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=12610
Tue, 20 Feb 2007
[ 08:13 barner search for other commits by this committer ] Original commit 
- Update to 6.3.7
- Regression fixes for KPOP and repoll after server disconnect (TLS)
  Details:
https://lists.berlios.de/pipermail/fetchmail-announce/2007-February/000047.html
Sat, 6 Jan 2007
[ 14:38 barner search for other commits by this committer ] Original commit 
- Update to 6.3.6
- Fixes two security issues, one of which is a longstanding password disclosure
bug.
- Several robustness fixes and other improvements

Release notes: 
https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=11977
Security:      
http://www.vuxml.org/freebsd/5238ac45-9d8c-11db-858b-0060084a00e5.html
Security:      
http://www.vuxml.org/freebsd/37e30313-9d8c-11db-858b-0060084a00e5.html
Reported by:    Matthias Andree (upstream author)
Thu, 2 Nov 2006
[ 16:05 barner search for other commits by this committer ] Original commit 
- Update to fetchmail 6.3.5. See here for the release notes:
 
http://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=11358
- OPTIONize [1]
- GSSAPI support (requires Kerberos). [1]
- Removed POP2 from port's default configuration [1]

Requested by:   Stefan Thurner <thurners@nicsys.de> [1]
Wed, 30 Aug 2006
[ 11:56 barner search for other commits by this committer ] Original commit 
- Add new rc.conf option "fetchmail_logging_facility" which can be used
  to specify where fetchmail logs to. Default: --syslog (as hardcoded
  before). [1]
- Use marco for cp [2]
- Try to remove directories not listed in mtree [2]
- No portrevision bump since the default behaviour remains the same, and
  a new fetchmail version is to be exspected soon anyway.

Requested by:   Gerard Seibert <gerard@seibercom.net> [1]
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru> [2]
PR:             ports/101517
Fri, 26 May 2006
[ 22:18 barner search for other commits by this committer ] Original commit 
Make prefix clean.

PR:                     ports/97977
Submitted by:           Esa Karkkainen <ejk@iki.fi>
Big shiny pointy hat:   me
Thu, 25 May 2006
[ 16:26 barner search for other commits by this committer ] Original commit 
- Use %%RC_SUBR%% [1]
- Fix typo in Makefile [1]
- Fix recursive calls of rc script on older systems (requested in [2])
- Bump PORTREVISION

PR:                     97876 [1], 97335 [2]
Submitted by:           Jeremy Chadwick <freebsd@jdc.parodius.com> [1],
                        Veselin Slavov <vess@slavof.net> [2]
Mon, 15 May 2006
[ 21:18 barner search for other commits by this committer ] Original commit 
- Fix PID file for system-wide daemon mode
- Fix package: Create /var/run/fetchmail in pkg-install instead of
  post-install target.
- Bump PORTREVISION

PR:             ports/97283
Submitted by:   Martin Jackson <mhjacks@swbell.net>
Fri, 12 May 2006
[ 16:58 barner search for other commits by this committer ] Original commit 
- Update to 6.3.4 [1]
- Add rcNG script. See $PREFIX/etc/rc.d/fetchmail for
  instructions. Inspired by [2] and ports/www/apache22.

PR:             ports/96987 [1], ports/96079
Submitted by:   Rob MacGregor <freebsd.macgregor@blueyonder.co.uk> [1],
                Martin Jackson <mhjacks@swbell.net>
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Mon, 30 Jan 2006
[ 12:47 barner search for other commits by this committer ] Original commit 
- Prevent fetchmail from crashing if the .netrc file does not contain
  a password for a particular account.

- Bump PORTREVISION

Submitted by:   Craig Leres via Matthias Andree
Mon, 23 Jan 2006
[ 15:14 barner search for other commits by this committer ] Original commit 
- Update to 6.3.2
- Changes:
  * Fixes a denial of service bug/fetchmail crash after sending a bounce
  * Adds a Maillennium (Comcast) workaround
  * ChangeLog:
https://lists.berlios.de/pipermail/fetchmail-announce/2006-January/000022.html
Security:       http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt
Security:       CVE-2006-0321
Security:      
http://www.vuxml.org/freebsd/f11d3b22-88c6-11da-a7b2-0060084a00e5.html
Mon, 19 Dec 2005
[ 15:21 barner search for other commits by this committer ] Original commit 
Update to 6.3.1

 * Fix null pointer dereference w/ headerless message in
   multi-drop mode [1]
 * Removed patches are in the upstream distribution now
 * ChangeLog:
https://lists.berlios.de/pipermail/fetchmail-announce/2005-December/000017.html

Security: http://www.vuxml.org/freebsd/f7eb0b23-7099-11da-a15c-0060084a00e5.html
Security: http://fetchmail.berlios.de/fetchmail-SA-2005-03.txt
Security: CVE-2005-4348
Sun, 11 Dec 2005
[ 21:24 barner search for other commits by this committer ] Original commit 
- Fix a null pointer dereference in multi-drop mode [1]
- Fix packaging if python is not present at compile time [2]
- Sort targets in Makefile
- Fix variable in the WITH_X11 case
- Bump PORTREVISION (for [1])

Submitted by:   Andreas Haakh <bugReporter@Haakh.de> [1]
Reviewed by:    Matthias Andree <matthias.andree@gmx.de>
                (upstream maintainer) [1]
Reported by:    pointyhat via kris [2]
Sat, 10 Dec 2005
[ 19:58 barner search for other commits by this committer ] Original commit 
- Add RUN_DEPENDS on security/ca-roots, so the certificate check really
  succeeds (if the servers certificate is signed by one of those authorites)

- Bump PORTREVISON, since a failing certiciate check spams the port users'
  maillog.
[ 16:09 barner search for other commits by this committer ] Original commit 
- Use USE_OPENSSL [1]
- Remove obsolete --enable-inet6 configure argument [1]
- Don't try to enable Kerberos IV and V at the same time [1]
- Add WITH_NTLM knob. Inform port user about other knobs
  (WITH_X11, WITHOUT_NLS) [1]
- Correct man page patch [1]
- Fix default OpenSSL certificate path [1] [2]
- Fix plist [1] [3]
- Bump PORTREVISON

Submitted by:   Matthias Andree <matthias.andree@gmx.de> [1]
Reported by:    Dieter Rauschenberger <dr@d-ra.de> [2]
PR:             ports/90084 [2]
Reported by:    kris via pointyhat [3]
Tue, 6 Dec 2005
[ 21:07 barner search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to fetchmail 6.3.0
- From the announcement:

  fetchmail 6.3.0 has been released on 2005-11-30. More than two years
  after the previous formal 6.2.5 release, this collects several dozen
  bug fixes, documentation, portability and IPv6 improvements and marks
  the beginning of a new "stable" 6.3.X branch that will not change,
  except for bug fixes and documentation updates.

- files/patch-pop2.c contributed by Stanislav Brabec <sbrabec@suse.cz>
  via Matthias Andree <matthias.andree@gmx.de> (upstream maintainer)
Mon, 14 Nov 2005
[ 11:48 barner search for other commits by this committer ] Original commit 
- Fix a bug introduced with fetchmail-6.2.5.2_3, where it would sometimes
  leave some messages on an IMAP server, i.e. this is the correct fix
  for the following bug (as described Makefile:1.161 and
  files/patch-imap.c:1.1):

  fix IMAP client timeout bug with upstream servers that do not send updated
  EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509>

- Bump PORTREVISION to 4

PR:                     ports/88850
Submitted by:           Vasil Dimov
Patch provided by:      Matthias Andree (upstream maintainer)
Patch tested by:        barner, Vasil Dimov
Thu, 10 Nov 2005
[ 16:30 barner search for other commits by this committer ] Original commit 
Add private backup master site.

Requested by:   Diane Bruce <db@db.net>
PR:             ports/88787
[ 10:29 barner search for other commits by this committer ] Original commit 
- fix IMAP client timeout bug with upstream servers that do not send updated
  EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509>

- add fetchmailconf wrapper check for _tkinter.so (if python was installed but
  not Tkinter, the wrapper would still try to run fetchmailconf.bin, which
  gives a less clear error message to the user than was intended)

- let fetchmailconf wrapper pass command line arguments to fetchmailconf.bin
  (it supports -d and -f FILE)

- replace PREFIX with LOCALBASE where appropriate

- bump PORTREVISION

Submitted by:   Matthias Andree <matthias.andree@gmx.de>
PR:             ports/88444
Sun, 30 Oct 2005
[ 23:05 barner search for other commits by this committer ] Original commit 
Don't indent comment added in last commit by one tab, so it is not printed.
[ 19:06 barner search for other commits by this committer ] Original commit 
- Use fetchmailconf-1.43.2 in order to fix a password exposure caused by
  insecure file creation.

- While here, move berlios.de to the top of the MASTERSITEs, since
  development takes place there.

- Bump PORTREVISION

Security:       CVE-2005-3088
Security:       http://fetchmail.berlios.de/fetchmail-SA-2005-02.txt
Fri, 22 Jul 2005
[ 07:07 barner search for other commits by this committer ] Original commit 
Forced commit to note the following (this also applies for the following files
removed in my earlier commit:

        files/patch-s1
        files/patch-r1
        files/patch-driver.c

Submitted by:   Matthias Andree <matthias DOT andree AT gmx DOT de>
Discovered by:  Miloslav Trmac
http://lists.berlios.de/pipermail/fetchmail-devel/2005-July/000397.html
New fix by:     Ludwig Nussel (SuSE security)
[ 06:59 barner search for other commits by this committer ] Original commit 
- Update to 6.2.5.2. This fixes a denial of service vulerability introduced
  in version 6.2.5.1

- Use distribution patch from fetchmail.berlios.de instead of keeping the
  security fix in CVS (-> remove patch-r1, patch-s1 which contained to
  update from 6.2.5 to 6.2.5.1).

- The above patch also contains a patch that we kept locally in
  patch-driver.c: This one has been removed, too.
Thu, 21 Jul 2005
[ 10:25 barner search for other commits by this committer ] Original commit 
- Update to 6.2.5.1 (security update!)
- Add new master site
- Take maintainership (no objections on freebsd-ports,
  Matthias also favours this option as long as the new FreeBSD
  maintainer will be responsive and submit patches upstream - promissed :-)

Submitted by:   Matthias Andree <matthias DOT andree AT gmx DOT de>
PR:             ports/83805
Obtainted from: http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz
Security:      
http://www.vuxml.org/freebsd/3497d7be-2fef-45f4-8162-9063751b573a.html
Mon, 18 Jul 2005
[ 03:49 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:        portmgr team
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Wed, 28 Apr 2004
[ 17:26 eik search for other commits by this committer ] Original commit 
- fix POP bug [1]
- add WITHOUT_NLS [2]

Seems like 6.2.6 takes a while...

PR:             60262 [1], 62732 [2]
Submitted by:   Stuart Barkley <stuartb@4gh.net> [1]
                Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> [1]
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Sun, 16 Nov 2003
[ 22:15 eik search for other commits by this committer ] Original commit 
Try some new fetchmail mirrors

Noticed by:     Bill Fenner's portsurvey
Approved by:    marcus (mentor)
Fri, 14 Nov 2003
[ 00:29 eik search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
switch my ports to my FreeBSD address

Approved by:    marcus (mentor)
Fri, 24 Oct 2003
[ 09:33 sergei search for other commits by this committer ] Original commit 
- Update to 6.2.5 (see http://catb.org/~esr/fetchmail/NEWS for details)
- Use DOCSDIR macro in pkg-plist
- Don't install yet another copy of GPL
- Pass maintainership to Oliver Eikemeier

PR:             58283, 58341
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>,
                Esa Karkkainen <ejk@iki.fi>
Approved by:    Ville Eerola <ve@sci.fi> (previous maintainer),
                krion (implicit)
Tue, 9 Sep 2003
[ 03:26 silby search for other commits by this committer ] Original commit 
Update fetchmail port to 6.2.4
Tue, 26 Aug 2003
[ 20:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 05:41 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Tue, 1 Jul 2003
[ 11:33 daichi search for other commits by this committer ] Original commit 
update mail/fetchmail: 6.2.0 --> 6.2.2

PR:             53280
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Sat, 1 Mar 2003
[ 13:04 sf search for other commits by this committer ] Original commit 
track ESR's page.

www.tuxedo.org -> www.catb.org
Fri, 21 Feb 2003
[ 12:42 knu search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 13 Dec 2002
[ 14:05 nectar search for other commits by this committer ] Original commit 
Upgrade to 6.2.0, primarily to fix YET ANOTHER remotely exploitable
vulnerability.  That's at least four, but who's counting?
<URL:http://security.e-matters.de/advisories/052002.html>
Tue, 5 Nov 2002
[ 10:01 dougb search for other commits by this committer ] Original commit 
Update to 6.1.2, released 10/31. It's a very simple bugfix upgrade.

PR:             ports/44830
Submitted by:   Matthias Andree <matthias.andree@web.de>
Thu, 31 Oct 2002
[ 14:54 naddy search for other commits by this committer ] Original commit 
This port update fixes the pkg-plist to include the new localizations so they
are included in the package, and it contains many upstream bugfixes, installs
the NEWS documentation file. These are the upstream fixes:

* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
* fix patch for writing antispam capability correctly in conf.c.
* Fix patches for Debian bugs #162571, #156592.
* Correction to manpage re -b and qmail.
* Patch to disable use of STLS if auth passwd is specified.
* Fix specfile generation to handle SSL correctly.
* New Danish, Turkish, and Catalan translation files.
* Improved ODMR debug messages.
* IMAP efficiency hack; don't fetch sizes unless needed.
* Detect and rewrite invalid return paths beginning with @.
* Fix for subtle freeing bug that suppressed information in some bounce msgs.
* Newline fix patches for internationalization files.
* Fix reversed test guarding authentication-failure warnings.
* Fix POP3 breakage starting at 5.9.14.

PR:             44330
Submitted by:   Matthias Andree <matthias.andree@web.de>
Sun, 29 Sep 2002
[ 18:23 cy search for other commits by this committer ] Original commit 
Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)
described at http://security.e-matters.de/advisories/032002.html.

Approved by:    nectar (using his security-officer hat)
                will (using his portmgr hat)
                As we are so close to last tagging, as suggested by
                portmgr, maintainer approval is forgone.
[ 15:20 nectar search for other commits by this committer ] Original commit 
Mark FORBIDDEN due to another buffer overflow.
http://security.e-matters.de/advisories/032002.html

  % cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc
         3      28     203
Thu, 22 Aug 2002
[ 02:05 kevlo search for other commits by this committer ] Original commit 
Update to version 5.9.13

PR: 41623
Submitted by:    Esa Karkkainen <ejk@iki.fi>
Thu, 1 Aug 2002
[ 16:22 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Thu, 23 May 2002
[ 04:29 cy search for other commits by this committer ] Original commit 
Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun).

PR:             38328
Submitted by:   Dominic Marks <dominic_marks@btinternet.com>
Approved by:    kris for the Security Officer Team,
                will for the Port Manager Team, and
                MAINTAINER timeout
Tue, 21 May 2002
[ 21:37 nectar search for other commits by this committer ] Original commit 
Mark FORBIDDEN due to a remotely exploitable buffer overflow.

http://tuxedo.org/~esr/fetchmail/NEWS
http://rhn.redhat.com/errata/RHSA-2002-047.html
Fri, 12 Apr 2002
[ 17:10 ade search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Fri, 15 Mar 2002
[ 19:44 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Thu, 27 Dec 2001
[ 18:04 ijliao search for other commits by this committer ] Original commit 
upgrade to 5.9.6    
Mon, 3 Sep 2001
[ 09:04 roam search for other commits by this committer ] Original commit 
For the X11 case, when tkinter is needed, look for it the right way -   by
USE_PYTHON and PYTHON_VERSION instead of hardcoding a python2.0   path
component.   Bump PORTREVISION accordingly.    
Thu, 9 Aug 2001
[ 22:35 kris search for other commits by this committer ] Original commit 
Upgrade to 5.8.17 ("Another victory for Open Source!").  This fixes a   remotely
exploitable buffer overflow when connecting to a malicious   server.    
Mon, 2 Jul 2001
[ 22:20 ben search for other commits by this committer ] Original commit 
Update to 5.8.11, which supports now ODMR, so update pkg-{descr,comment} to  
mention ODMR to help "make search".    
Fri, 15 Jun 2001
[ 08:51 roam search for other commits by this committer ] Original commit 
Update to 5.8.6.   Fix a problem with building Kerberos 4 (Kerberos 5 is still
broken).    
Thu, 31 May 2001
[ 08:08 dougb search for other commits by this committer ] Original commit 
Update to 5.8.5, provided by the maintainer.    
Tue, 24 Apr 2001
[ 07:24 roam search for other commits by this committer ] Original commit 
Update to 5.8.1 with lots of bugfixes.  Remove the substitution of  
/usr/bin/true for autoconf and friends - the fetchmail build system   does the
right thing now.    
Tue, 27 Mar 2001
[ 08:38 sobomax search for other commits by this committer ] Original commit 
Unbroke on the systems with crypto from ssl port.    
Sat, 24 Mar 2001
[ 06:37 dougb search for other commits by this committer ] Original commit 
Commit the least objectionable of the possible fixes... maintainer, et al   can
argue about the rest later, let's get the thing fixed first. This is   a
combination of my fix and Peter Pentchev's.    
Tue, 20 Mar 2001
[ 11:04 sobomax search for other commits by this committer ] Original commit 
Try harder to prevent build process from unnecessarily invoking autoheader,  
autoconf, automake and aclocal.    
[ 09:40 sobomax search for other commits by this committer ] Original commit 
Fix two breakages:   - Prevent Makefile from trying to run 644 missing script
when no autocrap     is installed;   - add missed by the configure -lintl into
LDFLAGS.    
Sat, 17 Mar 2001
[ 12:08 roam search for other commits by this committer ] Original commit 
Update to 5.7.4.   Add USE_GMAKE - too many things in the autoconf build process
depend   on GNU make.    
Thu, 8 Mar 2001
[ 12:03 roam search for other commits by this committer ] Original commit 
Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled   as
--enable-OPIE until now.    
Fri, 23 Feb 2001
[ 08:30 roam search for other commits by this committer ] Original commit 
Update to 5.6.8, which contains preauthentication fixes and enhancements.    
Tue, 13 Feb 2001
[ 10:36 roam search for other commits by this committer ] Original commit 
Update to 5.6.5.    
Sat, 10 Feb 2001
[ 08:17 roam search for other commits by this committer ] Original commit 
Update to 5.6.3, skipping the slightly buggy 5.6.2.   Also, correct the help
message in the fetchmailconf wrapper script -   fetchmailconf depends on
py-tkinter, not just Python.    
Wed, 13 Dec 2000
[ 07:13 roam search for other commits by this committer ] Original commit 
Update to 5.6.1.    
Sat, 2 Dec 2000
[ 16:20 roam search for other commits by this committer ] Original commit 
Add WITH_NTLM toggle to optionally build support for NTLM authentication.   Bump
PORTREVISION to reflect functionality change.    
Thu, 30 Nov 2000
[ 08:51 roam search for other commits by this committer ] Original commit 
Look for the py-tkinter shared library in the correct directory when   building
WITH_X11.  No PORTREVISION bump - WITH_X11 did not build at all   until now.    
Mon, 27 Nov 2000
[ 01:00 roam search for other commits by this committer ] Original commit 
Update to 5.6.0 - a fetchmail 'gold release' which fixes two minor bugs   and an
omission and gives ESR a chance to do some more serious development   in a new
development version.    
Tue, 14 Nov 2000
[ 15:29 kevlo search for other commits by this committer ] Original commit 
Update to 5.5.6    
Tue, 31 Oct 2000
[ 20:56 jeh search for other commits by this committer ] Original commit 
Update fetchmail to 5.5.5    
Thu, 26 Oct 2000
[ 13:43 jeh search for other commits by this committer ] Original commit 
The fetchmail application has been updated to version 5.5.3    
Sun, 17 Sep 2000
[ 19:42 ume search for other commits by this committer ] Original commit 
Since recent 5-CURRENT has hesiod.h, configure detects it and   breaks building.
 So, I disable hesiod support.    
[ 13:43 jedgar search for other commits by this committer ] Original commit 
Update port to 5.5.2    
Tue, 5 Sep 2000
[ 01:42 steve search for other commits by this committer ] Original commit 
Update to version 5.5.1.    

Number of commits found: 208 (showing only 100 on this page)

«  1 | 2 | 3  »