Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2607 closed defect (fixed)

UPDATE: ffp-0.0.8

Reported by: kballard (Lily Ballard) Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: ffp

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Forced SSL dependency to require DP SSL Added security to categories Bumped revision

Diff:

Index: Portfile
===================================================================
--- Portfile	(revision 24)
+++ Portfile	(revision 25)
@@ -4,7 +4,8 @@
 
 name			ffp
 version			0.0.8
-categories		net
+revision		1
+categories		net security
 platforms		darwin
 maintainers		kevin@sb.org
 description		generates fuzzy fingerprints to facilitate MiM attacks
@@ -20,7 +21,7 @@
 				sha1 50f17b355b7b108918fa2a6dc1e3e4d64cbde335
 
 depends_build	bin:ginstall:coreutils
-depends_lib		lib:libssl.0.9.7:openssl
+depends_lib		lib:XXX:openssl
 
 configure.args --with-ssl-dir=${prefix}

Change History (4)

comment:1 Changed 19 years ago by rshaw@…

Owner: changed from darwinports-bugs@… to rshaw@…

comment:2 Changed 19 years ago by rshaw@…

Status: newassigned

comment:3 Changed 19 years ago by rshaw@…

Resolution: fixed
Status: assignedclosed

Committed. Thanks, -rshaw

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: ffp added
Note: See TracTickets for help on using tickets.