Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb610c46038eef11f5a32d32ea61128d49ceaf7a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb610c46038eef11f5a32d32ea61128d49ceaf7a)
  • Date: Wed, 12 Mar 2008 01:03:54 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
net/ddclient/DETAILS | 12 +++++-----
net/ddclient/HISTORY | 4 +++
net/ddclient/ddclient-3.7.3.tar.bz2.sig |binary
net/dnsmasq/DEPENDS | 4 +++
net/dnsmasq/DETAILS | 12 +++++-----
net/dnsmasq/HISTORY | 7 +++++
net/dnsmasq/PRE_BUILD | 6 +++++
net/dnsmasq/dnsmasq-2.40.tar.gz.sig |binary
net/portmap/BUILD | 2 -
net/portmap/DEPENDS | 6 ++++-
net/portmap/DETAILS | 14 +++++------
net/portmap/HISTORY | 9 +++++++
net/portmap/PRE_BUILD | 6 +----
net/portmap/errno_fix.patch | 33
----------------------------
net/portmap/portmap-6.0.tgz.sig |binary
net/stunnel/BUILD | 8 ------
net/stunnel/DETAILS | 4 +--
net/stunnel/HISTORY | 5 ++++
net/stunnel/INSTALL | 8 ++++++
net/vtun/DETAILS | 10 ++++----
net/vtun/HISTORY | 4 +++
net/vtun/vtun-3.0.1.tar.gz.sig |binary
net/wvstreams/DETAILS | 6 ++---
net/wvstreams/HISTORY | 3 ++
science/chemtool/DETAILS | 2 -
science/chemtool/HISTORY | 3 ++
science/chemtool/chemtool-1.6.10.tar.gz.sig | 0
science/chemtool/chemtool-1.6.11.tar.gz.sig |binary
29 files changed, 91 insertions(+), 77 deletions(-)

New commits:
commit cb610c46038eef11f5a32d32ea61128d49ceaf7a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

portmap: Updated to 6.0 (first release in 10 years)

commit f9479de6800cf7bf64c2c1175eb597d960f0f7b0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

vtun: Updated to 3.0.1

commit f67d130bcfb31749a9158d187e9abf5d4ecb805c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ddclient: Updated to 3.7.3

commit d9dd566aa41e176189e31bb3a6031d2d2ff19af1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

chemtool: Updated to 1.6.11

commit b87406ce49fa7d135e000d9561c8cee984d216ed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dnsmasq: Updated to 2.40 and optionally use dbus

commit c15bc99c2484a46223265bc9461627f65bb44d9d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wvstreams: Updated to 4.4.1

commit a297bb6fd159ca6bc14ee801697ca62f5005ca95
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

stunnel: Updated to 4.21

diff --git a/net/ddclient/DETAILS b/net/ddclient/DETAILS
index d019190..e0512bd 100755
--- a/net/ddclient/DETAILS
+++ b/net/ddclient/DETAILS
@@ -1,16 +1,16 @@
SPELL=ddclient
- VERSION=3.7.0
+ VERSION=3.7.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://ddclient.sourceforge.net/
-
SOURCE_HASH=sha512:b193450f702e9645de85030cd600add9efedf5235c1f3e2cc28870fdc9ae4920fe5f69ed58aed4be35576046a8ed2c3a8de355ac555b7b19764718d24b3fc5a3
- ENTERED=20020423
- UPDATED=20030822
+#
SOURCE_HASH=sha512:b193450f702e9645de85030cd600add9efedf5235c1f3e2cc28870fdc9ae4920fe5f69ed58aed4be35576046a8ed2c3a8de355ac555b7b19764718d24b3fc5a3
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
- DOCS="$DOCS sample-*"
KEYWORDS="dns net"
+ WEB_SITE=http://ddclient.sourceforge.net/
+ ENTERED=20020423
SHORT="client for some dynamic DNS services"
+ DOCS="$DOCS sample-*"
cat << EOF
ddclient is a Perl client used to update dynamic DNS
entries for accounts on many dynamic DNS services.
diff --git a/net/ddclient/HISTORY b/net/ddclient/HISTORY
index a8d84a4..d0494e8 100644
--- a/net/ddclient/HISTORY
+++ b/net/ddclient/HISTORY
@@ -1,3 +1,7 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.7.3
+ Removed UPDATED
+
2007-06-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added suggested io-socket-ssl #13765

