rpms/drivel/devel drivel-nukemd5.sh, NONE, 1.1 sources, 1.4, 1.5 .cvsignore, 1.4, 1.5

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Sun Aug 19 21:07:57 UTC 2007


Author: pfrields

Update of /cvs/pkgs/rpms/drivel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31677

Modified Files:
	sources .cvsignore 
Added Files:
	drivel-nukemd5.sh 
Log Message:
New source tarball drivel-cvs20060527-nomd5.tar.gz:
- Removes verboten licensed files
New file drivel-nukemd5.sh
- Used to create upstream deviating tarball (cf. OpenSSH)




--- NEW FILE drivel-nukemd5.sh ---
#!/bin/sh
#
# Remove the MD5 implementation from drivel.  A subsequent patch
# fixes the source to use the beecrypt MD5 implementation instead.
#

for i in src/md5.* ; do > $i ; done


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drivel/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Jun 2006 23:54:28 -0000	1.4
+++ sources	19 Aug 2007 21:07:24 -0000	1.5
@@ -1 +1 @@
-170dd3be3ca06de8f64f37bc76028526  drivel-cvs20060527.tar.bz2
+addc9d2ae40a908eeca8177671c65280  drivel-cvs20060527-nomd5.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drivel/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Jun 2006 23:54:28 -0000	1.4
+++ .cvsignore	19 Aug 2007 21:07:24 -0000	1.5
@@ -1 +1 @@
-drivel-cvs20060527.tar.bz2
+drivel-cvs20060527-nomd5.tar.bz2




More information about the scm-commits mailing list