Bug 193281 - security/libsodium: resolve undefined reference to __stack_chk_fail_local for pre-10 i386 FreeBSD
Summary: security/libsodium: resolve undefined reference to __stack_chk_fail_local for...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Some People
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 12:58 UTC by Andriy Voskoboinyk
Modified: 2015-02-05 21:22 UTC (History)
3 users (show)

See Also:


Attachments
Workaround for libsodium (743 bytes, patch)
2014-09-03 12:58 UTC, Andriy Voskoboinyk
koobs: maintainer-approval? (vsevolod)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-09-03 12:58:47 UTC
Created attachment 146729 [details]
Workaround for libsodium

Fix libsodium on systems without libc.so ldscript.
Comment 1 Nick Hovaker 2015-02-05 20:35:04 UTC
Has there been any update on this?
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-05 21:14:49 UTC
A commit references this bug:

Author: vsevolod
Date: Thu Feb  5 21:14:32 UTC 2015
New revision: 378492
URL: https://svnweb.freebsd.org/changeset/ports/378492

Log:
  - Update to 1.0.2
  - Resolve undefined reference for pre-10 i386 FreeBSD [1]
  - Do not touch dependant ports as SONAME is unchanged

  PR:		193281 [1]
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com> [1]

Changes:
  head/security/libsodium/Makefile
  head/security/libsodium/distinfo
  head/security/libsodium/pkg-plist
Comment 3 Vsevolod Stakhov freebsd_committer freebsd_triage 2015-02-05 21:22:54 UTC
Committed, thank you! It seems, I've missed this report for a long time.