Bug 251010 - security/rhash: Fails to fetch patches. Build fails.
Summary: security/rhash: Fails to fetch patches. Build fails.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-10 11:44 UTC by David Armstrong
Modified: 2020-11-11 05:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Armstrong 2020-11-10 11:44:35 UTC
/security/rhash

Fails to fetch two patches:
rhash-1.3.9-nls.patch
rhash-1.3.9-rc-segfault.patch


I was able to workaround this by manually grabbing those patches from here instead (SHA256 matches) and place them in /usr/ports/distfiles/:
https://gitlab.com/liguros/nokit/-/tree/89fbafe50b9ae89cacea834070329599313bc68a/app-crypt/rhash/files
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2020-11-11 03:55:48 UTC
Indeed, they are gone from Gentoo portage tree, apparently due to RHash update to version 1.4.0 which includes them.  We shall probably do the same.

(* Gentoo usually keeps old patches around for quite a while, not sure what happened to them this time. *)
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-11 04:49:53 UTC
A commit references this bug:

Author: danfe
Date: Wed Nov 11 04:49:21 UTC 2020
New revision: 554869
URL: https://svnweb.freebsd.org/changeset/ports/554869

Log:
  Update to version 1.4.0, this allows to drop some patches, including
  a couple from Gentoo which are no longer fetchable.

  PR:	251010

Changes:
  head/security/rhash/Makefile
  head/security/rhash/distinfo
  head/security/rhash/files/patch-Makefile
  head/security/rhash/files/patch-configure
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2020-11-11 05:58:41 UTC
Port was updated to version 1.4.0 in ports r554869 and no longer carries unfetchable external patches, thanks for reporting!