<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mail/fetchmail/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-01-17T14:29:11Z</updated>
<entry>
<title>Update "fetchmail" and "fetchmailconf" packages to version 6.3.6.</title>
<updated>2007-01-17T14:29:11Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2007-01-17T14:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a436e63174e874d4b2d3454f7da6c45be68b741'/>
<id>urn:sha1:5a436e63174e874d4b2d3454f7da6c45be68b741</id>
<content type='text'>
The list of changes since version 6.2.5.5 is too large to mention here.
The new version provides a fix for the vulnerability reported in the
fetchmail-SA-2006-02.txt advisory.
</content>
</entry>
<entry>
<title>Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey</title>
<updated>2006-04-17T07:07:11Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-04-17T07:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1ae3d1ba51febfd65eabae7f192d4b643e252ba2'/>
<id>urn:sha1:1ae3d1ba51febfd65eabae7f192d4b643e252ba2</id>
<content type='text'>
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
</content>
</entry>
<entry>
<title>RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.</title>
<updated>2005-05-02T20:33:57Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2005-05-02T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22c4e451098bcb1ffee496c70c2b37805278db1a'/>
<id>urn:sha1:22c4e451098bcb1ffee496c70c2b37805278db1a</id>
<content type='text'>
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
</content>
</entry>
<entry>
<title>mk/bsd.pkg.install.mk now automatically registers</title>
<updated>2004-04-23T22:07:52Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-04-23T22:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cba182b47fc5b42f77862f4b5a18898200c81105'/>
<id>urn:sha1:cba182b47fc5b42f77862f4b5a18898200c81105</id>
<content type='text'>
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
</content>
</entry>
<entry>
<title>Add a rc.d script to easily start fetchmail as a daemon at startup.</title>
<updated>2003-09-11T22:58:05Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2003-09-11T22:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8b043bed3d1b92f706feb9843f2cb90aaa81e505'/>
<id>urn:sha1:8b043bed3d1b92f706feb9843f2cb90aaa81e505</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update fetchmail{conf} to 6.2.3.</title>
<updated>2003-07-20T14:52:45Z</updated>
<author>
<name>frueauf</name>
<email>frueauf</email>
</author>
<published>2003-07-20T14:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7af03216336919cfec6b9526cb720c518436af86'/>
<id>urn:sha1:7af03216336919cfec6b9526cb720c518436af86</id>
<content type='text'>
Changes since 6.2.2:
* German, Danish, Spanish, and Turkish translations updated.
* Brian Sammon's patch to deal with malformed message lines containiing NULs.
* Fai's patch to ignore all but the first Return-Path (some spams have
  more than one of these).
* Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP.
  Fixes Debian bug #184469.
* Benjamin Drieu's patch to enable auth=cram-md5.
  Fixes Debian bug #185232.
* Sunil Shetye's configure.in patch to avoid spurious search order messages
  from GCC.
* Header-reading code now copes better with lines ending in \n only.
* Elias Israel's patches for POP3 NTLM support and dealing with byte-
  stuffing failures at socket level.
</content>
</entry>
<entry>
<title>Update "fetchmail" and "fetchmailconf" packages to version 6.2.0.</title>
<updated>2002-12-13T14:38:52Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2002-12-13T14:38:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d447d7bed6aca8c0016ef03c35edbdd951e33d98'/>
<id>urn:sha1:d447d7bed6aca8c0016ef03c35edbdd951e33d98</id>
<content type='text'>
Changes since version 6.1.2:
- Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
- Updated Danish, German, and Turkish translation files.
- Sunil Sheye's SMTP timeout patch.
- Updated Turkish, Danish, German, Spanish, Catalan po files.
- Added Slovak support.
- Configure.in update for autoconf 2.5 (Art Haas).
- Be case-insensitive when looking for IMAP responses.
- Fix logout-after-idle-delivery bug (Sunil Shetye).
- Sunil Shetye's patch to bulletproof end-of-header detection.
- Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
  fails.  The attenmpt to set up STARTTLS can be suppressed with 'sslproto ""'.
