SHA256
1
0
forked from pool/fetchmail
Commit Graph

88 Commits

Author SHA256 Message Date
51d833a3f9 Accepting request 860127 from home:dirkmueller:branches:server:mail
- update to 6.4.15:
  * Fix a typo in the manual page reported by David McKelvie.
  * Fix cross-compilation with openssl, by Fabrice Fontaine. Merge request !23.
  * Fix truncation of SMTP PLAIN AUTH with ^ in credentials, by Earl Chew.

OBS-URL: https://build.opensuse.org/request/show/860127
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=105
2021-01-04 10:39:54 +00:00
0dfa3d6124 Accepting request 856963 from home:dirkmueller:branches:server:mail
- update to 6.4.14:
  * sr:    Мирослав Николић (Miroslav Nikolić) [Serbian]
  * Errors about lock file (= pidfile) creation could be lost in daemon 
  configurations (-d option, or set daemon) when using syslog. Now they are also 
  logged to syslog.  Found verifying a pidfile creation issue on 6.4.12 that was 
  previously reported by Alex Hall of Automatic Distributors.
  * If the lock file cannot be removed (no write permission on directory), try
  to truncate it, and if that fails, report error.
  * If the pidfile was non-default, fetchmail -q or --quit would malfunction and
  claim no other fetchmail were running, because it did not read the 
  configuration files or merge the command line options, thus it would look for 
  the PID in the wrong file.

OBS-URL: https://build.opensuse.org/request/show/856963
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=103
2020-12-21 12:15:21 +00:00
ad988d08a4 Accepting request 856925 from home:kukuk:container
- Don't require systemd
- Use tmpfiles for all files
- Use systemd macro for tmpfiles
- Don't delete home directory if the user stays
- Use sysusers config to create system user

OBS-URL: https://build.opensuse.org/request/show/856925
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=102
2020-12-21 12:04:39 +00:00
3cc2936d1c Accepting request 832383 from home:dirkmueller:branches:server:mail
- update to 6.4.12:
  # REGRESSION FIX:
  * configure: fetchmail 6.4.9 and 6.4.10 would miss checking for TLS v1.2 and
  TLS v1.3 support if AC_LIB_LINKFLAGS came up with something such as
  /path/to/libssl.so, rather than -lssl. (For instance on FreeBSD) 
  * configure: fetchmail 6.4.9's configure was unable to pick up OpenSSL
  if it wasn't announced by pkg-config, for instance, on FreeBSD

