OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 12-Apr-2007 15:09:16 Branch: HEAD Handle: 2007041214091500 Modified files: openpkg-src/sasl sasl.patch sasl.spec Log: typo in usage information of pluginviewer(8) Summary: Revision Changes Path 1.21 +12 -0 openpkg-src/sasl/sasl.patch 1.145 +1 -1 openpkg-src/sasl/sasl.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sasl/sasl.patch ============================================================================ $ cvs diff -u -r1.20 -r1.21 sasl.patch --- openpkg-src/sasl/sasl.patch 8 Jan 2007 18:13:17 -0000 1.20 +++ openpkg-src/sasl/sasl.patch 12 Apr 2007 13:09:15 -0000 1.21 @@ -377,3 +377,15 @@ #include "lak.h" typedef struct lak_auth_method { +Index: utils/pluginviewer.c +--- utils/pluginviewer.c.orig 2006-05-17 18:46:17 +0200 ++++ utils/pluginviewer.c 2007-04-12 15:03:43 +0200 +@@ -536,7 +536,7 @@ + fprintf(stderr, "%s: Usage: %s [-a] [-s] [-c] [-b min=N,max=N] [-e ssf=N,id=ID] [-m MECHS] [-x AUXPROP_MECH] [-f FLAGS] [-i local=IP,remote=IP] [-p PATH]\n" + "\t-a\tlist auxprop plugins\n" + "\t-s\tlist server authentication (SASL) plugins\n" +- "\t-s\tlist client authentication (SASL) plugins\n" ++ "\t-c\tlist client authentication (SASL) plugins\n" + "\t-b ...\t#bits to use for encryption\n" + "\t\tmin=N\tminumum #bits to use (1 => integrity)\n" + "\t\tmax=N\tmaximum #bits to use\n" @@ . patch -p0 <<'@@ .' Index: openpkg-src/sasl/sasl.spec ============================================================================ $ cvs diff -u -r1.144 -r1.145 sasl.spec --- openpkg-src/sasl/sasl.spec 8 Jan 2007 18:13:17 -0000 1.144 +++ openpkg-src/sasl/sasl.spec 12 Apr 2007 13:09:15 -0000 1.145 @@ -33,7 +33,7 @@ Group: Cryptography License: BSD Version: 2.1.22 -Release: 20070108 +Release: 20070412 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [EMAIL PROTECTED]