</content>
</entry>
<entry>
<title>USE_PKGLOCALEDIR, remove unnecessary patch, delint.</title>
<updated>2002-12-01T15:37:58Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2002-12-01T15:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=63f2362cd6fa967c9ea7b6ed0bc2c8aff4f0a0c0'/>
<id>urn:sha1:63f2362cd6fa967c9ea7b6ed0bc2c8aff4f0a0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to fetchmail 5.9.13.  Miscellaneous bug fixes, including a remote</title>
<updated>2002-07-12T18:48:19Z</updated>
<author>
<name>mycroft</name>
<email>mycroft</email>
</author>
<published>2002-07-12T18:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0394c53f57e36ec1911394899347c371618cf7f3'/>
<id>urn:sha1:0394c53f57e36ec1911394899347c371618cf7f3</id>
<content type='text'>
crash.
</content>
</entry>
<entry>
<title>Update fetchmail{conf} to 5.9.11.</title>
<updated>2002-04-06T16:53:01Z</updated>
<author>
<name>frueauf</name>
<email>frueauf</email>
</author>
<published>2002-04-06T16:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38354376a190e3ac7791113be841fbcbaf59489a'/>
<id>urn:sha1:38354376a190e3ac7791113be841fbcbaf59489a</id>
<content type='text'>
Changes since 5.9.6:

fetchmail-5.9.11 (Mon Apr  1 17:09:13 EST 2002), 21597 lines:

* Updated Turkish and Japanese translations.
* Added warning about auth failures on the GMX server.
* HMH's Debian 5.9.10 patches:
1. Fix minor typo in FAQ
2. Fix partial implementation of ESMTP auth, and some minor
   fetchmailconf stuff
3. Add proper error reporting to bad logfile creation.
   patch by Sunil Shetye &lt;shetye@bombay.retortsoft.com&gt;
4. Fix incredible aggravating bug that caused dataloss
   risks if 4xx errors were returned by the MTA
5. Corrected version of the fix-timeouts-for-ssl and descriptor
   leaking patches from Sylvain Benoist &lt;sylvainb@whitepj.com&gt;
   Also fix outdated comments in driver.c
6. Sunil Shetye's patch to stop fetchmail from trying to fetch
   twice with IMAP
7. Stop stupid complaint about turning off SSL being illegal
   without SSL support.
8. Byrial Jensen &lt;byrial@image.dk&gt; i18n fixes
* Sunil Shetye's attribute patch.
* HMH's revised but untested SMTP authentication patch.


fetchmail-5.9.10 (Sun Mar 10 15:09:57 EST 2002), 21529 lines:

* Security fix: don't trust the message count passed back by the server.


fetchmail-5.9.9 (Sat Mar  9 08:54:28 EST 2002), 21508 lines:

* Renamed misnamed tr.po and da.po files
* Jakub Ulanowski's patch to fix SSL fingerprint handling.
* Matt Kraai's patch for supporting STLS over POP3.
* French translation updated.
* Debian fixes merged.
* Added maildrop (MDA shipped with courier) as fallback after procmail
  and sendmail (thanks to Alexander Lazic &lt;al-fetchmail@none.at&gt;).
* ESMTP AUTH support from Wojciech Polak &lt;polak@lodz.pdi.net&gt;.


fetchmail-5.9.8 (Thu Feb 14 23:47:31 EST 2002), 21358 lines:

* Added de translation catalog; updated da and tr catalogs.
* vsprintf underflow fixes by Sunil Shetye.
* Added warning about IMS POP3 server.
* Mattyhias Andree's fix for a longstanding SSL hang bug.
* Fix yacc syntax bug when building with SSL.
* Sunil Shetye's patch for idle timeout during poll.
* Applied HMH's fix for the "message delimiter found in headers" code path
  (Debian bug #128672).


fetchmail-5.9.7 (Sat Feb  2 00:33:40 EST 2002), 21330 lines:

* Minor fixes by HMH.
* Properly guard some transaction reporting in the SSL code.
* Updated German (de) po file.  Added Turkish (tr) po file.
* Expunge edge case fix by Sunil Shetye.
* Fixes for some odd IMAP and SMTP edge cases by Sunil Shetye.
* UIDL bug fix by Matthias Andree.
* Use smtpaddress, if present, to set the return path on warning mail.
* Tell parser to object when SSL keyboard is used with SSL not compiled.
* GSSAPI and ODMR fixes by Tom Hughes.
</content>
</entry>
</feed>
