Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d9e4d40b33cab44526a6631b6e761c4a3a51e5ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d9e4d40b33cab44526a6631b6e761c4a3a51e5ca)
  • Date: Wed, 4 Apr 2018 19:08:01 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
crypto/opmsg/DETAILS | 4 ++--
crypto/opmsg/HISTORY | 3 +++
mail/getmail/DETAILS | 4 ++--
mail/getmail/HISTORY | 3 +++
net/openresolv/BUILD | 1 +
net/openresolv/DEPENDS | 1 +
net/openresolv/DETAILS | 23 +++++++++++++++++++++++
net/openresolv/HISTORY | 3 +++
net/openresolv/INSTALL | 1 +
net/zeromq/DETAILS | 4 ++--
net/zeromq/HISTORY | 3 +++
utils/yad/DETAILS | 4 ++--
utils/yad/HISTORY | 3 +++
14 files changed, 52 insertions(+), 8 deletions(-)

New commits:
commit d9e4d40b33cab44526a6631b6e761c4a3a51e5ca
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

yad: => 0.40.0

commit 43e7dd99e42cfa34db90594a2ac38821268241a0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

zeromq: => 4.2.5

commit b13a9985d636129cff3961dbc370e3a14907d7f9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

opmsg: => 1.78

commit 143b5f321bc8734f12deca82856d8b8bacf66ff9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

getmail: => 5.6

commit 3312c4ca249023abbf9c459817d84e4917cd8a37
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openresolv: new spell, DNS management framework

diff --git a/ChangeLog b/ChangeLog
index 0c91bcd..1d0c57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/openresolv: new spell, DNS management framework
+
2018-04-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libglvnd: new spell, a vendor-neutral OpenGL
dispatcher

diff --git a/crypto/opmsg/DETAILS b/crypto/opmsg/DETAILS
index 572fe19..4099e54 100755
--- a/crypto/opmsg/DETAILS
+++ b/crypto/opmsg/DETAILS
@@ -1,8 +1,8 @@
SPELL=opmsg
- VERSION=1.77
+ VERSION=1.78
SOURCE=${SPELL}-rel-${VERSION}s.tar.gz

SOURCE_URL[0]=https://github.com/stealth/${SPELL}/archive/rel-${VERSION}s.tar.gz
-
SOURCE_HASH=sha512:346d989981291d266d71e06f10052c4249549445b5f2e496036311ff2cda33cef5b4f23ce61ff14391db340426af89f7fc14cde90b8837103c9ed5a2a8b03b62
+
SOURCE_HASH=sha512:bfd3a9dfcc5082f4f7e3988d31c9e7ef499dd9726565f8fa21d631698c5821bcf080ff2b46488f1a93a997ff76a6e106343d85358b25a2785ce184419372cd23
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-rel-${VERSION}s"
WEB_SITE=https://github.com/stealth/opmsg
LICENSE[0]=GPL
diff --git a/crypto/opmsg/HISTORY b/crypto/opmsg/HISTORY
index 88b25fd..a6ac08e 100644
--- a/crypto/opmsg/HISTORY
+++ b/crypto/opmsg/HISTORY
@@ -1,3 +1,6 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.78
+
2017-12-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.77
* DEPENDS: added missing compiler dependency
diff --git a/mail/getmail/DETAILS b/mail/getmail/DETAILS
index cd42d32..8c776af 100755
--- a/mail/getmail/DETAILS
+++ b/mail/getmail/DETAILS
@@ -1,8 +1,8 @@
SPELL=getmail
- VERSION=5.5
+ VERSION=5.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pyropus.ca/software/${SPELL}/old-versions/${SOURCE}
-
SOURCE_HASH=sha512:c14d1f737cf0b8cfda8af0ca638fa6aea730afdaea7a8fbb5c5b5eaba8d070ef225bce9e2691cd9ddd0775e273243fcb4bb70c2fea7755a64c1eeba37961e351
+
SOURCE_HASH=sha512:7ee34f214ab4d98d1b34e46abba61561133f27edf1f64bb9c5d5f671e6944724d1773234bd8ab626607b732cc54fd335cbfcb69fdff8f4d8fcdb33108b25bafd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
GATHER_DOCS=off
WEB_SITE=http://pyropus.ca/software/getmail
diff --git a/mail/getmail/HISTORY b/mail/getmail/HISTORY
index 3988d12..bda92cf3 100644
--- a/mail/getmail/HISTORY
+++ b/mail/getmail/HISTORY
@@ -1,3 +1,6 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.6
+
2017-12-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.5

