summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Tigas2019-06-25 12:35:42 -0400
committerMike Tigas2019-06-25 12:35:42 -0400
commit074b0690bd4d69d480d34d2d8d635ac5950b9726 (patch)
treeb787cfde95e6878250e8b4ff578fae165e19585c
parent2417298e623db5fe16d31ec7ea3e5b533bac4404 (diff)
downloadaur-074b0690bd4d69d480d34d2d8d635ac5950b9726.tar.gz
tor 0.4.1.3-alpha
upstream tag: https://gitweb.torproject.org/tor.git/tag/?h=tor-0.4.1.3-alpha full release notes: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.1.3-alpha --- Changes in version 0.4.1.3-alpha - 2019-06-25 Tor 0.4.1.3-alpha resolves numerous bugs left over from the previous alpha, most of them from earlier release series. o Major bugfixes (Onion service reachability): - Properly clean up the introduction point map when circuits change purpose from onion service circuits to pathbias, measurement, or other circuit types. This should fix some service-side instances of introduction point failure. Fixes bug 29034; bugfix on 0.3.2.1-alpha. o Minor features (geoip): - Update geoip and geoip6 to the June 10 2019 Maxmind GeoLite2 Country database. Closes ticket 30852. o Minor features (logging): - Give a more useful assertion failure message if we think we have minherit() but we fail to make a region non-inheritable. Give a compile-time warning if our support for minherit() is incomplete. Closes ticket 30686. o Minor bugfixes (circuit isolation): - Fix a logic error that prevented the SessionGroup sub-option from being accepted. Fixes bug 22619; bugfix on 0.2.7.2-alpha. o Minor bugfixes (continuous integration): - Allow the test-stem job to fail in Travis, because it sometimes hangs. Fixes bug 30744; bugfix on 0.3.5.4-alpha. - Skip test_rebind on macOS in Travis, because it is unreliable on macOS on Travis. Fixes bug 30713; bugfix on 0.3.5.1-alpha. - Skip test_rebind when the TOR_SKIP_TEST_REBIND environment variable is set. Fixes bug 30713; bugfix on 0.3.5.1-alpha. o Minor bugfixes (directory authorities): - Stop crashing after parsing an unknown descriptor purpose annotation. We think this bug can only be triggered by modifying a local file. Fixes bug 30781; bugfix on 0.2.0.8-alpha. o Minor bugfixes (pluggable transports): - When running as a bridge with pluggable transports, always publish pluggable transport information in our extrainfo descriptor, even if ExtraInfoStatistics is 0. This information is needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha. o Documentation: - Mention URLs for Travis/Appveyor/Jenkins in ReleasingTor.md. Closes ticket 30630.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16285c03cd9..5766460fc26f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tor-unstable
pkgdesc = Anonymizing overlay network.
- pkgver = 0.4.1.2_alpha
+ pkgver = 0.4.1.3_alpha
pkgrel = 1
url = http://www.torproject.org/
install = tor.install
@@ -17,12 +17,12 @@ pkgbase = tor-unstable
conflicts = tor
backup = etc/tor/torrc
backup = etc/tor/torrc-dist
- source = https://www.torproject.org/dist/tor-0.4.1.2-alpha.tar.gz
- source = https://www.torproject.org/dist/tor-0.4.1.2-alpha.tar.gz.asc
+ source = https://www.torproject.org/dist/tor-0.4.1.3-alpha.tar.gz
+ source = https://www.torproject.org/dist/tor-0.4.1.3-alpha.tar.gz.asc
source = torrc
source = tor.service
validpgpkeys = 2133BC600AB133E1D826D173FE43009C4607B1FB
- sha256sums = f851cf49db3dd8231d682cc3025a6aa5642d5912cbca0681676cf985033bfd5b
+ sha256sums = 31088eb293947a9e0ffd1a15deea75f3f290456a82f65f6738c13032f9739836
sha256sums = SKIP
sha256sums = 44093eaf790c6c1cad8690ee002829481fb9b22ca58663f524f5792521222406
sha256sums = 05383ab3c9879b7d77eadeeb8e9824c471ff7a5a7501996efaa573a7547fa4da
diff --git a/PKGBUILD b/PKGBUILD
index 6e93d6a1f83f..cdf9927abae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: simo <simo@archlinux.org>
pkgname=tor-unstable
-pkgver=0.4.1.2_alpha
+pkgver=0.4.1.3_alpha
pkgrel=1
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64' 'armv7h')
@@ -22,7 +22,7 @@ install='tor.install'
source=("https://www.torproject.org/dist/${pkgname/-unstable/}-${pkgver/_/-}.tar.gz"{,.asc}
'torrc'
'tor.service')
-sha256sums=('f851cf49db3dd8231d682cc3025a6aa5642d5912cbca0681676cf985033bfd5b'
+sha256sums=('31088eb293947a9e0ffd1a15deea75f3f290456a82f65f6738c13032f9739836'
'SKIP'
'44093eaf790c6c1cad8690ee002829481fb9b22ca58663f524f5792521222406'
'05383ab3c9879b7d77eadeeb8e9824c471ff7a5a7501996efaa573a7547fa4da')