summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinārs Lielmanis2022-09-15 08:21:51 +0300
committerEinārs Lielmanis2022-09-15 08:21:51 +0300
commitef1c34aba2d5a53f1b441758de43d4ad59011444 (patch)
treed5da124d774aa5870949ef709f5ba2047f5047bc
parent3b5f1da2da8eab35153f05f9fdcf8ba54f978660 (diff)
downloadaur-ef1c34aba2d5a53f1b441758de43d4ad59011444.tar.gz
Sylpheed 3.8 beta 1 released
Hello, Sylpheed 3.8beta1 (development version) has been released. (sorry for VERY long absence of updates) In this release, OAuth2 authentication support was added. https://sylpheed.sraoss.jp/en/news.html https://sylpheed.sraoss.jp/en/download.html#development Changes since Sylpheed 3.7: * OAuth2 authentication support was added. (currently tested with Gmail and MS365 Outlook) * Win32: fixes for update checks on Windows were made. * Win32: included SSL certificates were updated. * Win32: included OpenSSL was updated. Note about OAuth2: - The client IDs described in the oauth2.ini file included in the package have been created for testing purpose. A warning that these client IDs are not confirmed by Google or Microsoft will be displayed on the authentication. There are cases when these client IDs become not available in the future. - OAuth2 implementation is still working in progress and some features (such as refresh token) are not implemented yet. -- Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17f3913896ac..b5f7183d84b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sylpheed-beta
pkgdesc = Lightweight and user-friendly e-mail client. Latest official beta version.
- pkgver = 3.7.0beta1
- pkgrel = 4
+ pkgver = 3.8.0beta1
+ pkgrel = 1
url = http://sylpheed.sraoss.jp/en/
arch = i686
arch = x86_64
@@ -14,13 +14,12 @@ pkgbase = sylpheed-beta
conflicts = sylpheed
conflicts = sylpheed-beta-iconmod
options = libtool
- source = http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-3.7.0beta1.tar.bz2
- source = http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-3.7.0beta1.tar.bz2.asc
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-3.8.0beta1.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-3.8.0beta1.tar.bz2.asc
source = ssl-sni-support.patch
validpgpkeys = 8CF3A5AC417ADE72B0AA4A835024337CC00C2E26
- md5sums = 21826a6096cc6feb732bdaeb87435435
+ md5sums = 7496ab4614695831f9d041e4ed7ab23e
md5sums = SKIP
md5sums = b05b75bb2bd46d4022f920e09e0b1923
pkgname = sylpheed-beta
-
diff --git a/PKGBUILD b/PKGBUILD
index 597296456e8b..3cbdbcaa807c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Einar Lielmanis <einar@spicausis.lv>
pkgname=sylpheed-beta
-pkgver=3.7.0beta1
-pkgrel=4
+pkgver=3.8.0beta1
+pkgrel=1
pkgdesc="Lightweight and user-friendly e-mail client. Latest official beta version."
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
@@ -12,7 +12,7 @@ options=('libtool')
conflicts=('sylpheed' 'sylpheed-beta-iconmod')
provides=('sylpheed')
source=(
- http://sylpheed.sraoss.jp/sylpheed/v3.7beta/sylpheed-$pkgver.tar.bz2{,.asc}
+ http://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-$pkgver.tar.bz2{,.asc}
ssl-sni-support.patch
)
@@ -39,6 +39,6 @@ package() {
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
-md5sums=('21826a6096cc6feb732bdaeb87435435'
+md5sums=('7496ab4614695831f9d041e4ed7ab23e'
'SKIP'
'b05b75bb2bd46d4022f920e09e0b1923')