OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Dec-2007 09:23:18
  Branch: HEAD                             Handle: 2007122108231701

  Modified files:
    openpkg-src/gnupg       gnupg.patch gnupg.spec

  Log:
    upgrading package: gnupg 2.0.7 -> 2.0.8

  Summary:
    Revision    Changes     Path
    1.11        +17 -18     openpkg-src/gnupg/gnupg.patch
    1.79        +2  -2      openpkg-src/gnupg/gnupg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 gnupg.patch
  --- openpkg-src/gnupg/gnupg.patch     6 Jul 2007 10:51:43 -0000       1.10
  +++ openpkg-src/gnupg/gnupg.patch     21 Dec 2007 08:23:17 -0000      1.11
  @@ -1,25 +1,24 @@
   Index: agent/genkey.c
  ---- agent/genkey.c.orig      2007-01-25 10:43:10 +0100
  -+++ agent/genkey.c   2007-02-01 09:23:19 +0100
  -@@ -87,12 +87,9 @@
  -   if (utf8_charcount (pw) < minlen ) 
  -     {
  -       char *desc = xtryasprintf 
  --        ( ngettext ("Warning:  You have entered a passphrase that%%0A"
  -+        (           "Warning:  You have entered a passphrase that%%0A"
  -                     "is obviously not secure.  A passphrase should%%0A"
  --                    "be at least %u character long.", 
  --                    "Warning:  You have entered a passphrase that%%0A"
  --                    "is obviously not secure.  A passphrase should%%0A"
  --                    "be at least %u characters long.", minlen), minlen );
  -+                    "be at least %u characters long.", minlen );
  +--- agent/genkey.c.orig      2007-11-19 16:11:31 +0100
  ++++ agent/genkey.c   2007-12-21 09:17:46 +0100
  +@@ -188,11 +188,9 @@
  +         return gpg_error (GPG_ERR_INV_PASSPHRASE);
  + 
  +       desc = xtryasprintf 
  +-        ( ngettext ("Warning: You have entered an insecure passphrase.%%0A"
  ++        (           "Warning: You have entered an insecure passphrase.%%0A"
  +                     "A passphrase should be at least %u character long.", 
  +-                    "Warning: You have entered an insecure passphrase.%%0A"
  +-                    "A passphrase should be at least %u characters long.", 
  +-                    minlen), minlen );
  ++                    minlen);
          if (!desc)
            return gpg_error_from_syserror ();
  -       
  +       err = take_this_one_anyway (ctrl, desc);
   Index: configure
  ---- configure.orig   2007-01-31 15:09:31 +0100
  -+++ configure        2007-02-01 09:17:47 +0100
  -@@ -6916,13 +6916,13 @@
  +--- configure.orig   2007-12-20 09:40:04 +0100
  ++++ configure        2007-12-21 09:08:55 +0100
  +@@ -6909,13 +6909,13 @@
    # Check wether it is necessary to link against libdl.
    #
    gnupg_dlopen_save_libs="$LIBS"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.spec
  ============================================================================
  $ cvs diff -u -r1.78 -r1.79 gnupg.spec
  --- openpkg-src/gnupg/gnupg.spec      11 Sep 2007 05:57:47 -0000      1.78
  +++ openpkg-src/gnupg/gnupg.spec      21 Dec 2007 08:23:18 -0000      1.79
  @@ -32,8 +32,8 @@
   Class:        PLUS
   Group:        PGP
   License:      GPL
  -Version:      2.0.7
  -Release:      20070911
  +Version:      2.0.8
  +Release:      20071221
   
   #   package options
   %option       with_curl  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to