Skip to Content.
Sympa Menu

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

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 (a7061375b16bc4421258bbb98cad1375cb01ec9a)
  • Date: Wed, 13 Jan 2021 17:36:08 +0000

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

ChangeLog | 3 +++
archive/paxmirabilis/DETAILS | 4 ++--
archive/paxmirabilis/HISTORY | 3 +++
net/samba4/DETAILS | 4 ++--
net/samba4/HISTORY | 3 +++
net/wsdd2/BUILD | 1 +
net/wsdd2/DETAILS | 22 ++++++++++++++++++++++
net/wsdd2/HISTORY | 2 ++
telephony/farstream/DETAILS | 1 +
telephony/farstream/HISTORY | 4 ++++
telephony/farstream/PRE_BUILD | 2 ++
11 files changed, 45 insertions(+), 4 deletions(-)

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

farstream: Disable installation of .la files, PATCHLEVEL++

commit 0f95b1f37ff3e8582e4cb082c28ac7e000e17472
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wsdd2: new spell, WSD/LLMNR Discovery/Name Service Daemon

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

samba4 4.13.3

commit 19430427b54f384c7e636bd62bd7503ed749db67
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

paxmirabilis 20201030

diff --git a/ChangeLog b/ChangeLog
index a7d13ee..da9716b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * net/wsdd2: new spell, WSD/LLMNR Discovery/Name Service Daemon
+
2021-01-08 Ismael Luceno <ismael AT sourcemage.org>
* libs/univalue: new spell, C++ universal value object and JSON
library
diff --git a/archive/paxmirabilis/DETAILS b/archive/paxmirabilis/DETAILS
index d4271d6..2ae29e7 100755
--- a/archive/paxmirabilis/DETAILS
+++ b/archive/paxmirabilis/DETAILS
@@ -1,8 +1,8 @@
SPELL=paxmirabilis
- VERSION=20190825
+ VERSION=20201030
SOURCE="$SPELL-$VERSION.cpio.gz"
SOURCE_URL[0]=http://www.mirbsd.org/MirOS/dist/mir/cpio/$SOURCE
-
SOURCE_HASH=sha512:870c0148761a928d25436abf1d773b64a7a4759bb5a37e509a76dec87fa16bd7069b88c74217bc0f587288105b5c2c2641d54ec251e8b935268c40f537a161ad
+
SOURCE_HASH=sha512:14c913db49c05b92f3448b7ae2e11b4fdb86c2daa5f269d86e044e8779eec7ea19b41534fbd8ebfe31cffe6b50e51c0460c3994307ba2cfa07029602604882de
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://www.mirbsd.org/pax.htm";
LICENSE[0]="MirOS"
diff --git a/archive/paxmirabilis/HISTORY b/archive/paxmirabilis/HISTORY
index abf1a34..bdf4bbf 100644
--- a/archive/paxmirabilis/HISTORY
+++ b/archive/paxmirabilis/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 20201030
+
2019-09-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 20190825

diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index c176fae..db9cb82 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,8 +7,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.13.2
-
SOURCE_HASH=sha512:60b8597b7fad13dd55ffec4c750ee4f5f39220d8e8d52232d3a8c4d830a5ff29254716a7230b0182e0717585e5a34b01373527caecd1d32f2170c6063a97d070
+ VERSION=4.13.3
+
SOURCE_HASH=sha512:e7d29a89ba31ac6ca6c2dfd2629b8e07e47f4b1f265907847b43845dcf19a2200bcb1ca9f6845dd39c1ffca5dbf89f998bcc4defe33f5e3c4d8006ec9c6e88ab
SECURITY_PATCH=5
SOURCE=${SPELL/4}-$VERSION.tar.gz
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index 6083b9a..e382e32 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,6 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.13.3
+
2020-11-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.13.2

diff --git a/net/wsdd2/BUILD b/net/wsdd2/BUILD
new file mode 100755
index 0000000..44c8799
--- /dev/null
+++ b/net/wsdd2/BUILD
@@ -0,0 +1 @@
+default_build_make
\ No newline at end of file
diff --git a/net/wsdd2/DETAILS b/net/wsdd2/DETAILS
new file mode 100755
index 0000000..6a65301
--- /dev/null
+++ b/net/wsdd2/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=wsdd2
+ VERSION=1.8.3.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/Andy2244/wsdd2";
+ SOURCE_URL[0]="$WEB_SITE/archive/$VERSION.tar.gz"
+
SOURCE_HASH=sha512:16debb4c012b619980b09f0c8221994a8985ef1aff445c5f83e71b6f20847b15d6f11cbe6c8ad2fb3cce79b16753ff035995abb6d69f91e743f28b56c751eb24
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20210113
+ KEYWORDS=""
+ SHORT="WSD/LLMNR Discovery/Name Service Daemon"
+cat << EOF
+WSDD - Web Service Dynamic Discovery protocol server.
+
+Web Services for Devices or Web Services on Devices (WSD), is a Microsoft
+API to simplify programming connections to web service enabled devices,
+such as Printers, Scanners and File Shares.
+
+This daemon advertises and responds to probe requests from Windows clients
+looking for File Shares. It also implements LLMNR Multicast name lookup
+services.
+EOF
diff --git a/net/wsdd2/HISTORY b/net/wsdd2/HISTORY
new file mode 100644
index 0000000..838ab4b
--- /dev/null
+++ b/net/wsdd2/HISTORY
@@ -0,0 +1,2 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created
diff --git a/telephony/farstream/DETAILS b/telephony/farstream/DETAILS
index b0a43c0..6b58a21 100755
--- a/telephony/farstream/DETAILS
+++ b/telephony/farstream/DETAILS
@@ -1,5 +1,6 @@
SPELL=farstream
VERSION=0.2.9
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
WEB_SITE=http://www.freedesktop.org/wiki/Software/Farstream
diff --git a/telephony/farstream/HISTORY b/telephony/farstream/HISTORY
index c83e7cb..7bda65e 100644
--- a/telephony/farstream/HISTORY
+++ b/telephony/farstream/HISTORY
@@ -1,3 +1,7 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2021-01-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.2.9
* PRE_BUILD: added fix for typo in farstream/Makefile.in
diff --git a/telephony/farstream/PRE_BUILD b/telephony/farstream/PRE_BUILD
index e123561..b3f6ee9 100755
--- a/telephony/farstream/PRE_BUILD
+++ b/telephony/farstream/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[\t ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh &&
# fix typo
sedit '/^enum_headers *=/{s/\\#/#/}' farstream/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a7061375b16bc4421258bbb98cad1375cb01ec9a), Ismael Luceno, 01/13/2021

Archive powered by MHonArc 2.6.24.

Top of Page