Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a666f9029c15770bb1769556523b690b4cb7a603)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a666f9029c15770bb1769556523b690b4cb7a603)
  • Date: Fri, 5 Jan 2018 14:17:21 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/krb5/DETAILS | 8 ++++----
crypto/krb5/HISTORY | 4 ++++
crypto/krb5/krb.gpg |binary
disk/ntfs-3g/DEPENDS | 2 +-
disk/ntfs-3g/HISTORY | 5 ++++-
python-pypi/pip/DETAILS | 4 ++--
python-pypi/pip/HISTORY | 3 +++
7 files changed, 18 insertions(+), 8 deletions(-)

New commits:
commit a666f9029c15770bb1769556523b690b4cb7a603
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ntfs-3g - fix typo

commit 3035fcf262b57493e31583cec67ee8d7c10ecabc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

krb5: => 1.16

commit 44dc4775131a4312c65fcee7a0de13b2ee226b46
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pip: => 9.0.1

diff --git a/crypto/krb5/DETAILS b/crypto/krb5/DETAILS
index f3257f2..e2e6031 100755
--- a/crypto/krb5/DETAILS
+++ b/crypto/krb5/DETAILS
@@ -1,17 +1,17 @@
SPELL=krb5
- VERSION=1.15
+ VERSION=1.16
SECURITY_PATCH=18
VX=${VERSION%.?}
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://web.mit.edu/kerberos/dist/krb5/${VX}/$SOURCE
+ SOURCE_URL[0]=https://web.mit.edu/kerberos/dist/krb5/${VX}/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=krb.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- WEB_SITE=http://web.mit.edu/kerberos/www/
+ WEB_SITE=https://web.mit.edu/kerberos/www/
ENTERED=20020215
-
LICENSE[0]=http://web.mit.edu/kerberos/www/krb5-1.7/krb5-1.7/doc/krb5-install.html#Copyright
+
LICENSE[0]=https://web.mit.edu/kerberos/www/krb5-1.7/krb5-1.7/doc/krb5-install.html#Copyright
KEYWORDS="security crypto"
SHORT="Kerberos 5 network security protocol"
cat << EOF
diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index d5fe56c..f5176aa 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/HISTORY
@@ -1,3 +1,7 @@
+2018-01-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.16
+ * krb.gpg: add F8372DF Greg Hudson <ghudson AT mit.edu>
+
2017-08-15 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Overwrite (force) prior /usr/include/krb5/include symlink
if
it exists
diff --git a/crypto/krb5/krb.gpg b/crypto/krb5/krb.gpg
index 1e161c2..6f1d0dc 100644
Binary files a/crypto/krb5/krb.gpg and b/crypto/krb5/krb.gpg differ
diff --git a/disk/ntfs-3g/DEPENDS b/disk/ntfs-3g/DEPENDS
index b0a939d..d662360 100755
--- a/disk/ntfs-3g/DEPENDS
+++ b/disk/ntfs-3g/DEPENDS
@@ -8,4 +8,4 @@ message 'then you need internal fuse support' &&
optional_depends fuse '--with-fuse=external' \
'--with-fuse=internal' \
'use external FUSE?' &&
-suggest_depends ntfs-3g-system-compression 'support Windows 10'
+suggest_depends ntfs-3g-system-compression '' '' 'support Windows 10'
diff --git a/disk/ntfs-3g/HISTORY b/disk/ntfs-3g/HISTORY
index d1bbcc8..4940f25 100644
--- a/disk/ntfs-3g/HISTORY
+++ b/disk/ntfs-3g/HISTORY
@@ -1,4 +1,7 @@
-20118-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+2018-01-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix typo
+
+2018-01-04 Treeve Jelbert <treeve AT sourcemage.org>
* CONFIGURE BUILD: support extras, such as compression plugin.
which is needed for Windows 10
* DEPENDS: suggest ntfs-3g-system-compression
diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
index 93bfba8..d550f8f 100755
--- a/python-pypi/pip/DETAILS
+++ b/python-pypi/pip/DETAILS
@@ -1,6 +1,6 @@
SPELL=pip
- VERSION=8.1.2
-
SOURCE_HASH=sha512:a189a991fe41c2fb1a1b8d80ab7151cd8177d13fa668d91669debf72741ce6adde2187aeb3b67cde16d24af94129598945dd8ec74732f1443f8bc078dc7b9813
+ VERSION=9.0.1
+
SOURCE_HASH=sha512:1654158f7ca358567c2dab4ff5898a017d5895d34817650e50f7ab8cee8d0b67b27c03aaee58ed33c869587cfd9a4abe5397b37e4f037af1a1502cbf3e23b573
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://github.com/pypa/pip/archive/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
index d3222ab..40c58a5 100644
--- a/python-pypi/pip/HISTORY
+++ b/python-pypi/pip/HISTORY
@@ -1,3 +1,6 @@
+2017-12-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.1
+
2016-07-10 Treeve Jerlbert <treeve AT sourcemage.org>
* DETAILS: version 8.1.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a666f9029c15770bb1769556523b690b4cb7a603), Treeve Jelbert, 01/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page