svn commit: r314429 - in head: . security/idea

Eitan Adler eadler at FreeBSD.org
Sun Mar 17 13:19:09 UTC 2013


Author: eadler
Date: Sun Mar 17 13:19:07 2013
New Revision: 314429
URL: http://svnweb.freebsd.org/changeset/ports/314429

Log:
  IDEA was no longer covered by any patents conservatively in 2012.
  
  Approved by:	ehaupt (maintainer)

Modified:
  head/LEGAL
  head/security/idea/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Sun Mar 17 12:39:11 2013	(r314428)
+++ head/LEGAL	Sun Mar 17 13:19:07 2013	(r314429)
@@ -132,7 +132,6 @@ ICON-Snow-Apple.*	x11-themes/gnome-icons
 SnowIsh-*		x11-themes/gnome-icons-snowish Author rights unclear
 ICON-Stylish.*		x11-themes/gnome-icons-stylish Author rights unclear
 ICON-Ximian-South-*	x11-themes/gnome-icons-ximian-south Author rights unclear
-idea.V*.tar.Z		security/idea		A patented algorithm that requires proper licensing
 iperf-*			benchmarks/iperf	Cannot charge a fee for the software
 jdk-6*-i586.bin		java/linux-sun-jdk16	Redistribution of repackaged binaries not permitted
 jdk-7*-i586.tar.gz	java/linux-sun-jdk17	Redistribution of repackaged binaries not permitted

Modified: head/security/idea/Makefile
==============================================================================
--- head/security/idea/Makefile	Sun Mar 17 12:39:11 2013	(r314428)
+++ head/security/idea/Makefile	Sun Mar 17 13:19:07 2013	(r314429)
@@ -15,8 +15,6 @@ COMMENT=	Command-line IDEA encryption an
 
 MAKE_JOBS_SAFE=	yes
 
-RESTRICTED=	Crypto; IDEA is a patented algorithm that requires proper licensing
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MANL=		idea.l


More information about the svn-ports-head mailing list