Bug 47439 - [MAINTAINER] Fix security/opencdk on -CURRENT
Summary: [MAINTAINER] Fix security/opencdk on -CURRENT
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 17:20 UTC by Sergei Kolobov
Modified: 2003-01-24 23:14 UTC (History)
0 users

See Also:


Attachments
opencdk-0.4.1.patch (2.80 KB, patch)
2003-01-24 17:20 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2003-01-24 17:20:01 UTC
- Fix build on 5.x (tested on -CURRENT): use <stdlib.h> instead of <malloc.h>
- Removed bogus libgnugetopt dependency 
- Re-sort MASTER_SITES to give HTTP servers priority over FTP
- Temporarily move the main site (ftp.gnutls.org) to the end of the list
  due to its unavailability
- Use --with-libgcrypt-prefix argument to configure instead of 
  manually overriding CPPFLAGS and LDFLAGS

Files added:
- patch-tests::Makefile.in
- patch-malloc.h

I will submit the patches to the OpenCDK developers shortly for inclusion 
in the next upstream release.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-24 23:13:58 UTC
State Changed
From-To: open->closed

Committed thanks. (I used REINPLACE_CMD instead of patch-malloc.h)