FreeBSD Bugzilla – Attachment 244837 Details for
Bug 273775
security/rhash: update to 1.4.4 and fix build with lld 17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/rhash: fix build with lld 17
security__rhash-fix-lld17-build-2.diff (text/plain), 1.64 KB, created by
Dimitry Andric
on 2023-09-14 13:36:42 UTC
(
hide
)
Description:
security/rhash: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-09-14 13:36:42 UTC
Size:
1.64 KB
patch
obsolete
>commit e685ddacfe96050741646218942307d582022c29 >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2023-09-14 15:32:09 +0200 > > security/rhash: fix build with lld 17 > > With lld 17, which has become more strict about undefined symbols in > version scripts, security/rhash fails to link its librhash.so: > > ld: error: version script assignment of 'global' to symbol 'rhash_wfile' failed: symbol not defined > > This has been fixed in https://github.com/rhash/RHash/commit/e4b8b92, > so apply it. > > PR: 273775 > >diff --git a/security/rhash/Makefile b/security/rhash/Makefile >index 0b598b7921a5..84ecb2c4921e 100644 >--- a/security/rhash/Makefile >+++ b/security/rhash/Makefile >@@ -1,9 +1,13 @@ > PORTNAME= rhash > PORTVERSION= 1.4.3 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= SF > DISTNAME= ${PORTNAME}-${PORTVERSION}-src > >+PATCH_SITES= https://github.com/rhash/RHash/commit/ >+PATCHFILES+= e4b8b9282709cfe875b8996f3f318212b3d0a52e.patch:-p1 >+ > MAINTAINER= danfe@FreeBSD.org > COMMENT= Utility and library for computing and checking of file hashes > WWW= http://rhash.sourceforge.net/ >diff --git a/security/rhash/distinfo b/security/rhash/distinfo >index 391dc48921f4..20d1dbb4d013 100644 >--- a/security/rhash/distinfo >+++ b/security/rhash/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1655392419 >+TIMESTAMP = 1694698258 > SHA256 (rhash-1.4.3-src.tar.gz) = 1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e > SIZE (rhash-1.4.3-src.tar.gz) = 429290 >+SHA256 (e4b8b9282709cfe875b8996f3f318212b3d0a52e.patch) = c211f77cdba7bc74f3f3ea20e3777506ae33f92f848e4ebd8ecee2f78b8007e5 >+SIZE (e4b8b9282709cfe875b8996f3f318212b3d0a52e.patch) = 2128
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273775
:
244829
|
244835
| 244837