Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdeb2c0b93b1325f2ac9e1956ab5e79b06adce0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdeb2c0b93b1325f2ac9e1956ab5e79b06adce0d)
  • Date: Sat, 21 May 2022 14:27:55 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

mail/mutt/CONFIGURE | 4 ++++
mail/mutt/HISTORY | 3 +++
utils/binwalk/BUILD | 1 +
utils/binwalk/DEPENDS | 1 +
utils/binwalk/DETAILS | 4 ++--
utils/binwalk/HISTORY | 4 ++++
utils/binwalk/INSTALL | 1 +
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
9 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit bdeb2c0b93b1325f2ac9e1956ab5e79b06adce0d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine (devel) 7.9

commit 4ee7b7758f56160e80fc4dc2afbbc87575e82749
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

binwalk 2.3.3

commit 02266b309c4584a666448d6c1950bdb66bf0eb31
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

binwalk: Add dependency on python3

commit 267afc4252cf92817c9ea322603a252dbc7b5b22
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mutt: Add debugging support option

diff --git a/mail/mutt/CONFIGURE b/mail/mutt/CONFIGURE
index 0f5d15a..232e8b9 100755
--- a/mail/mutt/CONFIGURE
+++ b/mail/mutt/CONFIGURE
@@ -48,6 +48,10 @@ config_query_list TERMINAL_LIBRARY
\
"Build against which terminal library?" \
ncurses slang &&

+config_query_option MUTT_OPTS \
+ "Enable debugging support?" n \
+ --{enable,disable}-debug &&
+
config_query_option MUTT_OPTS "Enable POP support?" \
"y" \
"--enable-pop" \
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index a00f35c..c223d92 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,6 @@
+2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: added debugging support option
+
2022-04-24 Ismael Luceno <ismael AT sourcemage.org>
* patches/trash_folder/*: removed, merged in 1.7.0
* DEPENDS: added optional dep on gsasl
diff --git a/utils/binwalk/BUILD b/utils/binwalk/BUILD
new file mode 100755
index 0000000..78e28e3
--- /dev/null
+++ b/utils/binwalk/BUILD
@@ -0,0 +1 @@
+default_build_python3
diff --git a/utils/binwalk/DEPENDS b/utils/binwalk/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/utils/binwalk/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/utils/binwalk/DETAILS b/utils/binwalk/DETAILS
index 981089d..191373d 100755
--- a/utils/binwalk/DETAILS
+++ b/utils/binwalk/DETAILS
@@ -1,8 +1,8 @@
SPELL=binwalk
- VERSION=2.0.1
+ VERSION=2.3.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/devttys0/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:de223f61a0a212469c21b8e36d02cadc83f1cdb96a0f6114490d15d8dc12c93a86b46ef74379acb96b32b305e75ca66e940d7a18a8dc3b5036ebe8946dcca0f3
+
SOURCE_HASH=sha512:d7e8d576cfc92b1488ceda7d4577aeaaefb2a251a5aca0b4a497da0dff7c6e6e862e0a77346593c77fb4e54b7de3d3a0c1c8c9421ecec8f06aabbc4b336920c5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://code.google.com/p/binwalk/
LICENSE[0]=MIT
diff --git a/utils/binwalk/HISTORY b/utils/binwalk/HISTORY
index 58168eb..9eaab72 100644
--- a/utils/binwalk/HISTORY
+++ b/utils/binwalk/HISTORY
@@ -1,3 +1,7 @@
+2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing dependency on python3
+ * BUILD, DETAILS, INSTALL: updated spell to 2.3.3
+
2014-09-11 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 2.0.1
diff --git a/utils/binwalk/INSTALL b/utils/binwalk/INSTALL
new file mode 100755
index 0000000..6a91b84
--- /dev/null
+++ b/utils/binwalk/INSTALL
@@ -0,0 +1 @@
+default_install_python3
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 00b0f87..49cc8db 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.8;;
+(devel) VERSION=7.9;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index d383a6a..79059a1 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.9
+
2022-05-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 7.8




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdeb2c0b93b1325f2ac9e1956ab5e79b06adce0d), Ismael Luceno, 05/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page