Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1a4a3284b3aa25198877cf7c898dc52eddf4f9fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1a4a3284b3aa25198877cf7c898dc52eddf4f9fb)
  • Date: Sat, 18 Feb 2017 11:34:04 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog |
4 +
crypto/nettle/DETAILS |
2
crypto/nettle/HISTORY |
3 +
dev/null
|binary
ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch |
28 ++++++++++
ftp/filezilla/DEPENDS |
6 +-
ftp/filezilla/DETAILS |
4 -
ftp/filezilla/HISTORY |
6 ++
ftp/filezilla/PRE_BUILD |
6 ++
ftp/lftp/DETAILS |
2
ftp/lftp/HISTORY |
3 +
libs/libfilezilla/DEPENDS |
1
libs/libfilezilla/DETAILS |
22 +++++++
libs/libfilezilla/HISTORY |
3 +
14 files changed, 85 insertions(+), 5 deletions(-)

New commits:
commit 1a4a3284b3aa25198877cf7c898dc52eddf4f9fb
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

ftp/filezilla: version 3.24.0

commit 11d976a8f82e5d7d0f7701cdd60175c58a5f2fef
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libfilezilla: new spell, a small and modern C++ library for building
platform-independent programs

commit c6b260d76f8865eb75de7d6534144dbb39c959e8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

crypto/nettle: version 3.3

commit 7dd55765e8aea08e3c4c2ea542eda0856728787d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

ftp/lftp: version 4.7.6

diff --git a/ChangeLog b/ChangeLog
index d61d0b6..5e21952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/libfilezilla: new spell, a small and modern C++ library for
building
+ platform-independent programs
+
2017-02-17 Ismael Luceno <ismael AT sourcemage.org>
* crypto/bully: new spell, Retrieve WPA/WPA2 passphrase from a WPS
enabled access point
diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index d73e93c..08a5d5d 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,5 +1,5 @@
SPELL=nettle
- VERSION=3.2
+ VERSION=3.3
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 9fecdf2..ec6ec9a 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,6 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.3
+
2016-02-04 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: version 3.2
SECURITY_PATCH=1 fixes CVE-2015-8803 CVE-2015-8804 CVE-2015-8805
diff --git
a/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
b/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
new file mode 100644
index 0000000..fa66b30
--- /dev/null
+++ b/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
@@ -0,0 +1,28 @@
+From e73ca9e3189667897678a900425055f111f580ec Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <bwlf AT bandrate.org>
+Date: Sat, 18 Feb 2017 12:28:35 +0100
+Subject: [PATCH] remove test for specific version of wxwidgets
+
+---
+ configure.ac | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 6aacb20..83476ea 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -177,11 +177,6 @@ if test "$buildmain" = "yes"; then
+ equivalent variable and wxWidgets version is $MIN_WX_VERSION or
above.
+ ])
+ fi
+- if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
+- AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of
wxWidgets are not supported.])
+- elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
+- AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is
not yet supported.])
+- fi
+
+ # --universal=no doesn't work correctly, it still accepts universal
builds. Reject it manually here.
+ if echo "$WX_CPPFLAGS" | grep __WXUNIVERSAL__ > /dev/null; then
+--
+2.11.1
+
diff --git a/ftp/filezilla/DEPENDS b/ftp/filezilla/DEPENDS
index 6d956c6..2c588c86 100755
--- a/ftp/filezilla/DEPENDS
+++ b/ftp/filezilla/DEPENDS
@@ -4,4 +4,8 @@ depends gnutls &&
depends libtool &&
depends gettext &&
depends xdg-utils &&
-depends sqlite
+depends sqlite &&
+depends nettle &&
+depends libfilezilla &&
+depends automake &&
+depends autoconf
diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS
index 8a73210..1fcc24e 100755
--- a/ftp/filezilla/DETAILS
+++ b/ftp/filezilla/DETAILS
@@ -1,8 +1,8 @@
SPELL=filezilla
- VERSION=3.7.4.1
+ VERSION=3.24.0
SOURCE="FileZilla_${VERSION}_src.tar.bz2"

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:e5e7fcf1d1c33053775d09ee9a3c0bac1286b4ed5aee1af47498ec2d860bd0571b8e2a35443119d3ebe61a8eea4fb236edb0e7d9dc6a1b37b823902828620ea0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://filezilla-project.org/";
LICENSE[0]=GPL
diff --git a/ftp/filezilla/FileZilla_3.7.4.1_src.tar.bz2.sig
b/ftp/filezilla/FileZilla_3.7.4.1_src.tar.bz2.sig
deleted file mode 100644
index 3ceb302..0000000
Binary files a/ftp/filezilla/FileZilla_3.7.4.1_src.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/filezilla/HISTORY b/ftp/filezilla/HISTORY
index 99f4c13..d7bc87e 100644
--- a/ftp/filezilla/HISTORY
+++ b/ftp/filezilla/HISTORY
@@ -1,3 +1,9 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.24.0
+ * DEPENDS: depend on nettle, libfilezilla
+ * 0001-remove-test-for-specific-version-of-wxwidgets.patch, PRE_BUILD:
+ remove check for specific version of wxwidgets
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/ftp/filezilla/PRE_BUILD b/ftp/filezilla/PRE_BUILD
new file mode 100755
index 0000000..f3190bb
--- /dev/null
+++ b/ftp/filezilla/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 <
"$SPELL_DIRECTORY/0001-remove-test-for-specific-version-of-wxwidgets.patch" &&
+
+autoreconf -fi
diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS
index 5755693..3de5503 100755
--- a/ftp/lftp/DETAILS
+++ b/ftp/lftp/DETAILS
@@ -1,5 +1,5 @@
SPELL=lftp
- VERSION=4.7.3
+ VERSION=4.7.6
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/lftp/HISTORY b/ftp/lftp/HISTORY
index f92271a..4cfb726 100644
--- a/ftp/lftp/HISTORY
+++ b/ftp/lftp/HISTORY
@@ -1,3 +1,6 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.7.6
+
2016-11-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.7.3

diff --git a/libs/libfilezilla/DEPENDS b/libs/libfilezilla/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/libs/libfilezilla/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/libs/libfilezilla/DETAILS b/libs/libfilezilla/DETAILS
new file mode 100755
index 0000000..c024f9d
--- /dev/null
+++ b/libs/libfilezilla/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libfilezilla
+ VERSION=0.9.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.filezilla-project.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://lib.filezilla-project.org/";
+ LICENSE[0]=GPL
+ ENTERED=20170218
+ SHORT="a small and modern C++ library for building
platform-independent programs"
+cat << EOF
+libfilezilla is a small and modern C++ library, offering some basic
+functionality to build high-performing, platform-independent programs. Some
+of the highlights include:
+
+* A typesafe, multi-threaded event system that's very simple to use yet
+ extremely efficient
+* Timers for periodic events * A datetime class that not only tracks
timestamp
+but also their accuracy,
+ which simplifies dealing with timestamps originating from different sources
+* Simple process handling for spawning child processes with redirected I/O
+EOF
diff --git a/libs/libfilezilla/HISTORY b/libs/libfilezilla/HISTORY
new file mode 100644
index 0000000..6432e0e
--- /dev/null
+++ b/libs/libfilezilla/HISTORY
@@ -0,0 +1,3 @@
+2017-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (1a4a3284b3aa25198877cf7c898dc52eddf4f9fb), Florian Franzmann, 02/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page