diff --git a/net/ddclient/ddclient-3.7.3.tar.bz2.sig
b/net/ddclient/ddclient-3.7.3.tar.bz2.sig
new file mode 100644
index 0000000..35ea93c
Binary files /dev/null and b/net/ddclient/ddclient-3.7.3.tar.bz2.sig differ
diff --git a/net/dnsmasq/DEPENDS b/net/dnsmasq/DEPENDS
new file mode 100755
index 0000000..812f805
--- /dev/null
+++ b/net/dnsmasq/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends 'dbus' \
+ '--enable-dbus' \
+ '--disable-dbus' \
+ 'for experimental DBus configuration support'
diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS
index b8c9025..d02391f 100755
--- a/net/dnsmasq/DETAILS
+++ b/net/dnsmasq/DETAILS
@@ -1,15 +1,15 @@
SPELL=dnsmasq
- VERSION=2.33
+ VERSION=2.40
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.thekelleys.org.uk/dnsmasq/$SOURCE
-
SOURCE_HASH=sha512:003c0489289ddb84f17b5d0db679054a219a6c4acd431ca215aa54239490ad235ac217a220626818c42f69b8581fc1570ed04296eb6aa26bff0ad991950c7bb9
- WEB_SITE=http://www.thekelleys.org.uk/dnsmasq/doc.html
- ENTERED=20020225
- UPDATED=20030822
+#
SOURCE_HASH=sha512:003c0489289ddb84f17b5d0db679054a219a6c4acd431ca215aa54239490ad235ac217a220626818c42f69b8581fc1570ed04296eb6aa26bff0ad991950c7bb9
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ WEB_SITE=http://www.thekelleys.org.uk/dnsmasq/doc.html
KEYWORDS="net"
- SHORT="Dnsmasq is a lightweight, easy to configure DNS forwarder
and DHCP server."
+ ENTERED=20020225
+ SHORT="Lightweight, easy to configure DNS forwarder and DHCP
server"

cat << EOF
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
diff --git a/net/dnsmasq/HISTORY b/net/dnsmasq/HISTORY
index ffa780c..ef8c812 100644
--- a/net/dnsmasq/HISTORY
+++ b/net/dnsmasq/HISTORY
@@ -1,3 +1,10 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.40
+ Removed UPDATED
+ Shortened SHORT
+ * DEPENDS: Optionally depends on dbus
+ * PRE_BUILD: If dbus is wanted, enable it
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/dnsmasq/PRE_BUILD b/net/dnsmasq/PRE_BUILD
new file mode 100755
index 0000000..001e089
--- /dev/null
+++ b/net/dnsmasq/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+if list_find "$OPTS" "--enable-dbus"; then
+ sedit 's:.*#define HAVE_DBUS.*:#define HAVE_DBUS:' \
+ $SOURCE_DIRECTORY/src/config.h
+fi
diff --git a/net/dnsmasq/dnsmasq-2.40.tar.gz.sig
b/net/dnsmasq/dnsmasq-2.40.tar.gz.sig
new file mode 100644
index 0000000..f072e7d
Binary files /dev/null and b/net/dnsmasq/dnsmasq-2.40.tar.gz.sig differ
diff --git a/net/portmap/BUILD b/net/portmap/BUILD
index fd79a2a..b7e5945 100755
--- a/net/portmap/BUILD
+++ b/net/portmap/BUILD
@@ -1 +1 @@
-make WRAP_DIR=${INSTALL_ROOT}/usr/lib
+make WRAP_DIR=${INSTALL_ROOT}/usr/lib $OPTS
diff --git a/net/portmap/DEPENDS b/net/portmap/DEPENDS
index 19a1749..b020ce0 100755
--- a/net/portmap/DEPENDS
+++ b/net/portmap/DEPENDS
@@ -1,3 +1,7 @@
depends gnupg &&
depends smgl-fhs &&
-depends tcp_wrappers
+
+optional_depends 'tcp_wrappers' \
+ 'NO_TCP_WRAPPER=""' \
+ 'NO_TCP_WRAPPER="disable"' \
+ 'for TCP wrapper support'
diff --git a/net/portmap/DETAILS b/net/portmap/DETAILS
index 3f46179..0c8fab2 100755
--- a/net/portmap/DETAILS
+++ b/net/portmap/DETAILS
@@ -1,13 +1,13 @@
SPELL=portmap
- VERSION=4
- SOURCE=${SPELL}_$VERSION.tar.gz
+ VERSION=6.0
+ SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
- SOURCE_URL[0]=ftp://ftp.porcupine.org/pub/security/$SOURCE
- WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
-
SOURCE_HASH=sha512:58454a6e0b9ff9d167e5734fbc7fa1287edd9b37c10496b574020254e3052231ef97dad48d11fc808edeec5102e7820a5aea19e697498c9774f6b27515aa2cfc
- ENTERED=20010922
- UPDATED=20030822
+ SOURCE_URL[0]=http://neil.brown.name/$SPELL/$SOURCE
+#
SOURCE_HASH=sha512:58454a6e0b9ff9d167e5734fbc7fa1287edd9b37c10496b574020254e3052231ef97dad48d11fc808edeec5102e7820a5aea19e697498c9774f6b27515aa2cfc
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
KEYWORDS="net"
+ WEB_SITE=http://neil.brown.name/portmap/
+ ENTERED=20010922
SHORT="For managing RPC connections, used by NFS/NIS protocols."
cat << EOF
The portmapper manages RPC connections, which are used by protocols such
diff --git a/net/portmap/HISTORY b/net/portmap/HISTORY
index c10c504..2d86d49 100644
--- a/net/portmap/HISTORY
+++ b/net/portmap/HISTORY
@@ -1,3 +1,12 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 6.0 (first release in 10 years! :))
+ Removed UPDATED
+ Now maintained by Neil Brown at http://neil.brown.name/portmap/
+ * DEPENDS: tcp_wrappers is now optional
+ * PRE_BUILD: No longer apply errno_fix.patch
+ * BUILD: Pass dependency options
+ * errno_fix.patch: Removed, now applied upstream
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/portmap/PRE_BUILD b/net/portmap/PRE_BUILD
index 872d107..87b604a 100755
--- a/net/portmap/PRE_BUILD
+++ b/net/portmap/PRE_BUILD
@@ -1,6 +1,4 @@
-default_pre_build &&
-
+default_pre_build &&
cd $SOURCE_DIRECTORY &&

