pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tor-dev: update to 0.4.6.2-alpha



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Apr 15 14:15:47 2021 +0200
Changeset:	aa6ff91439cd9a010fb1c5aad08acca88cf59052

Modified Files:
	tor-dev/Makefile
	tor-dev/distinfo
Removed Files:
	tor-dev/patches/patch-configure

Log Message:
tor-dev: update to 0.4.6.2-alpha

Changes in version 0.4.6.2-alpha - 2021-04-15
  Tor 0.4.6.2-alpha is the second alpha in its series. It fixes several
  small bugs in previous releases, and solves other issues that had
  enabled denial-of-service attacks and affected integration with
  other tools.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa6ff91439cd9a010fb1c5aad08acca88cf59052

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tor-dev/Makefile                |  3 +--
 tor-dev/distinfo                |  9 ++++-----
 tor-dev/patches/patch-configure | 15 ---------------
 3 files changed, 5 insertions(+), 22 deletions(-)

diffs:
diff --git a/tor-dev/Makefile b/tor-dev/Makefile
index 28e5de91b9..5dec5544da 100644
--- a/tor-dev/Makefile
+++ b/tor-dev/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	tor-0.4.5.2-alpha
+DISTNAME=	tor-0.4.6.2-alpha
 PKGNAME=	${DISTNAME:S/tor/tordev/:S/-alpha//:S/-rc/rc0/}
 CATEGORIES=	net security
 MASTER_SITES=	https://dist.torproject.org/
@@ -73,7 +73,6 @@ REPLACE_BASH+=		scripts/maint/run_check_subsystem_order.sh
 
 REPLACE_PERL+=		scripts/maint/checkOptionDocs.pl.in
 REPLACE_PERL+=		scripts/maint/checkSpace.pl
-REPLACE_PERL+=		scripts/maint/checkOptionDocs.pl
 REPLACE_PERL+=		scripts/coccinelle/test-operator-cleanup
 
 .include "options.mk"
diff --git a/tor-dev/distinfo b/tor-dev/distinfo
index 72e5359469..d2d5173875 100644
--- a/tor-dev/distinfo
+++ b/tor-dev/distinfo
@@ -1,9 +1,8 @@
 $NetBSD$
 
-SHA1 (tor-0.4.5.2-alpha.tar.gz) = 6cf08dc35864bdd9b46dabe45118d8937f6df8a1
-RMD160 (tor-0.4.5.2-alpha.tar.gz) = 04b2406c7c34b9787239f5b76f5ffc775f673a5d
-SHA512 (tor-0.4.5.2-alpha.tar.gz) = ca3f55522b198fd69abc948ef8c9dc14106b7cf6dc38f9308ca7188c713acaa07ac41c532621fc25934bf146721db99d80ca6d0fadf4a5bae7c7931a035341b9
-Size (tor-0.4.5.2-alpha.tar.gz) = 7909432 bytes
+SHA1 (tor-0.4.6.2-alpha.tar.gz) = 0d79fb8328b06a501cf26ec4d801729c099a0577
+RMD160 (tor-0.4.6.2-alpha.tar.gz) = 3e1fef8f8238a54d0af8d2b9d44dfc1999626a7b
+SHA512 (tor-0.4.6.2-alpha.tar.gz) = 4a3d20389cc5516b45448a001d50488a30e959f256be45e91dafdadb0f13339099d183d3b1a7e4f5ca1f4861312151849f8ad8e360d5f07e8135ea7cfbb2ed5f
+Size (tor-0.4.6.2-alpha.tar.gz) = 7726760 bytes
 SHA1 (patch-Makefile.in) = c190295f4702bd1e69531cab1ac61dbab451e48b
-SHA1 (patch-configure) = 427005f4fe1b1cc1a40467befec910a02bc5a449
 SHA1 (patch-src_app_config_config.c) = bac106e382207cdf22c84a52b45c791de2bdf0f8
diff --git a/tor-dev/patches/patch-configure b/tor-dev/patches/patch-configure
deleted file mode 100644
index 61600dc7e3..0000000000
--- a/tor-dev/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Avoid unportable test(1) operator.
-
---- configure.orig	2020-11-21 20:17:08.000000000 +0000
-+++ configure
-@@ -10377,7 +10377,7 @@ else
- 
-    # This is a kludge to figure out whether compilation failed, or whether
-    # running the program failed.
--   if test "$ac_retval" == "1"; then
-+   if test "$ac_retval" = "1"; then
-       openssl_ver_mismatch=inconclusive
-    else
-       openssl_ver_mismatch=yes


Home | Main Index | Thread Index | Old Index