two versions of abiword-2.2.3?

From: Jeremy C. Reed <reed_at_reedmedia.net>
Date: Fri Jan 28 2005 - 20:05:46 CET

I help maintain packages for Pkgsrc[1].

Our abiword build includes a filesize and SHA1 digest of the tarball to
verify integrity of the package.

Today, we were notified it was changed. I had a quick look to see if it
was trojaned or not. I compared these two files:

SHA1 (abiword-2.2.3.tar.bz2) = f7aa7c7767c84479e061f2eae9227cb5b0f135f7
Size (abiword-2.2.3.tar.bz2) = 23468464 bytes

and a file retrieved today from belnet.dl.sourceforge.net.
It is 23472285 bytes and the SHA1 digest is
0ad900f13e535a4b55faed41b8ab8d63400c7712

So here is the diff:

diff -pruN old/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp new/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp
--- old/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp 2005-01-12 20:04:37.000000000 +0000
+++ new/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp 2005-01-14 23:24:52.000000000 +0000
@@ -92,7 +92,7 @@ AbiOts_invoke(AV_View* v, EV_EditMethodC
   XAP_Frame *pFrame = XAP_App::getApp()->getLastFocussedFrame();
   FV_View* pView = static_cast<FV_View*>(pFrame->getCurrentView());

- const unsigned char * dictionary_file = reinterpret_cast<const unsigned char *>(XAP_EncodingManager::get_instance()->getLanguageISOName());
+ const char * dictionary_file = XAP_EncodingManager::get_instance()->getLanguageISOName();

   OtsArticle * article = ots_new_article ();
   if (!ots_load_xml_dictionary (article, dictionary_file))

The abiword pkgsrc maintainer said that AbiWord 2.2.3 was announced on
versiontracker.com (for Mac) on January 12th. The 2.2.3 version was
available via sourceforge on that day.

Please consider bumping version numbers when making changes even if simple
like diff above.

Please don't make the same filename available when the content differs.

 Jeremy C. Reed

                             open source, Unix, *BSD, Linux training
                            http://www.pugetsoundtechnology.com/
Received on Fri Jan 28 20:19:38 2005

This archive was generated by hypermail 2.1.8 : Fri Jan 28 2005 - 20:19:41 CET