-sedit "s/const char \*what/__const char \*what/" portmap.c &&
-patch -p1 < $SCRIPT_DIRECTORY/errno_fix.patch
+sedit "s/const char \*what/__const char \*what/" portmap.c
diff --git a/net/portmap/errno_fix.patch b/net/portmap/errno_fix.patch
deleted file mode 100644
index ba0d977..0000000
--- a/net/portmap/errno_fix.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Nur portmap_4.orig/Makefile portmap_4/Makefile
---- portmap_4.orig/Makefile 2003-04-07 01:22:01.000000000 +0200
-+++ portmap_4/Makefile 2003-04-07 01:22:21.000000000 +0200
-@@ -50,7 +50,8 @@
-
- # Auxiliary object files that may be missing from your C library.
- #
--AUX = daemon.o strerror.o
-+AUX = daemon.o
-+#strerror.o
-
- # NEXTSTEP is a little different. The following seems to work with NS 3.2
- #
-diff -Nur portmap_4.orig/portmap.c portmap_4/portmap.c
---- portmap_4.orig/portmap.c 2003-04-07 01:22:01.000000000 +0200
-+++ portmap_4/portmap.c 2003-04-07 01:22:57.000000000 +0200
-@@ -85,6 +85,7 @@
- #include <stdio.h>
- #include <syslog.h>
- #include <netdb.h>
-+#include <errno.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <sys/wait.h>
-@@ -124,7 +125,7 @@
- static void callit();
- struct pmaplist *pmaplist;
- int debugging = 0;
--extern int errno;
-+/*extern int errno;*/
-
- #include "pmap_check.h"
-
diff --git a/net/portmap/portmap-6.0.tgz.sig b/net/portmap/portmap-6.0.tgz.sig
new file mode 100644
index 0000000..c9785c2
Binary files /dev/null and b/net/portmap/portmap-6.0.tgz.sig differ
diff --git a/net/stunnel/BUILD b/net/stunnel/BUILD
index 355faa1..2257fb6 100755
--- a/net/stunnel/BUILD
+++ b/net/stunnel/BUILD
@@ -12,14 +12,6 @@ case $CERTIFICATE in

