summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Tigas2019-07-26 23:47:33 -0400
committerMike Tigas2019-07-26 23:47:33 -0400
commit320647a993b4e53c38cff0ba834bc29607389d5e (patch)
treea524ba56687398f25a7874c2bbfd259a9328bc20
parent074b0690bd4d69d480d34d2d8d635ac5950b9726 (diff)
downloadaur-320647a993b4e53c38cff0ba834bc29607389d5e.tar.gz
tor 0.4.1.4-rc
upstream tag: https://gitweb.torproject.org/tor.git/tag/?h=tor-0.4.1.4-rc full release notes: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.1.4-rc --- Changes in version 0.4.1.4-rc - 2019-07-25 Tor 0.4.1.4-rc fixes a few bugs from previous versions of Tor, and updates to a new list of fallback directories. If no new bugs are found, the next release in the 0.4.1.x serious should be stable. o Major bugfixes (circuit build, guard): - When considering upgrading circuits from "waiting for guard" to "open", always ignore circuits that are marked for close. Otherwise, we can end up in the situation where a subsystem is notified that a closing circuit has just opened, leading to undesirable behavior. Fixes bug 30871; bugfix on 0.3.0.1-alpha. o Minor features (continuous integration): - Our Travis configuration now uses Chutney to run some network integration tests automatically. Closes ticket 29280. o Minor features (fallback directory list): - Replace the 157 fallbacks originally introduced in Tor 0.3.5.6-rc in December 2018 (of which ~122 were still functional), with a list of 148 fallbacks (70 new, 78 existing, 79 removed) generated in June 2019. Closes ticket 28795. o Minor bugfixes (circuit padding): - On relays, properly check that a padding machine is absent before logging a warning about it being absent. Fixes bug 30649; bugfix on 0.4.1.1-alpha. - Add two NULL checks in unreachable places to silence Coverity (CID 144729 and 1447291) and better future-proof ourselves. Fixes bug 31024; bugfix on 0.4.1.1-alpha. o Minor bugfixes (crash on exit): - Avoid a set of possible code paths that could try to use freed memory in routerlist_free() while Tor was exiting. Fixes bug 31003; bugfix on 0.1.2.2-alpha. o Minor bugfixes (logging): - Fix a conflict between the flag used for messaging-domain log messages, and the LD_NO_MOCK testing flag. Fixes bug 31080; bugfix on 0.4.1.1-alpha. o Minor bugfixes (memory leaks): - Fix a trivial memory leak when parsing an invalid value from a download schedule in the configuration. Fixes bug 30894; bugfix on 0.3.4.1-alpha. o Code simplification and refactoring: - Remove some dead code from circpad_machine_remove_token() to fix some Coverity warnings (CID 1447298). Fixes bug 31027; bugfix on 0.4.1.1-alpha.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5766460fc26f..22bba17cf7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tor-unstable
pkgdesc = Anonymizing overlay network.
- pkgver = 0.4.1.3_alpha
+ pkgver = 0.4.1.4_rc
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.3-alpha.tar.gz
- source = https://www.torproject.org/dist/tor-0.4.1.3-alpha.tar.gz.asc
+ source = https://www.torproject.org/dist/tor-0.4.1.4-rc.tar.gz
+ source = https://www.torproject.org/dist/tor-0.4.1.4-rc.tar.gz.asc
source = torrc
source = tor.service
validpgpkeys = 2133BC600AB133E1D826D173FE43009C4607B1FB
- sha256sums = 31088eb293947a9e0ffd1a15deea75f3f290456a82f65f6738c13032f9739836
+ sha256sums = 1e92b655a19062209c747c2f328f2b52009d8256a9514705bb8a6cfebb21b3ae
sha256sums = SKIP
sha256sums = 44093eaf790c6c1cad8690ee002829481fb9b22ca58663f524f5792521222406
sha256sums = 05383ab3c9879b7d77eadeeb8e9824c471ff7a5a7501996efaa573a7547fa4da
diff --git a/PKGBUILD b/PKGBUILD
index cdf9927abae5..a6589d802cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: simo <simo@archlinux.org>
pkgname=tor-unstable
-pkgver=0.4.1.3_alpha
+pkgver=0.4.1.4_rc
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=('31088eb293947a9e0ffd1a15deea75f3f290456a82f65f6738c13032f9739836'
+sha256sums=('1e92b655a19062209c747c2f328f2b52009d8256a9514705bb8a6cfebb21b3ae'
'SKIP'
'44093eaf790c6c1cad8690ee002829481fb9b22ca58663f524f5792521222406'
'05383ab3c9879b7d77eadeeb8e9824c471ff7a5a7501996efaa573a7547fa4da')