View | Details | Raw Unified | Return to bug 262287
Collapse All | Expand All

(-)b/security/tor-devel/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: peter.thoenen@yahoo.com
1
# Created by: peter.thoenen@yahoo.com
2
2
3
PORTNAME=	tor
3
PORTNAME=	tor
4
DISTVERSION=	0.4.7.2-alpha
4
DISTVERSION=	0.4.7.4-alpha
5
CATEGORIES=	security net
5
CATEGORIES=	security net
6
MASTER_SITES=	TOR
6
MASTER_SITES=	TOR
7
PKGNAMESUFFIX=	-devel
7
PKGNAMESUFFIX=	-devel
(-)b/security/tor-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1635524945
1
TIMESTAMP = 1646193247
2
SHA256 (tor-0.4.7.2-alpha.tar.gz) = 9f6fff2f38949bef59144d69bc4b8604c68516a6308ca6c4b5ab583c266a3f08
2
SHA256 (tor-0.4.7.4-alpha.tar.gz) = d90ad948698c10df85bca1a7a33664d9b161fab8ca87eaf7915e678a83ea2696
3
SIZE (tor-0.4.7.2-alpha.tar.gz) = 7821412
3
SIZE (tor-0.4.7.4-alpha.tar.gz) = 7855828
(-)b/security/tor-devel/files/patch-doc_asciidoc-helper.sh (-1 / +12 lines)
Added Link Here
0
- 
1
--- doc/asciidoc-helper.sh.orig	2022-03-02 04:01:16 UTC
2
+++ doc/asciidoc-helper.sh
3
@@ -12,9 +12,6 @@ if [ $# != 3 ]; then
4
     exit 1
5
 fi
6
 
7
-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')"
8
-export SOURCE_DATE_EPOCH
9
-
10
 output=$3
11
 
12
 if [ "$1" = "html" ]; then

Return to bug 262287