[Lunar-commits] <moonbase> gnupg2: version bumped to 2.0.11.
Florin Braescu
florin at lunar-linux.org
Tue Mar 3 18:32:02 CET 2009
commit 43604a153e4a55cafe49fd5240f988a5f7ac41b2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 3 19:32:02 2009 +0200
gnupg2: version bumped to 2.0.11.
Bugfixes release.
---
crypto/gnupg2/DETAILS | 71 ++++++++++++++++++++++++++++--------------------
1 files changed, 41 insertions(+), 30 deletions(-)
diff --git a/crypto/gnupg2/DETAILS b/crypto/gnupg2/DETAILS
index 90946b5..af1a9c0 100644
--- a/crypto/gnupg2/DETAILS
+++ b/crypto/gnupg2/DETAILS
@@ -1,31 +1,42 @@
- MODULE=gnupg2
- VERSION=2.0.10
- SOURCE=gnupg-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
- SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/gnupg
- SOURCE_VFY=sha1:d25e41a8cc607334b707d13af819ceaa217800b5
- WEB_SITE=http://www.gnupg.org
- MAINTAINER=zbiggy at o2.pl
- ENTERED=20050516
- UPDATED=20090112
- SHORT="GnuPG 2.0 provides additional features not present in former gnupg"
- PSAFE=no
-cat << EOF
-GnuPG is GNU's tool for secure communication and data storage. It can
-be used to encrypt data and to create digital signatures. It includes
-an advanced key management facility and is compliant with the proposed
-OpenPGP Internet standard as described in RFC2440 and the S/MIME
-standard as described by several RFCs.
-GnuPG 2.0.x is the stable version of GnuPG integrating support for
-OpenPGP and S/MIME. It has a different design philosophy that splits
-functionality up into several modules. Both versions may be installed
-simultaneously without any conflict (gpg is called gpg2 in GnuPG 2).
-In fact, the gpg version from GnuPG 1.4.x is able to make use of the
-gpg-agent as included in GnuPG 2 and allows for seamless passphrase
-caching. The advantage of GnupG 1.4.x is its smaller size and no
-dependency on other modules at run and build time.
-The gpg2 behaves just like gpg; it is however suggested to
-keep using standard gpg because most applications still need classic
-gnupg.
-EOF
+
+ (************************************)
+ (* Never edit options files when *)
+ (* the daemon is running *)
+ (************************************)
+ (* SECTION : Users *)
+ (* User accounts on the core (new format) *)
+ (************************************)
+
+
+
+ (* The groups that are defined on this core.
+
+ group_admin = Are members of this group MLDonkey admins?
+ Only members of this group can change settings and see uploads.
+ *)
+ groups = [
+ { group_name = mldonkey
+ group_admin = true
+};]
+
+ (* The users that are defined on this core. The default user is
+ called 'admin', and uses an empty password. To create new users,
+ login as admin in mldonkey, and use the 'useradd' command.
+
+ user_groups = Files belonging to one of these groups can be seen by the user.
+ user_default_group = New downloads by this user will belong to this group.
+ user_commit_dir = Commit files to <incoming>/<user_commit_dir>
+ user_mail = Address used to sent confirmation mails after comitting a download
+ user_max_concurrent_downloads = Maximum number of downloads allowed, 0 = unlimited
+ *)
+ users2 = [
+ { user_name = admin
+ user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
+ user_groups = [
+ mldonkey;]
+ user_default_group = mldonkey
+ user_mail = ""
+ user_commit_dir = ""
+ user_max_concurrent_downloads = 0
+};]
More information about the Lunar-commits
mailing list