y|Y|j|J)
./configure $OPTS &&
- make cert <<EOF &&
-$COUNTRY_NAME
-$PROVINCE_NAME
-$LOCALITY_NAME
-$ORG_NAME
-$ORG_UNIT_NAME
-$COMMON_NAME
-EOF
make all &&
rm -f /etc/stunnel/stunnel.pem
;;
diff --git a/net/stunnel/DETAILS b/net/stunnel/DETAILS
index 687cd4b..f55c382 100755
--- a/net/stunnel/DETAILS
+++ b/net/stunnel/DETAILS
@@ -1,5 +1,5 @@
SPELL=stunnel
- VERSION=4.20
+ VERSION=4.21
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -10,8 +10,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG="stunnel.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE2_IGNORE=signature
WEB_SITE=http://www.stunnel.org/
- ENTERED=20011108
KEYWORDS="net"
+ ENTERED=20011108
SHORT="Multiplatform SSL tunneling proxy"
cat << EOF
The stunnel program is designed to work as an SSL encryption wrapper between
diff --git a/net/stunnel/HISTORY b/net/stunnel/HISTORY
index 2e11694..f5ff118 100644
--- a/net/stunnel/HISTORY
+++ b/net/stunnel/HISTORY
@@ -1,3 +1,8 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.21
+ * BUILD, INSTALL: OpenSSL query is now in `make install` and there is
no
+ target stunnel.pem called from `make cert`
+
2007-01-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.20
convert to gpg checking
diff --git a/net/stunnel/INSTALL b/net/stunnel/INSTALL
new file mode 100755
index 0000000..4caac86
--- /dev/null
+++ b/net/stunnel/INSTALL
@@ -0,0 +1,8 @@
+make install <<EOF
+$COUNTRY_NAME
+$PROVINCE_NAME
+$LOCALITY_NAME
+$ORG_NAME
+$ORG_UNIT_NAME
+$COMMON_NAME
+EOF
diff --git a/net/vtun/DETAILS b/net/vtun/DETAILS
index 456c0b0..7c1c017 100755
--- a/net/vtun/DETAILS
+++ b/net/vtun/DETAILS
@@ -1,14 +1,14 @@
SPELL=vtun
- VERSION=2.6
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:6984aad411784b5bdb2152bedc4aae366ec2513d013c5b9a9e5889d540140a6523c72a6dafda6d6f75ceadf7f22b6b6ac534092946eed1534bd7f9eeecd9bcf5
+#
SOURCE_HASH=sha512:6984aad411784b5bdb2152bedc4aae366ec2513d013c5b9a9e5889d540140a6523c72a6dafda6d6f75ceadf7f22b6b6ac534092946eed1534bd7f9eeecd9bcf5
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ KEYWORDS="net"
WEB_SITE=http://vtun.sourceforge.net
ENTERED=20030527
- UPDATED=20030822
- KEYWORDS="net"
SHORT="VTun creates Virtual Tunnels over TCP/IP networks"
cat << EOF
VTun is the easiest way to create Virtual Tunnels over TCP/IP networks
diff --git a/net/vtun/HISTORY b/net/vtun/HISTORY
index 9345920..a334105 100644
--- a/net/vtun/HISTORY
+++ b/net/vtun/HISTORY
@@ -1,3 +1,7 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.0.1
+ Removed UPDATED
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/vtun/vtun-3.0.1.tar.gz.sig b/net/vtun/vtun-3.0.1.tar.gz.sig
new file mode 100644
index 0000000..2cacea4
Binary files /dev/null and b/net/vtun/vtun-3.0.1.tar.gz.sig differ
diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS
index 0c3fa94..4920644 100755
--- a/net/wvstreams/DETAILS
+++ b/net/wvstreams/DETAILS
@@ -1,16 +1,16 @@
SPELL=wvstreams
- VERSION=4.4
+ VERSION=4.4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://wvstreams.googlecode.com/files/$SOURCE
SOURCE2_URL[0]=http://alumnit.ca/download/$SOURCE2
- SOURCE_GPG=wlach.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ SOURCE_GPG=wlach.gpg:$SOURCE.asc:UPSTREAM_KEY
LICENSE[0]=GPL
WEB_SITE=http://open.nit.ca/wiki/?page=WvStreams
- ENTERED=20040601
KEYWORDS="net"
+ ENTERED=20040601
SHORT="A network programming library written in C++."
cat << EOF
WvStreams is a network programming library in C++. WvStreams aims to be an
diff --git a/net/wvstreams/HISTORY b/net/wvstreams/HISTORY
index 60e36ac..cade5ee 100644
--- a/net/wvstreams/HISTORY
+++ b/net/wvstreams/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.4.1
+
2007-08-19 Elisamuel Resto <ryuji AT mages.ath.cx>
* DETAILS: updated version to 4.4, changed SOURCE_URL and SOURCE2_URL
to match
upstream, changed gpg keyring name
diff --git a/science/chemtool/DETAILS b/science/chemtool/DETAILS
index 0568d24..6395aae 100755
--- a/science/chemtool/DETAILS
+++ b/science/chemtool/DETAILS
@@ -1,5 +1,5 @@
SPELL=chemtool
- VERSION=1.6.10
+ VERSION=1.6.11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ruby.chemie.uni-freiburg.de/~martin/chemtool/$SOURCE
diff --git a/science/chemtool/HISTORY b/science/chemtool/HISTORY
index b2e898f..e2190da 100644
--- a/science/chemtool/HISTORY
+++ b/science/chemtool/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.6.11
+
2007-04-24 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.6.10
Removed UPDATED
diff --git a/science/chemtool/chemtool-1.6.10.tar.gz.sig
b/science/chemtool/chemtool-1.6.10.tar.gz.sig
deleted file mode 100644
index f1555ce..0000000
Binary files a/science/chemtool/chemtool-1.6.10.tar.gz.sig and /dev/null
differ
diff --git a/science/chemtool/chemtool-1.6.11.tar.gz.sig
b/science/chemtool/chemtool-1.6.11.tar.gz.sig
new file mode 100644
index 0000000..3531575
Binary files /dev/null and b/science/chemtool/chemtool-1.6.11.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb610c46038eef11f5a32d32ea61128d49ceaf7a), Eric Sandall, 03/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page