OBS-URL: https://build.opensuse.org/request/show/832383
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=100
2020-09-07 10:39:44 +00:00
Dirk Stoecker
4c151a5555 Accepting request 830264 from home:gmbr3:libexecdir
- De-hardcode /usr/lib path for launch executable (bsc#1174075)
- Spec file cleanups

OBS-URL: https://build.opensuse.org/request/show/830264
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=98
2020-09-01 14:44:01 +00:00
a1351922ef Accepting request 829815 from home:pmonrealgonzalez:branches:server:mail
- Update fetchmail.keyring file
- Use %{_prefix}/lib instead of %{_libexecdir}

- update to 6.4.8:
  * Add a test program fm_realpath, and a t.realpath script, neither to be
    installed. These will test resolution of the current working directory.
  * TRANSLATION UPDATES
  * Plug memory leaks when parts of the configuration (defaults, rcfile, command 
    line) override one another.
  * fetchmail terminated the placeholder command string too late and included
    garbage from the heap at the end of the string. Workaround: don't use place-
    holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging
    Gitlab merge request !5 in order to fix an input buffer overrun.
    Faulty commit 418cda65f752e367fa663fd13884a45fcbc39ddd.
  * Fetchmail now checks for errors when trying to read the .idfile
  * Fetchmail's error messages that reports that the defaults entry isn't the 
    first was made more precise. It could be misleading if there was a poll or
    skip statement before the defaults.
  * Fetchmail documentation was updated to require OpenSSL 1.1.1.
    OpenSSL 1.0.2 reached End Of Life status at the end of the year 2019.
    Fetchmail will tolerate, but warn about, 1.0.2 for now on the assumption that 
    distributors backport security fixes as the need arises.
    Fetchmail will also warn if another SSL library that is API-compatible
    with OpenSSL lacks TLS v1.3 support.
  * If the trust anchor is missing, fetchmail refers the user to README.SSL.
  * The AC_DECLS(getenv) check was removed, its only user was broken and not 
    accounting for that AC_DECLS always defines HAVE_DECL_... to 0 or 1, so
    fetchmail never declared a missing getenv() symbol (it was testing with 
    #ifdef).  Remove the backup declaration. getenv is mandated by SUSv2 anyways.
  * fetchmailconf now supports Python 3 and currently requires the "future"

OBS-URL: https://build.opensuse.org/request/show/829815
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=96
2020-08-27 16:26:56 +00:00
e72e9c32c5 Accepting request 827741 from home:dimstar:Factory
- Fix invalid usage of libexecdir where %_tmpfilesdir was meant to
  be used.

OBS-URL: https://build.opensuse.org/request/show/827741
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=94
2020-08-19 08:50:17 +00:00
Tomáš Chvátal
56af2b5d75 Accepting request 769337 from home:kukuk:branches:server:mail
- pwdutils is gone long time ago

OBS-URL: https://build.opensuse.org/request/show/769337
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=92
2020-02-02 14:08:06 +00:00
Tomáš Chvátal
16af574c79 Accepting request 761870 from home:mimi_vx:branches:server:mail
- switch to python3
- don't require python*-devel

OBS-URL: https://build.opensuse.org/request/show/761870
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=90
2020-01-08 16:49:32 +00:00
Tomáš Chvátal
790324228f Accepting request 737166 from home:pmonrealgonzalez:branches:server:mail
- Update to 6.4.1 [bsc#1152964]
  ## REGRESSION FIXES:
  * The bug fix Debian Bug#941129 was incomplete and caused
    - a regression in the default file locations, so that fetchmail was
      no longer able to find its configuration files in some situations.
    - a regression under _FORTIFY_SOURCE where PATH_MAX > minimal _POSIX_PATH_MAX.
- Update to 6.4.0
  ## SECURITY FIXES THAT AFFECT BEHAVIOUR AND MAY REQUIRE RECONFIGURATION
  * Fetchmail no longer supports SSLv2.
  * Fetchmail no longer attempts to negotiate SSLv3 by default,
    even with --sslproto ssl23. Fetchmail can now use SSLv3, or TLSv1.1 or a newer
    TLS version, with STLS/STARTTLS (it would previously force TLSv1.0 with
    STARTTLS).  If the OpenSSL version used at build and run-time supports these
    versions, --sslproto ssl3 and --sslproto ssl3+ can be used to re-enable SSLv3.
    Doing so is discouraged because the SSLv3 protocol is broken.
    While this change is supposed to be compatible with common configurations,
    users may have to and are advised to change all explicit --sslproto ssl2
    (change to newer protocols required), --sslproto ssl3, --sslproto tls1 to
    --sslproto auto, so that they can benefit from TLSv1.1 and TLSv1.2 where
    supported by the server.
    The --sslproto option now understands the values auto, ssl3+, tls1+, tls1.1,
    tls1.1+, tls1.2, tls1.2+, tls1.3, tls1.3+ (case insensitively), see CHANGES
    below for details.
  * Fetchmail defaults to --sslcertck behaviour. A new option --nosslcertck to
    override this has been added, but may be removed in future fetchmail versions
    in favour of another configuration option that makes the insecurity in using
    this option clearer.
  ## SECURITY FIXES
  * Fetchmail prevents buffer overruns in GSSAPI authentication with user names
    beyond c. 6000 characters in length. Reported by Greg Hudson.

OBS-URL: https://build.opensuse.org/request/show/737166
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=88
2019-10-10 17:30:47 +00:00
Tomáš Chvátal
17efa87819 Accepting request 706624 from home:pmonrealgonzalez:branches:server:mail
- Remove comment about not available FETCHMAIL_USER configuration
  variable in sysconfig.fetchmail (bsc#1136538)

OBS-URL: https://build.opensuse.org/request/show/706624
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=86
2019-05-31 08:35:48 +00:00
Vítězslav Čížek
288d9d16d6 Accepting request 706290 from home:WernerFink:branches:server:mail
- Use Debian 02_remove_SSLv3 change set based on beta 6.4.0 to
  modernize the patch fetchmail-openssl11.patch for modern TLS
  (auto) support

OBS-URL: https://build.opensuse.org/request/show/706290
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=85
2019-05-29 15:28:27 +00:00
Tomáš Chvátal
724660ad10 * fetchmail-fetchmailconf-python3-1of3.patch
* fetchmail-fetchmailconf-python3-2of3.patch
  * fetchmail-fetchmailconf-python3-3of3.patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=83
2018-03-15 18:05:44 +00:00
Tomáš Chvátal
a8e4fd07f9 Accepting request 587587 from home:pmonrealgonzalez:branches:server:mail
- Fix fetchmailconf to compile with python{2,3} [bsc#1082694]

OBS-URL: https://build.opensuse.org/request/show/587587
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=82
2018-03-15 17:45:35 +00:00
Tomáš Chvátal
72075a094e Accepting request 582045 from home:pmonrealgonzalez:branches:server:mail
- By default, the status messages are redirected to 
  /var/log/fetchmail. The syslog option or no-logging are also
  available. (bsc#1033081)

OBS-URL: https://build.opensuse.org/request/show/582045
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=80
2018-03-02 21:41:53 +00:00
Tomáš Chvátal
be24df9059 Accepting request 544714 from home:RBrownSUSE:branches:server:mail
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544714
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=78
2017-11-24 07:06:33 +00:00
Tomáš Chvátal
623357a802 Accepting request 541555 from home:vitezslav_cizek:branches:server:mail
- drop SSLv3 support to build with openssl 1.1 (bsc#1066940)
  * add fetchmail-openssl11.patch

OBS-URL: https://build.opensuse.org/request/show/541555
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=76
2017-11-13 18:08:00 +00:00
Tomáš Chvátal
32866745b4 Accepting request 492643 from home:pmonrealgonzalez:branches:server:mail
- Allow --syslog option in daemon mode (bsc#1033081).
   * By default, the status messages are redirected to the syslog.

OBS-URL: https://build.opensuse.org/request/show/492643
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=74
2017-05-03 13:36:41 +00:00
Tomáš Chvátal
d31f7e58cc Accepting request 484101 from home:msmeissn:branches:server:mail
- prerequire group(daemon) to meet new tumbleweed user handling

OBS-URL: https://build.opensuse.org/request/show/484101
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=72
2017-04-01 08:15:57 +00:00
P. Janouch
a77029be94 Accepting request 396088 from home:jengelh:branches:server:mail
- Check for user/group existence before attempting to add them,
  and remove error suppression from these calls.
- Ensure tmpfile creation is run

OBS-URL: https://build.opensuse.org/request/show/396088
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=70
2016-05-17 15:37:52 +00:00
P. Janouch
60bce8b149 - Made the helper script introduced in last change return exit status
5 on configuration errors instead of 1, which should make it a bit
  less confusing (bsc#979534)

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=68
2016-05-13 12:12:11 +00:00
P. Janouch
06b06198ff - Made /etc/sysconfig/fetchmail work again after a botched systemd
conversion that ignored the file altogether (bsc#905673)
- Removed the FETCHMAIL_USER setting in favor of editing the
  systemd service file (which should be copied to the respective
  location in /etc, and not edited in-place)

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=65
2016-04-08 12:39:15 +00:00
Tomáš Chvátal
c6354a6215 - Cleanup with spec-cleaner
- Remove support for <12.3 as it does not build anyway.
- Fix krb5 switches
- Provide proper rcbla controler for the service

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=63
2015-01-08 16:05:27 +00:00
Tomáš Chvátal
8469424451 Accepting request 266788 from home:msmeissn:branches:server:mail
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/266788
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=62
2015-01-08 15:47:20 +00:00
Lars Müller
7ca06596cd Remove dependency on gpg-offline as signature checking is implemented in the
source validator.

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=60
2014-12-05 13:15:59 +00:00
Lars Müller
3cf4976e5a Update the project url in the spec file after Berlios shutdown.
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=59
2014-12-05 13:14:19 +00:00
Lars Müller
f51ede2822 Removed executable permission bits from fetchmail.service file.
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=58
2014-12-05 13:08:28 +00:00
Stefan Seyfried
80437e4ec8 Accepting request 260502 from home:Ledest:misc
fix bashism in postun script

OBS-URL: https://build.opensuse.org/request/show/260502
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=56
2014-11-25 07:57:58 +00:00
Vítězslav Čížek
b43dbdfffa Accepting request 234980 from home:jsegitz:branches:server:mail
- added necessary macros for systemd files

OBS-URL: https://build.opensuse.org/request/show/234980
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=54
2014-05-21 12:22:56 +00:00
Dr. Werner Fink
992c58140e Accepting request 204925 from home:posophe:branches:server:mail
- Add systemd support for openSUSE >= 12.3

OBS-URL: https://build.opensuse.org/request/show/204925
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=52
2013-11-10 10:08:03 +00:00
8d7fe5fc04 Accepting request 173762 from home:vitezslav_cizek:branches:server:mail
- added offline gpg verification
- update to 6.3.26
  # CRITICAL BUG FIX for setups using "mimedecode":
  * The mimedecode feature failed to ship the last line of the body if it was
    encoded as quoted-printable and had a MIME soft line break in the very last
    line.  Reported by Lars Hecking in June 2011.
  * Bug introduced on 1998-03-20 when the mimedecode support was added by ESR
    before release 4.4.1 through code contributed by Henrik Storner.
    Workaround for older releases: do not use mimedecode feature.
  * Earlier versions of this NEWS file claimed this bug fixed in fetchmail-6.3.23,
    but it was not.
  * Fixes Launchpad Bug#1171818.

OBS-URL: https://build.opensuse.org/request/show/173762
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=50
2013-04-29 14:07:31 +00:00
689ab2ae78 Accepting request 159960 from home:vitezslav_cizek:branches:server:mail
- update to 6.3,25
# CRITICAL AND REGRESSION FIXES
* Plug a memory leak in OpenSSL's certificate verification callback.
  This would affect fetchmail configurations running with SSL in daemon mode
  more than one-shot runs.
  Reported by Erik Thiele, and pinned by Dominik Heeg,
  fixes Debian Bug #688015.
  This bug was introduced into fetchmail 6.3.0 (committed 2005-10-29)
  when support for subjectAltName was added through a patch by Roland
  Stigge, submitted as Debian Bug#201113.
* The --logfile option now works again outside daemon mode, reported by Heinz
  Diehl. The documentation that I had been reading was inconsistent with the
  code, and only parts of the manual page claimed that --logfile was only
  effective in daemon mode.
# BUG FIXES
* Fix a memory leak in out-of-memory error condition while handling plugins.
  Report and patch by John Beck (found with Parfait static code analyzer).
* Fix a NULL pointer dereference in out-of-memory error condition while handling
  plugins.
  Report and patch by John Beck (found with Parfait static code analyzer).
# CHANGES
* Improved reporting when SSL/TLS X.509 certificate validation has failed,
  working around a not-so-recent swapping of two OpenSSL error codes, and
  a practical impossibility to distinguish broken certification chains from
  missing trust anchors (root certificates).
* OpenSSL decoded errors are now reported through report(), rather than dumped
  to stderr, so that they should show up in logfiles and/or syslog.
* The fetchmail manual page no longer claims that MD5 were the default OpenSSL
  hash format (for use with --sslfingerprint). Reported by Jakob Wilk,
  PARTIAL fix for Debian Bug#700266.

OBS-URL: https://build.opensuse.org/request/show/159960
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=48
2013-03-19 12:38:13 +00:00
d52c056ad6 Accepting request 145066 from home:vitezslav_cizek:branches:server:mail
- update to 6.3.23
# REGRESSION FIXES
* Fix compilation with OpenSSL implementations before 0.9.8m that lack
  SSL_CTX_clear_options. Patch by Earl Chew.
  Note that the use of older OpenSSL versions with fetchmail is unsupported and
  *not* recommended.
# BUG FIXES
* Fix combination of --plugin and -f -. Patch by Alexander Zangerl,
  to fix Debian Bug#671294.
* Clean up logfile vs. syslog handling, and in case logfile overrides
  syslog, send a message to the latter stating where logging goes.
# CHANGES
* The build process can now be made a bit more silent and concise through
  ./configure --enable-silent-rules, or by adding "V=0" to the make command.
# WORKAROUNDS
* Make Maillennium POP3 workarounds less specific, to encompass
  Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie
  via fetchmail-users mailing list, 2012-10-13.
# TRANSLATION UPDATES

OBS-URL: https://build.opensuse.org/request/show/145066
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=46
2012-12-20 10:21:30 +00:00
Vítězslav Čížek
84c9fafd3d Accepting request 140978 from home:coolo:branches:openSUSE:Factory
- do not use useradd -o without -u

OBS-URL: https://build.opensuse.org/request/show/140978
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=44
2012-11-13 13:10:18 +00:00
Ismail Dönmez
4b820d99c2 Accepting request 133601 from home:vitezslav_cizek:branches:server:mail
- update to 6.3.22
  # SECURITY FIXES
    * CVE-2012-3482 (bnc#775988)
    * CVE-2011-3389
  # BUG FIX
    * The Server certificate: message in verbose mode now appears on stdout like the
      remainder of the output. Reported by Henry Jensen, to fix Debian Bug #639807.
    * The GSSAPI-related autoconf code now matches gssapi.c better, and uses
      a different check to look for GSS_C_NT_HOSTBASED_SERVICE.
      This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
  # CHANGES
    * The security and errata notices fetchmail-{EN,SA}-20??-??.txt are now
      under the more relaxed CC BY-ND 3.0 license (the noncommercial clause
      was dropped). The Creative Commons address was updated.
    * The Python-related Makefile.am parts were simplified to avoid an automake
      1.11.X bug around noinst_PYTHON, Automake Bug #10995.
    * Configuring fetchmail without SSL now triggers a configure warning,
      and asks the user to consider running configure --with-ssl.
  # WORKAROUNDS
    * Some servers, notably Zimbra, return A1234 987 FETCH () in response to
      a header request, in the face of message corruption.  fetchmail now treats
      these as temporary errors. Report and Patch by Mikulas Patocka, Red Hat.
    * Some servers, notably Microsoft Exchange, return "A0009 OK FETCH completed."
      without any header in response to a header request for meeting reminder
      messages (with a "meeting.ics" attachment). fetchmail now treats these as
      transient errors.  Report by John Connett, Patch by Sunil Shetye.

OBS-URL: https://build.opensuse.org/request/show/133601
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=42
2012-09-18 18:01:54 +00:00
Philipp Thomas
0e0d5c3899 Accepting request 126380 from home:seife:testing
- dont't require, just suggest smtp_daemon -- fetchmail does run
  fine (and much safer) with e.g. procmail as mda.

OBS-URL: https://build.opensuse.org/request/show/126380
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=40
2012-07-04 09:07:32 +00:00
Greg Kroah-Hartman
829699ccc7 Accepting request 95016 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95016
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=38
2011-12-02 19:02:08 +00:00
Vítězslav Čížek
228ead56f5 Accepting request 83507 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

OBS-URL: https://build.opensuse.org/request/show/83507
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=36
2011-09-19 12:03:19 +00:00
Petr Uzel
e150fd91b1 - repack upstream tarball without fetchmail-{SA,EN}-*.txt (bnc#713698)
- add README-security.txt

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=34
2011-08-30 09:54:56 +00:00
Petr Uzel
bf3d2d1d7f update to fetchmail-6.3.21
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=33
2011-08-22 09:16:07 +00:00
74b2f963cb Accepting request 74873 from home:dec16180:ldig:branches:server:mail
license update:  GPLv2+
remove licenses " Other uncritical OpenSource License ; Public Domain, Freeware"

OBS-URL: https://build.opensuse.org/request/show/74873
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=32
2011-06-30 10:59:37 +00:00
Petr Uzel
f4f4cf6922 update to fetchmail-6.3.20
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=30
2011-06-06 14:30:41 +00:00
Petr Uzel
6c628d6e0a update to 6.3.18
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=28
2010-12-13 11:29:14 +00:00
Petr Uzel
67e900f5f2 update to fetchmail-6.3.18
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=26
2010-10-11 08:43:03 +00:00
OBS User buildservice-autocommit
9cb38e6f9d Updating link to change in openSUSE:Factory/fetchmail revision 39.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=f3cc7335e5244bc89e535de3197d6b95
2010-08-23 15:20:16 +00:00
OBS User autobuild
cf843a39fe Accepting request 45714 from server:mail
checked in (request 45714)

OBS-URL: https://build.opensuse.org/request/show/45714
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=25
2010-08-23 15:20:15 +00:00
Petr Uzel
38d7e0a617 update to fetchmail-6.3.17
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=24
2010-08-17 15:01:55 +00:00
OBS User buildservice-autocommit
e7d63807f2 Updating link to change in openSUSE:Factory/fetchmail revision 38.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=ae6b21858754c456ffc00eacca053cf0
2010-07-27 02:34:32 +00:00
Petr Uzel
094ab788fa update to fetchmail-6.3.17
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=22
2010-07-22 10:55:19 +00:00
OBS User autobuild
da45cb295f Accepting request 38214 from server:mail
checked in (request 38214)

OBS-URL: https://build.opensuse.org/request/show/38214
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=21
2010-04-20 00:29:46 +00:00