depends: tor_linux: update to 0.4.8.12

This commit is contained in:
tobtoht 2024-06-19 13:50:18 +02:00
parent 8ca0c98ced
commit ba88145b08
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -1,8 +1,8 @@
package=tor_linux
$(package)_version=0.4.8.10
$(package)_version=0.4.8.12
$(package)_download_path=https://dist.torproject.org/
$(package)_file_name=tor-$($(package)_version).tar.gz
$(package)_sha256_hash=e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86
$(package)_sha256_hash=ca7cc735d98e3747b58f2f3cc14f804dd789fa0fb333a84dcb6bd70adbb8c874
$(package)_dependencies=libevent openssl zlib
define $(package)_set_vars
@ -17,6 +17,12 @@ define $(package)_set_vars
$(package)_ldflags+=$(guix_ldflags)
endef
define $(package)_preprocess_cmds
rm Makefile.in aclocal.m4 ar-lib compile config.guess config.sub configure depcomp install-sh missing orconfig.h.in test-driver &&\
rm -rf doc/man &&\
autoreconf -fi
endef
define $(package)_config_cmds
$($(package)_autoconf) $($(package)_config_opts)
endef