public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ./ChangeLog ./Makefile.am ./download.cc  ...
@ 2012-11-08 19:12 yselkowitz
  0 siblings, 0 replies; 3+ messages in thread
From: yselkowitz @ 2012-11-08 19:12 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	yselkowitz@sourceware.org	2012-11-08 13:12:17

Modified files:
	.              : ChangeLog Makefile.am download.cc 
	csu_util       : MD5Sum.cc MD5Sum.h 
Removed files:
	libmd5-rfc     : README md5.c md5.h md5main.c 

Log message:
	* Makefile.am (EXTRA_DIST): Remove libmd5-rfc files.
	(setup_SOURCES): Ditto.
	* download.cc: Remove unused include.
	* csu_util/MD5Sum.cc: Port from libmd5-rfc to libgcrypt.
	* csu_util/MD5Sum.h: Ditto.
	* libmd5-rfc/*: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.782&r2=2.783
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.87&r2=2.88
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.55&r2=2.56
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/csu_util/MD5Sum.cc.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/csu_util/MD5Sum.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/README.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5.c.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5main.c.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] 3+ messages in thread

* setup ./ChangeLog ./Makefile.am ./download.cc  ...
@ 2004-11-22 18:15 maxb
  0 siblings, 0 replies; 3+ messages in thread
From: maxb @ 2004-11-22 18:15 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-22 18:15:34

Modified files:
	.              : ChangeLog Makefile.am download.cc install.cc 
	                 package_source.h 
Added files:
	csu_util       : MD5Sum.cc MD5Sum.h 
Removed files:
	.              : MD5++.cc MD5++.h 

Log message:
	2004-11-22  Max Bowsher  <maxb@ukf.net>
	
	* MD5++.cc, MD5++.h: Remove this class.
	* csu_util/MD5Sum.cc, csu_util/MD5Sum.h: New more complete MD5 class.
	* Makefile.am (setup_SOURCES): Adjust to new files.
	* download.cc (validateCachedPackage): Simplify, using the new class.
	* install.cc (md5_one): Ditto.
	* package_source.h (packagesource::md5): Change to be an object of the
	new class.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.457&r2=2.458
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.44&r2=2.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.42&r2=2.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.67&r2=2.68
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_source.h.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/MD5++.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/MD5++.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/csu_util/MD5Sum.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/csu_util/MD5Sum.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* setup ./ChangeLog ./Makefile.am ./download.cc  ...
@ 2004-11-11 21:42 maxb
  0 siblings, 0 replies; 3+ messages in thread
From: maxb @ 2004-11-11 21:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-11 21:42:06

Modified files:
	.              : ChangeLog Makefile.am download.cc install.cc 
Added files:
	libmd5-rfc     : README md5.c md5.h md5main.c 
Removed files:
	.              : md5.c md5.h 

Log message:
	2004-11-11  Max Bowsher  <maxb@ukf.net>
	
	* libmd5-rfc: New directory, to hold code imported from the libmd5-rfc
	project in a clearly delineated fashion.
	* libmd5-rfc/README: New file.
	* md5.c, md5.h: Delete...
	* libmd5-rfc/md5.c, libmd5-rfc/md5.h: ...and replace with pristine
	versions from upstream (only change is restoration of upstream CVS
	keyword expansions).
	* libmd5-rfc/md5main.c: New file.
	* Makefile.ami (setup_SOURCES): Edit file paths.
	* download.cc, install.cc: Edit include paths.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.444&r2=2.445
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.43&r2=2.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.40&r2=2.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.65&r2=2.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/md5.c.diff?cvsroot=cygwin-apps&r1=2.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/md5.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/README.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5.c.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/libmd5-rfc/md5main.c.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-08 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-08 19:12 setup ./ChangeLog ./Makefile.am ./download.cc yselkowitz
  -- strict thread matches above, loose matches on Subject: below --
2004-11-22 18:15 maxb
2004-11-11 21:42 maxb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).