Skip to Content.
Sympa Menu

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

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 (1bb21f23e3e0b0f3a151e22e9e4dfbf59a9ff186)
  • Date: Sat, 27 Feb 2016 16:20:59 +0000

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

http/palemoon/BUILD | 3 +++
http/palemoon/DETAILS | 4 ++--
http/palemoon/HISTORY | 10 ++++++++++
net/megatools/DEPENDS | 6 ++++--
net/megatools/DETAILS | 11 +++++++----
net/megatools/HISTORY | 8 ++++++++
net/megatools/megous.gpg |binary
7 files changed, 34 insertions(+), 8 deletions(-)

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

megatools: => 1.9.97

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

palemoon: => 26.1.1 [security]

diff --git a/http/palemoon/BUILD b/http/palemoon/BUILD
index c4b4659..e12e134 100755
--- a/http/palemoon/BUILD
+++ b/http/palemoon/BUILD
@@ -34,6 +34,9 @@ PM_CONFIG="--prefix=${INSTALL_ROOT}/usr \
${PALEMOON_OPTS} \
${OPTS}" &&

+# Using a system-provided NSS library is currently not supported
+PM_CONFIG="--without-system-nss $PM_CONFIG" &&
+
# TODO: we don't have recent libpng yet
PM_CONFIG="--without-system-png $PM_CONFIG" &&

diff --git a/http/palemoon/DETAILS b/http/palemoon/DETAILS
index 950049f..c3bea5a 100755
--- a/http/palemoon/DETAILS
+++ b/http/palemoon/DETAILS
@@ -1,6 +1,6 @@
SPELL=palemoon
- VERSION=26.0.0
- SECURITY_PATCH=4
+ VERSION=26.1.1
+ SECURITY_PATCH=6
SOURCE=${SPELL}-${VERSION}-source.7z
SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=ftp://source:current AT ftp.palemoon.org/${SOURCE}
diff --git a/http/palemoon/HISTORY b/http/palemoon/HISTORY
index a81267b..99ca6f6 100644
--- a/http/palemoon/HISTORY
+++ b/http/palemoon/HISTORY
@@ -1,3 +1,13 @@
+2016-02-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 26.1.1
+ * DEPENDS: added configure flag and comment about system nss
+
+2016-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 26.1.0; SECURITY_PATCH++
+
+2016-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++, this was a security update
+
2016-01-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 26.0.0
* DEPENDS: nss removed
diff --git a/net/megatools/DEPENDS b/net/megatools/DEPENDS
index 83b00ac..1308b49 100755
--- a/net/megatools/DEPENDS
+++ b/net/megatools/DEPENDS
@@ -1,7 +1,6 @@
depends glib2 &&
depends curl &&
depends SSL &&
-depends glib-networking &&

optional_depends gobject-introspection \
"--enable-introspection" \
@@ -13,4 +12,7 @@ optional_depends asciidoc \
"--disable-docs-build" \
"to build man pages instead of using bundled ones" &&

-optional_depends fuse "" "" "to build megafs utility"
+optional_depends fuse \
+ "--with-fuse" \
+ "--without-fuse" \
+ "to build megafs utility"
diff --git a/net/megatools/DETAILS b/net/megatools/DETAILS
index 4fa9b12..ef056c7 100755
--- a/net/megatools/DETAILS
+++ b/net/megatools/DETAILS
@@ -1,13 +1,16 @@
SPELL=megatools
- VERSION=1.9.92
+ VERSION=1.9.97
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://megatools.megous.com/builds/$SOURCE
-
SOURCE_HASH=sha512:a2b1da7c97473fb921bd54933cc87f4be07203d17898066aca73a3b37390fc157c23baa8ed5a3c1f2be37a88af952e3737d321f327f0567c6d5d929e094e3102
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=megous.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://megatools.megous.com/
LICENSE[0]=GPL
ENTERED=20140929
- SHORT="command line client for mega.co.nz"
+ SHORT="command line client for mega.nz"
cat << EOF
Megatools is a collection of programs for accessing Mega service from a
command
line of your desktop or server.
@@ -22,5 +25,5 @@ control of your encryption keys.
Megatools are robust and optimized for fast operation - as fast as Mega
servers
allow. Memory requirements and CPU utilization are kept at minimum.

-Mega website can be found at mega.co.nz.
+Mega website can be found at mega.nz.
EOF
diff --git a/net/megatools/HISTORY b/net/megatools/HISTORY
index 9128a70..d59d0e2 100644
--- a/net/megatools/HISTORY
+++ b/net/megatools/HISTORY
@@ -1,2 +1,10 @@
+2016-02-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.9.97; updated Mega website; switched to
+ upstream GPG-checking
+ * DEPENDS: removed glib-networking, relies on curl now; added
configure
+ flags for fuse
+ * megous.gpg: added, imported A7BB2AC1 public key (Ondrej Jirman
+ <megous AT megous.com>)
+
2014-09-29 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/net/megatools/megous.gpg b/net/megatools/megous.gpg
new file mode 100644
index 0000000..e2c7073
Binary files /dev/null and b/net/megatools/megous.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1bb21f23e3e0b0f3a151e22e9e4dfbf59a9ff186), Vlad Glagolev, 02/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page