summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-05-16 15:04:04 +0200
committerKr1ss2021-05-16 15:04:04 +0200
commite394d04b6e1eac54cfb8801c492b4e9295fd40ee (patch)
tree6764bde00801a815908c987c08fb709a6e213541
parenta6d04774327d2c175ea4c70ae3f2bb56f43a99d9 (diff)
downloadaur-e394d04b6e1eac54cfb8801c492b4e9295fd40ee.tar.gz
update: getmail6-git 1:6.16.r490.bd8cce9-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG6
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333164717e8d..d234a342dab9 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.15.r481.b2e4bed
+ pkgver = 6.16.r490.bd8cce9
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -11,7 +11,7 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.15.r481.b2e4bed
+ provides = getmail=6.16.r490.bd8cce9
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 3597e2046a7d..472fce5078f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Version 6.16
+TODO
+ - #73: Additional exception handling for IMAP IDLE with xoauth2
+ - #74: 'ascii' codec can't encode characters in position 4017-4018
+ - #75: Bring back "getmails" wrapper (this was a Debian addition, but now part of getmail 6)
+
Version 6.15
21 March 2021
- #67 Implement a destination that delivers to a local LMTP server
diff --git a/PKGBUILD b/PKGBUILD
index a258314462f3..1d1f409fe67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
"$(git tag -l | sed -r 's/v?([0-9\.]+)(-.+)?/\1/g' | sort -Vr | sed 1q)" \
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=6.15.r481.b2e4bed
+pkgver=6.16.r490.bd8cce9
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'