aboutsummaryrefslogtreecommitdiffstats
path: root/README.packaging
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-08-19 21:30:39 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-19 21:31:49 +0200
commit916abfe741d97532ceacd834c2a5229f0a67c3c5 (patch)
tree49663adb2035c1e449b7babc3490eea6f5980bdf /README.packaging
parent86b77d1b7f01a4edacc1d2491b4d3050d1edb680 (diff)
downloadfetchmail-916abfe741d97532ceacd834c2a5229f0a67c3c5.tar.gz
fetchmail-916abfe741d97532ceacd834c2a5229f0a67c3c5.tar.bz2
fetchmail-916abfe741d97532ceacd834c2a5229f0a67c3c5.zip
Update documentation.
Diffstat (limited to 'README.packaging')
-rw-r--r--README.packaging14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.packaging b/README.packaging
index 08d115d0..d4f8bf47 100644
--- a/README.packaging
+++ b/README.packaging
@@ -1,25 +1,21 @@
README.packaging
================
-fetchmail 6.3 changes relevant for packagers
+fetchmail 6.4 changes relevant for packagers
--------------------------------------------
Greetings, dear packager!
The bullet points below mention a few useful hints for package(r)s:
-- Please use OpenSSL and add --with-ssl to the ./configure command line.
- SSL/TLS support hasn't been enabled in the default build in order to maintain
- fetchmail 6.2 compatibility as far as possible. SSL/TLS however is a highly
- recommended compilation option.
+- Fetchmail requires a somewhat recent OpenSSL v1.0.2.
- Fetchmail now uses automake and supports all common automake targets and
overrides such as "make install-strip" or "DESTDIR=..." for staging areas.
-- The fetchmailconf script has been renamed to fetchmailconf.py, automake will
- install it into Python's top-level site-packages directory and byte-compile
- it (so you need to package or remove fetchmailconf.pyc and fetchmailconf.pyo
- as well).
+- The fetchmailconf script is named fetchmailconf.py, automake will install it
+ into Python's top-level site-packages directory and byte-compile it (so you
+ need to package or remove fetchmailconf.pyc and fetchmailconf.pyo as well).
- If you want to defeat Python byte-code compilation and would rather like to
install fetchmailconf.py yourself, you can add