Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (92157eb29c6ed97dd964972cc569a89be1a1b317)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (92157eb29c6ed97dd964972cc569a89be1a1b317)
  • Date: Sun, 20 Jun 2010 05:48:14 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

dev/null |binary
kernels/xen-kernel/DETAILS | 2 +-
kernels/xen-kernel/HISTORY | 3 +++
libs/galib/DETAILS | 17 ++++++++---------
libs/galib/HISTORY | 4 ++++
libs/libtrash/DETAILS | 4 ++--
libs/libtrash/HISTORY | 3 +++
net/bind/DETAILS | 9 +++++----
net/bind/HISTORY | 3 +++
security/scanssh/0A2F87E5.gpg |binary
security/scanssh/DETAILS | 11 +++++++++--
security/scanssh/HISTORY | 5 +++++
utils/xen-tools/DETAILS | 5 ++++-
utils/xen-tools/HISTORY | 4 ++++
utils/xen-tools/xen-4.0.0.tar.gz.sig | 0
utils/xen-tools/xen.gpg |binary
16 files changed, 51 insertions(+), 19 deletions(-)

New commits:
commit 92157eb29c6ed97dd964972cc569a89be1a1b317
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xen-tools: converted to upstream signature checking

commit d5ae26daf15f96a1eb17eab37cef95eb2c7a7881
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

scanssh: converted to upstream signature checking

commit 25d365d5d77a7fe1f6fb70fee847a8322a197932
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

bind: updated spell to 9.7.1 & little fixes

commit 9598951532affa6e234d0f0c0c301783a9d9bbfe
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libtrash: updated spell to 3.2

commit 25702820d4b222763f9383ac3980ef779e74c4ed
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

galib: updated spell to 247 & fixed SOURCE_URL[0]

commit 55aca892c1ae07e812f7a4745460862d399206a2
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xen-kernel: fixed SOURCE2_GPG

diff --git a/kernels/xen-kernel/DETAILS b/kernels/xen-kernel/DETAILS
index 4ea74d8..e01c91b 100755
--- a/kernels/xen-kernel/DETAILS
+++ b/kernels/xen-kernel/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/xen-${VERSION}-src
SOURCE2_URL=http://www.kernel.org/pub/linux/kernel/v2.6/${SOURCE2}
SOURCE3_URL=${SOURCE2_URL}.sign
SOURCE_GPG=gurus.gpg:${SOURCE}.sig
- SOURCE2_GPG=kernel.gpg:${SOURCE2}.sig
+ SOURCE2_GPG=kernel.gpg:${SOURCE2}.sign:UPSTREAM_KEY
WEB_SITE=http://xen.sourceforge.net/
ENTERED=20041110
UPDATED=20041206
diff --git a/kernels/xen-kernel/HISTORY b/kernels/xen-kernel/HISTORY
index fed98eb..26e49d7 100644
--- a/kernels/xen-kernel/HISTORY
+++ b/kernels/xen-kernel/HISTORY
@@ -1,3 +1,6 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE2_GPG
+
2010-06-15 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: added SOURCE3_IGNORE for signature

diff --git a/libs/galib/DETAILS b/libs/galib/DETAILS
index fcf0eba..2024db5 100755
--- a/libs/galib/DETAILS
+++ b/libs/galib/DETAILS
@@ -1,19 +1,18 @@
SPELL=galib
- VERSION=246
+ VERSION=247
SOURCE=$SPELL$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL$VERSION
- SOURCE_URL[0]=ftp://lancet.mit.edu/pub/ga/$SOURCE
- SOURCE_URL[1]=http://lancet.mit.edu/ga/dist/$SOURCE
- SOURCE_HASH=sha1:00a0901e86fb0a2d5672d61318632cbb985749a8
+ SOURCE_URL[0]=http://lancet.mit.edu/ga/dist/$SOURCE
+
SOURCE_HASH=sha512:9c2aca29f24d3f8401ba65c246a0ca7d1fa67e4f756a5258cdb0da111842ea2903c2d70cfd9d60823c9703bcb3415ca670a731924e99878d5536c2f7eb0faba4
WEB_SITE=http://lancet.mit.edu/ga/
LICENSE[0]=MIT
ENTERED=20030517
KEYWORDS="libs"
SHORT="A C++ Library of Genetic Algorithm Components."
cat << EOF
-GAlib contains a set of C++ genetic algorithm objects. The library includes
tools for
-using genetic algorithms to do optimization in any C++ program using any
representation
-and genetic operators. The documentation includes an extensive overview of
how to
-implement a genetic algorithm as well as examples illustrating
customizations to the
-GAlib classes.
+GAlib contains a set of C++ genetic algorithm objects. The library includes
+tools for using genetic algorithms to do optimization in any C++ program
using
+any representation and genetic operators. The documentation includes an
+extensive overview of how to implement a genetic algorithm as well as
+examples illustrating customizations to the GAlib classes.
EOF
diff --git a/libs/galib/HISTORY b/libs/galib/HISTORY
index bd774d3..892c237 100644
--- a/libs/galib/HISTORY
+++ b/libs/galib/HISTORY
@@ -1,3 +1,7 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 247 & fixed SOURCE_URL[0]
+ fixed long description wrap
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

