summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-09-26 18:46:56 +0200
committerKr1ss2021-09-26 18:46:56 +0200
commit488f94baab7575ea57e1679f01f0efbb6bbf6d89 (patch)
treea14e937d54e3c0c42fe98425f525cd5735b3f371
parente22d59f66215faea937ee77960d6ffb84e8d369e (diff)
downloadaur-488f94baab7575ea57e1679f01f0efbb6bbf6d89.tar.gz
update: getmail6-git 1:6.18.4.r2.1febf7c-1
update changelog
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD2
3 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c489cdabe2dc..f6b09371166c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail6-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.18.3.r0.320fb32
+ pkgver = 6.18.4.r2.1febf7c
pkgrel = 1
epoch = 1
url = https://getmail6.org
@@ -12,7 +12,7 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.18.3.r0.320fb32
+ provides = getmail=6.18.4.r2.1febf7c
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 62c390ff3b1e..d9ddd5ace776 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,11 @@
-Version 6.18
+Version 6.18.4
+26 September 2021
+ - #91: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 11: ordinal not in range(128)
+ - #92: getmail_maildir: bugfix for python3 using bytes buffer instead of str
+ - add new use_netrc and netrc_file configuration options to support reading secrets from a .netrc file
+ (https://marc.info/?l=getmail&m=163241430111986&w=3).
+
+Version 6.18.3
06 July 2021
- #89: fetchmail feature: skip fetching read mail.
New `imap_search` and `imap_on_delete` to fetch only `Unseen` messages and set them to `\Seen`.
diff --git a/PKGBUILD b/PKGBUILD
index f69c1889f9e0..16e13cb71dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name="${pkgname%-git}"
epoch=1
pkgver() { git -C "$_name" describe --long | sed 's/^v//;s/-/.r/;s/-g/./'; }
-pkgver=6.18.3.r0.320fb32
+pkgver=6.18.4.r2.1febf7c
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'