Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b5be5cec5bde88be130204552b98833c3c2d1f0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b5be5cec5bde88be130204552b98833c3c2d1f0a)
  • Date: Tue, 30 Jan 2007 11:26:22 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

crypto/gnupg-exp/DETAILS | 1 +
crypto/gnupg-exp/HISTORY | 1 +
crypto/gnupg/DETAILS | 1 +
crypto/gnupg/HISTORY | 4 ++++
crypto/gnupg/TRIGGERS | 6 ++++++
5 files changed, 13 insertions(+)

New commits:
commit faaacd496601925fed1d5aedf3a61db7af343d1a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

gnupg-exp: bump patchlevel here too, adding trigger and fixing spells
broken by recent curl commit

commit 1c2da056541d694c6df186fdc4db22e233a366ee
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

gnupg: triggers for curl lib upgrades, patchlevel++ (curl was recently
upgraded, let's fix possible broken installs & add the triggers for
later)

diff --git a/crypto/gnupg-exp/DETAILS b/crypto/gnupg-exp/DETAILS
index f6e3908..3fcbdfb 100755
--- a/crypto/gnupg-exp/DETAILS
+++ b/crypto/gnupg-exp/DETAILS
@@ -14,6 +14,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
WEB_SITE=http://www.gnupg.org
ENTERED=20040224
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="gnupg crypto"
SHORT="experimental version of gnupg"
diff --git a/crypto/gnupg-exp/HISTORY b/crypto/gnupg-exp/HISTORY
index e62eeae..bf58866 100644
--- a/crypto/gnupg-exp/HISTORY
+++ b/crypto/gnupg-exp/HISTORY
@@ -1,6 +1,7 @@
2007-01-30 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Added optional_depends openldap and curl.
* TRIGGERS: Added, check for curl lib upgrades.
+ * DETAILS: PATCHLEVEL++

2006-12-06 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, filter-context-20-small.diff: added, SECURITY_PATCH=3
diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 7833f9f..e51e6ee 100755
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -25,6 +25,7 @@ fi

WEB_SITE=http://www.gnupg.org
ENTERED=20010922
+ PATCHLEVEL=1
SECURITY_PATCH=5
LICENSE[0]=GPL
KEYWORDS="crypto"
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 53013a8..e3b1958 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,7 @@
+2007-01-30 Juuso Alasuutari <iuso AT sourcemage.org>
+ * TRIGGERS: Added, check for curl lib upgrades.
+ * DETAILS: PATCHLEVEL++
+
2007-01-14 Treeve Jelbert <treeve AT pi.be>
* DEPENDS: add optional curl

diff --git a/crypto/gnupg/TRIGGERS b/crypto/gnupg/TRIGGERS
new file mode 100755
index 0000000..afc18a7
--- /dev/null
+++ b/crypto/gnupg/TRIGGERS
@@ -0,0 +1,6 @@
+. "$GRIMOIRE/is_depends_enabled.function"
+
+if is_depends_enabled $SPELL curl
+then
+ on_cast curl check_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b5be5cec5bde88be130204552b98833c3c2d1f0a), Juuso Alasuutari, 01/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page