diff --git a/libs/libtrash/DETAILS b/libs/libtrash/DETAILS
index 007fe4e..548d6c7 100755
--- a/libs/libtrash/DETAILS
+++ b/libs/libtrash/DETAILS
@@ -1,9 +1,9 @@
SPELL=libtrash
- VERSION=2.4
+ VERSION=3.2
SOURCE=$SPELL-latest.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://pages.stern.nyu.edu/~marriaga/software/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:827557a0e9eda48c227cb69efe06cc1bac4164cf81c01d555e2b4674242d57c9941d11fe1fa6ebf9101899835608f0eaf96dd9c5e9bd464da23c1fdc49257819
+
SOURCE_HASH=sha512:a19b31b0b1e3dc890186eeb21bdaef034a142ecaca115beaf4e1bff09bca2c8ea07ca60c41f069fa0c4cd63b200b24768b273cf573d721371b772786bbe72f12
LICENSE[0]=GPL
WEB_SITE=http://pages.stern.nyu.edu/~marriaga/software/libtrash/
ENTERED=20020525
diff --git a/libs/libtrash/HISTORY b/libs/libtrash/HISTORY
index 9e308b9..8198767 100644
--- a/libs/libtrash/HISTORY
+++ b/libs/libtrash/HISTORY
@@ -1,3 +1,6 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 3.2
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index 584791e..3c97761 100755
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,13 +1,14 @@
SPELL=bind
- VERSION=9.7.0-P1
+ VERSION=9.7.1
SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE2=root.zone.gz
- SOURCE3=$SOURCE.sha512.asc
+ SOURCE2_IGNORE=unversioned
+ SOURCE3=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE_URI=$VERSION/$SOURCE
- SOURCE_URL[0]=ftp://ftp.epix.net/pub/isc/bind9/$SOURCE_URI
+ SOURCE_URL[0]=ftp://ftp.isc.org/isc/bind9/$SOURCE_URI
SOURCE_URL[1]=http://isc.software-archive.net/bind9/$SOURCE_URI
- SOURCE_URL[2]=ftp://ftp.isc.org/isc/bind9/$SOURCE_URI
+ SOURCE_URL[2]=ftp://ftp.epix.net/pub/isc/bind9/$SOURCE_URI
SOURCE2_URL[0]=ftp://ftp.internic.net/domain/$SOURCE2
SOURCE3_URL[0]=ftp://ftp.isc.org/isc/bind9/$VERSION/$SOURCE3
SOURCE3_IGNORE=signature
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index 9d58e58..ace855b 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,6 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 9.7.1 & little fixes
+
2010-04-01 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: added, copy from bind-tools

diff --git a/security/scanssh/0A2F87E5.gpg b/security/scanssh/0A2F87E5.gpg
new file mode 100644
index 0000000..478e162
Binary files /dev/null and b/security/scanssh/0A2F87E5.gpg differ
diff --git a/security/scanssh/DETAILS b/security/scanssh/DETAILS
index 40d377f..349979f 100755
--- a/security/scanssh/DETAILS
+++ b/security/scanssh/DETAILS
@@ -1,14 +1,21 @@
SPELL=scanssh
VERSION=2.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.monkey.org/~provos/$SOURCE
- MD5[0]=7a296ce18df299f1b992e9f303f85bb5
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=0A2F87E5.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.monkey.org/~provos/scanssh/
ENTERED=20040929
LICENSE[0]=BSD
KEYWORDS="security"
SHORT="scans the given addresses and networks for running
services"
cat << EOF
-ScanSSH scans a list of addresses and networks for open proxies, SSH
protocol servers, Web, and SMTP servers. Where possible, it displays the
version number of the running services. It supports random selection of IP
addresses from large network ranges and is useful for gathering statistics on
the deployment of SSH protocol servers in a company or the Internet as a
whole.
+ScanSSH scans a list of addresses and networks for open proxies, SSH protocol
+servers, Web, and SMTP servers. Where possible, it displays the version
number
+of the running services. It supports random selection of IP addresses from
+large network ranges and is useful for gathering statistics on the deployment
+of SSH protocol servers in a company or the Internet as a whole.
EOF
diff --git a/security/scanssh/HISTORY b/security/scanssh/HISTORY
index cb71a48..0b25c4d 100644
--- a/security/scanssh/HISTORY
+++ b/security/scanssh/HISTORY
@@ -1,3 +1,8 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: converted to upstream signature checking
+ fixed long description wrap
+ * 0A2F87E5.gpg: added gpg keyring
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/utils/xen-tools/DETAILS b/utils/xen-tools/DETAILS
index c9247c2..8834207 100755
--- a/utils/xen-tools/DETAILS
+++ b/utils/xen-tools/DETAILS
@@ -2,9 +2,12 @@
PACKAGE=xen
VERSION=4.0.0
SOURCE=${PACKAGE}-${VERSION}.tar.gz
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE2=$SOURCE.sig
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=xen.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PACKAGE}-${VERSION}

SOURCE_URL[0]=http://bits.xensource.com/oss-xen/release/${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
WEB_SITE=http://www.xen.org
ENTERED=20041110
PATCHLEVEL=1
diff --git a/utils/xen-tools/HISTORY b/utils/xen-tools/HISTORY
index 7844df4..5e961f1 100644
--- a/utils/xen-tools/HISTORY
+++ b/utils/xen-tools/HISTORY
@@ -1,3 +1,7 @@
+2010-06-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: converted to upstream signature checking
+ * xen.gpg: added gpg keyring from kernels/xen-hypervisor
+
2010-04-07 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 4.0
* DEPENDS: added missing dependency on curl, fixes bug #10009
diff --git a/utils/xen-tools/xen-4.0.0.tar.gz.sig
b/utils/xen-tools/xen-4.0.0.tar.gz.sig
deleted file mode 100644
index 93f27df..0000000
Binary files a/utils/xen-tools/xen-4.0.0.tar.gz.sig and /dev/null differ
diff --git a/utils/xen-tools/xen.gpg b/utils/xen-tools/xen.gpg
new file mode 100644
index 0000000..4b34419
Binary files /dev/null and b/utils/xen-tools/xen.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (92157eb29c6ed97dd964972cc569a89be1a1b317), Bor Kraljič, 06/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page