public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: gratz@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [setup] branch master, updated. release_2.871-8-ge993e24
Date: Sun, 26 Jul 2015 18:29:00 -0000	[thread overview]
Message-ID: <20150726182946.85441.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=e993e2449417ab6f1c559b3fedc239bdb1e0a485

commit e993e2449417ab6f1c559b3fedc239bdb1e0a485
Author: Achim Gratz <Stromeko@Stromeko.DE>
Date:   Sun Jul 26 20:28:10 2015 +0200

    iniparse.yy: Fix a copy-and-paste bug
    
    	* iniparse.yy (singleitem): Fix a copy-and-paste bug, use
    	SHA512Line for SHA512 standalone checksums (unused in setup.ini).


Diff:
---
 ChangeLog   |    5 +++++
 iniparse.yy |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5fc1c86..4471acb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-26  Achim Gratz  <Stromeko@NexGo.DE>
+
+	* iniparse.yy (singleitem): Fix a copy-and-paste bug, use
+	SHA512Line for SHA512 standalone checksums (unused in setup.ini).
+
 2015-07-01  Achim Gratz  <Stromeko@NexGo.DE>
 
 	* ini.cc: Construct setup_ext_list from array until we can use
diff --git a/iniparse.yy b/iniparse.yy
index 0cd1c64..442135d 100644
--- a/iniparse.yy
+++ b/iniparse.yy
@@ -108,8 +108,8 @@ singleitem /* non-empty */
  | DIRECTORY STRING NL		{ /* TODO */ }
  | STANDARDSVERSION STRING NL	{ /* TODO */ }
  | MD5LINE MD5 NL	{ iniBuilder->buildInstallMD5 ((unsigned char *)$2); }
- | MD5LINE SHA512 NL	{ iniBuilder->buildInstallSHA512 ((unsigned char *)$2); }
- | MD5LINE SHA512B64URL NL	{ iniBuilder->buildInstallSHA512 ((unsigned char *)$2); }
+ | SHA512LINE SHA512 NL		{ iniBuilder->buildInstallSHA512 ((unsigned char *)$2); }
+ | SHA512LINE SHA512B64URL NL	{ iniBuilder->buildInstallSHA512 ((unsigned char *)$2); }
  | SOURCEPACKAGE source NL
  | CATEGORY categories NL
  | INSTALL STRING { iniBuilder->buildPackageInstall ($2); } installmeta NL


                 reply	other threads:[~2015-07-26 18:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150726182946.85441.qmail@sourceware.org \
    --to=gratz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).