summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-03-21 22:18:16 +0100
committerKr1ss2021-03-21 22:18:16 +0100
commita6d04774327d2c175ea4c70ae3f2bb56f43a99d9 (patch)
tree6c4433d3fdb9f3c56ef32a57d6aabb5fb38db01e
parent500e49e3a7c4c25152c1b2d48921379f5d63e389 (diff)
downloadaur-a6d04774327d2c175ea4c70ae3f2bb56f43a99d9.tar.gz
update: getmail6-git 1:6.15.r481.b2e4bed-1
update changelog
-rw-r--r--.SRCINFO5
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD2
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5851ae916ad..333164717e8d 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.14.r463.fd2240b
+ pkgver = 6.15.r481.b2e4bed
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -11,10 +11,11 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.14.r463.fd2240b
+ provides = getmail=6.15.r481.b2e4bed
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
b2sums = SKIP
pkgname = getmail6-git
+
diff --git a/CHANGELOG b/CHANGELOG
index cab283bd1aee..3597e2046a7d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,19 @@
+Version 6.15
+21 March 2021
+ - #67 Implement a destination that delivers to a local LMTP server
+ - #71 allow "=" in ssl_ciphers to allow "ssl_ciphers = DEFAULT@SECLEVEL=1"
+ - #72 non-compliant e-mail header (in multidrop configuration) causes getmail to stop working
+ - Added test folder: run tests with `make test`. Tests and fixes.
+
Version 6.14
-14 December 2021
+14 January 2021
- #64 getmail6: sometimes dies on running external filter program in version 6.13
- #65 Wait much longer, and raise an exception when timeout (pull from ykasap/fix-timeout to solve #64)
- #63 Trap exceptions caused by xoauth2 token expiration
- #61 Refresh the OAuth access token when reconnecting (IMAP IDLE)
Version 6.13
-07 December 2021
+07 January 2021
- fix #59: Traceback while trying to reap child process
- fix #60: Need to refresh the OAuth access token when reconnecting (IMAP IDLE)
diff --git a/PKGBUILD b/PKGBUILD
index e08037a49ff6..a258314462f3 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.14.r463.fd2240b
+pkgver=6.15.r481.b2e4bed
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'