gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-4-1-45-ge67b138


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-4-1-45-ge67b138
Date: Mon, 15 Mar 2010 21:43:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=e67b1385bdc67ee9bbb072dd204fe6e018d34363

The branch, master has been updated
       via  e67b1385bdc67ee9bbb072dd204fe6e018d34363 (commit)
       via  9de900f8854fdd1c1b4bb3ddbb00c7dc86be8932 (commit)
       via  5a403a98aa40b586c786d96465ebc20d78151454 (commit)
       via  f22f35844f6d07d382255bc4c1fa5981015cedf4 (commit)
      from  6f01632381668f357d8aee7050cc250073067169 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e67b1385bdc67ee9bbb072dd204fe6e018d34363
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 22:43:36 2010 +0100

    Update.

commit 9de900f8854fdd1c1b4bb3ddbb00c7dc86be8932
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 22:43:01 2010 +0100

    Rename.

commit 5a403a98aa40b586c786d96465ebc20d78151454
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 22:42:18 2010 +0100

    Drop update-po in lib/.

commit f22f35844f6d07d382255bc4c1fa5981015cedf4
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 22:41:51 2010 +0100

    cfg.mk fixes.

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk                         |   10 +++---
 doc/{ANNOUNCE => announce.txt} |   57 ++++++++++++++++++++-------------------
 lib/cfg.mk                     |    9 +-----
 3 files changed, 35 insertions(+), 41 deletions(-)
 rename doc/{ANNOUNCE => announce.txt} (67%)

diff --git a/cfg.mk b/cfg.mk
index 2236e4c..509b6e8 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -42,13 +42,13 @@ autoreconf:
        mv $(build_aux)/config.rpath- $(build_aux)/config.rpath
 
 update-po:
-       $(MAKE) -C lib update-po PACKAGE=libgsasl
+       $(MAKE) -C lib refresh-po PACKAGE=libgsasl
        $(MAKE) refresh-po PACKAGE=gsasl
-       for f in `ls po/*.po | grep -v quot.po`; do \
+       for f in `ls lib/po/*.po po/*.po | grep -v quot.po`; do \
                cp $$f $$f.in; \
        done
