Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (07b4ea7f180414126673b22bc462c4ef203c75ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (07b4ea7f180414126673b22bc462c4ef203c75ce)
  • Date: Thu, 3 May 2018 19:32:55 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/gnupg-2.2/DETAILS | 2 +-
crypto/gnupg-2.2/HISTORY | 3 +++
crypto/gpgme/CONFIGURE | 2 +-
crypto/gpgme/DETAILS | 4 ++++
crypto/gpgme/HISTORY | 5 ++++-
crypto/gpgme/PREPARE | 2 +-
net/dhcpcd/DETAILS | 9 ++++-----
net/dhcpcd/HISTORY | 3 +++
8 files changed, 21 insertions(+), 9 deletions(-)

New commits:
commit 07b4ea7f180414126673b22bc462c4ef203c75ce
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/dhcpcd: version 7.0.4

commit 02d198218ddde6ccf315da49372802ac2f07b920
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gpgme: added 1.11 branch, version 1.11.1

commit e0c2eb71900fe6f6ff5813258b8d91f8de4488ca
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gnupg-2.2: version 2.2.7

diff --git a/crypto/gnupg-2.2/DETAILS b/crypto/gnupg-2.2/DETAILS
index 84badd1..419707c 100755
--- a/crypto/gnupg-2.2/DETAILS
+++ b/crypto/gnupg-2.2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnupg-2.2
- VERSION=2.2.6
+ VERSION=2.2.7
SECURITY_PATCH=0
SOURCE=gnupg-$VERSION.tar.bz2
SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/gnupg/$SOURCE
diff --git a/crypto/gnupg-2.2/HISTORY b/crypto/gnupg-2.2/HISTORY
index 3a9df71..1f23067 100644
--- a/crypto/gnupg-2.2/HISTORY
+++ b/crypto/gnupg-2.2/HISTORY
@@ -1,3 +1,6 @@
+2018-05-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.2.7
+
2018-04-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.2.6

diff --git a/crypto/gpgme/CONFIGURE b/crypto/gpgme/CONFIGURE
index 5feec9c..c06af3f 100755
--- a/crypto/gpgme/CONFIGURE
+++ b/crypto/gpgme/CONFIGURE
@@ -1,6 +1,6 @@
source $GRIMOIRE/config_query_multi.function
case $GPGME_BRANCH in
- 1.[7-10])
+ 1.[7-11])
config_query_multi GPG_LANG "which languages bindings to support" \
qt c++ python
;;
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index ce4de96..d28eeb3 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -52,6 +52,10 @@ case $GPGME_BRANCH in
VERSION=1.10.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
;;
+ 1.11)
+ VERSION=1.11.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ ;;
esac

SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/$SPELL/$SOURCE
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 100597e..ac24413 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,5 +1,8 @@
+2018-05-03 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DETAILS, PREPARE: added 1.11 branch, version 1.11.1
+
2018-03-18 Treeve Jelbert <treeve AT sourcemage.org>
- ^ DETAILS: use https for download
+ * DETAILS: use https for download

2017-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix for qt5
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index 44eaee7..0d2e198 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -8,7 +8,7 @@ if [[ ! -z "${GPGME_OLD}" ]]; then
fi &&

config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?"
\
- DEFAULT 0.3 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 &&
+ DEFAULT 0.3 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 &&

if [[ -z "$GPGME_BRANCH" ]] || [[ $GPGME_BRANCH == DEFAULT ]]; then
GPGME_BRANCH="1.3"
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 58a6c96..3e0c8f7 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,10 +1,11 @@
SPELL=dhcpcd
- VERSION=7.0.3
-
SOURCE_HASH=sha256:a255d9aecceb1c77a9862f1c0d31a48ba37aab5ef2ca5ad76fc7a907b6ea292e:UPSTREAM_HASH
+ VERSION=7.0.4
+
SOURCE_HASH="sha256:1fa414be34383578e2c343dfc8cdcb95e2da74f62121b394c88d60698c889a78:UPSTREAM_HASH"
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=https://roy.marples.name/downloads/$SPELL/$SOURCE
+ SOURCE_URL[0]="https://roy.marples.name/downloads/${SPELL}/${SOURCE}";
+ SOURCE_URL[1]="ftp://roy.marples.name/pub/${SPELL}/${SOURCE}";
WEB_SITE=https://roy.marples.name/projects/dhcpcd/
LICENSE=GPL
ENTERED=20011126
@@ -15,6 +16,4 @@ dhcpcd is an RFC2131-, RFC2132-, and RFC1541-compliant DHCP
client daemon. It
gets an IP address and other information from the DHCP server, automatically
configures the network interface, and tries to renew the lease time according
to RFC2131 or RFC1541.
-
-DHCPCD is now hosted at BerliOS and has new maintainers.
EOF
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index 9610e49..cddf5d3 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,6 @@
+2018-05-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 7.0.4, added ftp mirror, corrected long description
+
2018-04-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.0.3
* DEPENDS: dropped useless gnupg



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (07b4ea7f180414126673b22bc462c4ef203c75ce), Pavel Vinogradov, 05/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page