Bug 139275 - [Update] security/botan to 1.8.7 stable release
Summary: [Update] security/botan to 1.8.7 stable release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 10:00 UTC by Alex Dupre
Modified: 2009-10-27 13:40 UTC (History)
0 users

See Also:


Attachments
botan.diff (10.17 KB, patch)
2009-10-01 10:00 UTC, Alex Dupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre freebsd_committer freebsd_triage 2009-10-01 10:00:02 UTC
Update Botan to latest stable release:
- switch to python configure (perl one was obsolated)
- build ECC support (option to disable it)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-01 10:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Lapo Luchini 2009-10-27 08:19:56 UTC
Jack Lloyd, the author of botan, agrees with me that now that botan ABI
is more stable (that's why soname is 1.8.2 in release 1.8.7) it has
definitely sense for FreeBSD to use libbotan.so.0 instead of
libbotan-1.8.2.so (which was selected not to break retro-compatibility
with release 1.8.2, but we're upgrading from 1.6.5 and don't have that
problem) and that he himself will use libbotan.so.1 or .so.2 in next
major relase.

I tested and approve this patch, except I would also rename the soname
.0, in order to also close ports/133026 as well as this one.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-10-27 13:38:07 UTC
ale         2009-10-27 13:37:59 UTC

  FreeBSD ports repository

  Modified files:
    security/botan       Makefile distinfo pkg-plist 
  Added files:
    security/botan/files patch-src_build_data_makefile_unix_shr.in 
  Log:
  Update to latest stable release (1.8.7):
  - switch to python configure (perl one was obsolated)
  - build ECC support (option to disable it)
  - fix shared library name
  
  PR:             ports/139275
  Submitted by:   ale
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.48      +24 -12    ports/security/botan/Makefile
  1.31      +3 -3      ports/security/botan/distinfo
  1.1       +24 -0     ports/security/botan/files/patch-src_build_data_makefile_unix_shr.in (new)
  1.30      +98 -22    ports/security/botan/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2009-10-27 13:39:07 UTC
State Changed
From-To: open->closed

Committed.