-       git add po/*.po.in
-       git commit -m "Sync with TP." po/LINGUAS po/*.po.in
+       git add {lib/,}po/*.po.in
+       git commit -m "Sync with TP." {lib/,}po/LINGUAS {lib/,}po/*.po.in
 
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)
@@ -91,7 +91,7 @@ upload:
        cd lib && make upload
        git push
        git push --tags
-       gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.gz
+       gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
 
 web:
diff --git a/doc/ANNOUNCE b/doc/announce.txt
similarity index 67%
rename from doc/ANNOUNCE
rename to doc/announce.txt
index 3a0ea07..860df08 100644
--- a/doc/ANNOUNCE
+++ b/doc/announce.txt
@@ -1,28 +1,29 @@
 To: address@hidden, address@hidden
-Subject: GNU SASL 1.4.1
+Subject: GNU SASL 1.4.2
 <#part sign=pgpmime>
 GNU SASL is a modern C library that implement the standard network
-security protocol Simple Authentication and Security Layer (SASL).
-The framework itself and a couple of common SASL mechanisms (including
+security protocol Simple Authentication and Security Layer (SASL).  The
+framework itself and a couple of common SASL mechanisms (including
 SCRAM-SHA-1) are implemented.  GNU SASL can be used by network
 applications for IMAP, SMTP, XMPP and similar protocols to provide
 authentication services.
 
 Top-level NEWS entries:
 
-* Version 1.4.1 (released 2010-02-16) [stable]
+* Version 1.4.2 (released 2010-03-15) [stable]
 
-** gsasl: Improve application data throughput.
-Patch from Enrico Scholz <address@hidden> in
-<http://thread.gmane.org/gmane.comp.gnu.gsasl.general/256>.
+** i18n: Updated translations.
 
-** Improve MinGW builds.
+Library (lib/) NEWS entries:
 
-** i18n: Updated German translation.
+* Version 1.4.2 (released 2010-03-15) [stable]
 
-Library (lib/) NEWS entries:
+** SCRAM: Encode and decode username/authzid properly.
+Before any username/authzid that contained '=' or ',' would not work.
+
+** Fix typo in error message for GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR.
 
-* Version 1.4.1 (released 2010-02-16) [stable]
+** i18n: Updated translations.
 
 ** API and ABI modifications.
 No changes since last version.
@@ -67,16 +68,16 @@ invited to join our help-gsasl mailing list, see:
 <http://lists.gnu.org/mailman/listinfo/help-gsasl>.
 
 Here are the compressed sources of the entire package:
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.1.tar.gz (3.9MB)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.1.tar.gz.sig (PGP)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.2.tar.gz (3.9MB)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.2.tar.gz.sig (PGP)
 
 Here are the compressed sources of the LGPL library (included above):
-  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.4.1.tar.gz (976KB)
-  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.4.1.tar.gz.sig (PGP)
+  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.4.2.tar.gz (976KB)
+  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.4.2.tar.gz.sig (PGP)
 
 We also provide pre-built Windows binaries:
-  http://josefsson.org/gnutls4win/gsasl-1.4.1.zip
-  http://josefsson.org/gnutls4win/mingw32-gsasl_1.4.1-1_all.deb
+  http://josefsson.org/gnutls4win/gsasl-1.4.2.zip
+  http://josefsson.org/gnutls4win/mingw32-gsasl_1.4.2-1_all.deb
 
 Here are the build reports for various platforms:
   http://autobuild.josefsson.org/gsasl/
@@ -91,11 +92,11 @@ For code coverage and cyclomatic code complexity charts:
 The software is cryptographically signed by the author using an
 OpenPGP key identified by the following information:
 
-pub   1280R/B565716F 2002-05-05 [expires: 2010-04-21]
+pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
       Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
-uid                  Simon Josefsson <address@hidden>
 uid                  Simon Josefsson <address@hidden>
-sub   1280R/4D5D40AE 2002-05-05 [expires: 2010-04-21]
+uid                  Simon Josefsson <address@hidden>
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2011-03-30]
 
 The key is available from:
   http://josefsson.org/key.txt
@@ -103,17 +104,17 @@ The key is available from:
 
 Here are the SHA-1 and SHA-224 checksums:
 
-2971d0c1916adb973209d5ff71421319d337f739  gsasl-1.4.1.tar.gz
-d757efd94046fe85e8d6b3530c80e0e9c61b4b3bfd6b48c47a1b34b4  gsasl-1.4.1.tar.gz
+d08a15af40db3394576af6907b6c6ef14950f242  gsasl-1.4.2.tar.gz
+29fa81cdeb0d35b280cd2c200c5ff7f25e107887f8cbb83385aa11d9  gsasl-1.4.2.tar.gz
 
-1f40f29ab3343b241832e591f8421f05b3019412  libgsasl-1.4.1.tar.gz
-7865fda2257b84547fba7cd815983a186108217b24bfc9478d4cbe1c  libgsasl-1.4.1.tar.gz
+bc16a6c309d5cb55d5ec5a8441e15a2330c66628  libgsasl-1.4.2.tar.gz
+71008dcc0fdb2044571a0dd74e179468665c85b558973e9b37271e1b  libgsasl-1.4.2.tar.gz
 
-a44c24b6aceb85d9c57affdf9373bd6bd747c14e  gsasl-1.4.1.zip
-9a46c7ef64ddd05b6b8bd3243b8d12eb0a2a60a80a60964df6e716f7  gsasl-1.4.1.zip
+f8d9fb0798261a10653dd721d5b871fec41645c6  gsasl-1.4.2.zip
+48db1bf7898c9ac59d74c3a992a117abad445bf64520644e2c994c6c  gsasl-1.4.2.zip
 
-0de7be4295e6ae2835a3d6ceeaf666da55ee4018  mingw32-gsasl_1.4.1-1_all.deb
-11c98e2ca08f58effc069ce73babc07d3e35dcfcf7a541977ac79d68  
mingw32-gsasl_1.4.1-1_all.deb
+9519e72196b779e740af96c116edee4daf2014be  mingw32-gsasl_1.4.2-1_all.deb
+3faa7fff1004de069ba2071c6abc50d05addb0f68354e7a11b502a8c  
mingw32-gsasl_1.4.2-1_all.deb
 
 Happy hacking,
 Simon
diff --git a/lib/cfg.mk b/lib/cfg.mk
index d872202..137d5aa 100644
--- a/lib/cfg.mk
+++ b/lib/cfg.mk
@@ -35,13 +35,6 @@ autoreconf:
        test -f ./configure || autoreconf --install
        mv build-aux/config.rpath- build-aux/config.rpath
 
-update-po: refresh-po
-       for f in `ls po/*.po | grep -v quot.po`; do \
-               cp $$f $$f.in; \
-       done
-       git add po/*.po.in
-       git commit -m "Sync with TP." po/LINGUAS po/*.po.in
-
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)
 
@@ -60,5 +53,5 @@ prepare:
        git commit -m Generated. ChangeLog
 
 upload:
-       gnupload --to ftp.gnu.org:gsasl $(distdir).tar.gz
+       gnupload --to alpha.gnu.org:gsasl $(distdir).tar.gz
        cp -v $(distdir).tar.gz $(distdir).tar.gz.sig ../../releases/gsasl/


hooks/post-receive
-- 
GNU gsasl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]