diff --git a/net/openresolv/BUILD b/net/openresolv/BUILD
new file mode 100755
index 0000000..20a96a7
--- /dev/null
+++ b/net/openresolv/BUILD
@@ -0,0 +1 @@
+default_build
diff --git a/net/openresolv/DEPENDS b/net/openresolv/DEPENDS
new file mode 100755
index 0000000..a780ada
--- /dev/null
+++ b/net/openresolv/DEPENDS
@@ -0,0 +1 @@
+suggest_depends systemd "" "" "for systemd support"
diff --git a/net/openresolv/DETAILS b/net/openresolv/DETAILS
new file mode 100755
index 0000000..79ee410
--- /dev/null
+++ b/net/openresolv/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=openresolv
+ VERSION=3.9.0
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE_URL[0]=https://roy.marples.name/downloads/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=ftp://roy.marples.name/pub/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4498db60f0b5a762194dd3651b94cc8b01a349a8cfb891e10d040cd6b8e22fa0e9897909517831591787ad22ffad97c78d3281e32296aa1ee67de5dff9bf765e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://roy.marples.name/projects/openresolv
+ LICENSE[0]=BSD
+ ENTERED=20180403
+ KEYWORDS="net"
+ SHORT="DNS management framework"
+cat << EOF
+openresolv is a resolvconf implementation which manages resolv.conf.
+
+This resolvconf implementation, along with its subscribers, work with a POSIX
+compliant shell and userland utilities. It is designed to work without tools
+such as sed as it *has* to work without /usr being available.
+
+On systems where resolvconf is expected to be used before /var/run is
available
+for writing, you can configure openresolv to write somewhere else, like say a
+ramdisk.
+EOF
diff --git a/net/openresolv/HISTORY b/net/openresolv/HISTORY
new file mode 100644
index 0000000..f528c68
--- /dev/null
+++ b/net/openresolv/HISTORY
@@ -0,0 +1,3 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE, INSTALL: created spell, version
+ 3.9.0
diff --git a/net/openresolv/INSTALL b/net/openresolv/INSTALL
new file mode 100755
index 0000000..5a6f8f4
--- /dev/null
+++ b/net/openresolv/INSTALL
@@ -0,0 +1 @@
+default_install
diff --git a/net/zeromq/DETAILS b/net/zeromq/DETAILS
index acbfe54..573f697 100755
--- a/net/zeromq/DETAILS
+++ b/net/zeromq/DETAILS
@@ -1,8 +1,8 @@
SPELL=zeromq
- VERSION=4.2.3
+ VERSION=4.2.5
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/${SPELL}/libzmq/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:8ac588a7a4db9d65586dd7b501999edac151e1d03056c1014d7ded6cd4bcf5bb4f81252b47d89d60c3ad7d527685218992bf5853b4656c0702e0f64c2d77712b
+
SOURCE_HASH=sha512:4556cb50d05a6d133015a0ba804d6d951a47479a33fa29561eaeecb93d48b7bb6477365d0986c38b779f500cadaf08522c4a7aa13f5510303bd923f794d37036
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE=http://zeromq.org/
diff --git a/net/zeromq/HISTORY b/net/zeromq/HISTORY
index a0c27e8..104e98e 100644
--- a/net/zeromq/HISTORY
+++ b/net/zeromq/HISTORY
@@ -1,3 +1,6 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.2.5
+
2018-01-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.2.3
* DEPENDS: added libunwind flags
diff --git a/utils/yad/DETAILS b/utils/yad/DETAILS
index 8a21648..510a42b 100755
--- a/utils/yad/DETAILS
+++ b/utils/yad/DETAILS
@@ -1,8 +1,8 @@
SPELL=yad
- VERSION=0.39.0
+ VERSION=0.40.0
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}-dialog/${SOURCE}
-
SOURCE_HASH=sha512:99b149e1f902b0c44481d12166579219e5b7ed2be2393e08f1a8a9a0baa26ca506f87e6b037e38c308e92eae0efea1e27ffa4d0bd2c41da21c81759b9bfefd34
+
SOURCE_HASH=sha512:103193b316b74cafe8ef3da982df66e3dae17a206bc1c6852eb321507bba93fc7b54c25e959d2dbbdddc267c72b639a8cd9f1f22c03c9bccce283b4c29b8af44
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://sourceforge.net/projects/yad-dialog/
LICENSE[0]=GPL
diff --git a/utils/yad/HISTORY b/utils/yad/HISTORY
index 114539f..68c8513 100644
--- a/utils/yad/HISTORY
+++ b/utils/yad/HISTORY
@@ -1,3 +1,6 @@
+2018-04-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.40.0
+
2017-08-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.39.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d9e4d40b33cab44526a6631b6e761c4a3a51e5ca), Vlad Glagolev, 04/04/2018

Archive powered by MHonArc 2.6.24.

Top of Page