Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (14454ab6ac1dfabb6fb9ccf2ce69c6dc26e5ab8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (14454ab6ac1dfabb6fb9ccf2ce69c6dc26e5ab8b)
  • Date: Tue, 23 Jul 2024 02:40:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
utils/dbus-proxy/CONFIGURE | 1 +
utils/dbus-proxy/DEPENDS | 7 +++++++
utils/dbus-proxy/DETAILS | 18 ++++++++++++++++++
utils/dbus-proxy/HISTORY | 3 +++
utils/dbus-proxy/PREPARE | 2 ++
6 files changed, 34 insertions(+)

New commits:
commit 14454ab6ac1dfabb6fb9ccf2ce69c6dc26e5ab8b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/dbus-proxy: new spell, a filtering proxy for D-Bus

diff --git a/ChangeLog b/ChangeLog
index 30e7f6c..f397cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-07-22 Pavel Vinogradov <public AT sourcemage.org>
+ * utils/dbus-proxy: new spell, a filtering proxy for D-Bus
+
2024-07-21 Ismael Luceno <ismael AT sourcemage.org>
* graphics-libs/libyuv: new spell, YUV scaling and conversion library
* net/pwru: new spell, eBPF-based Linux kernel networking debugger
diff --git a/utils/dbus-proxy/CONFIGURE b/utils/dbus-proxy/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/utils/dbus-proxy/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/utils/dbus-proxy/DEPENDS b/utils/dbus-proxy/DEPENDS
new file mode 100755
index 0000000..8453837
--- /dev/null
+++ b/utils/dbus-proxy/DEPENDS
@@ -0,0 +1,7 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+
+depends git &&
+
+depends dbus &&
+depends dbus-glib &&
+depends jansson
diff --git a/utils/dbus-proxy/DETAILS b/utils/dbus-proxy/DETAILS
new file mode 100755
index 0000000..4f167f7
--- /dev/null
+++ b/utils/dbus-proxy/DETAILS
@@ -0,0 +1,18 @@
+. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL="dbus-proxy"
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.xz"
+ FORCE_DOWNLOAD="on"
+ SOURCE_URL[0]="git_http://github.com/Pelagicore//${SPELL}:${SPELL}-scm";
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://github.com/Pelagicore/dbus-proxy";
+ ENTERED="20240722"
+ LICENSE[0]="LGPL"
+ KEYWORDS="dbus proxy"
+ SHORT="filtering proxy for D-Bus"
+cat << EOF
+dbus-proxy acts as a proxy for the D-Bus connection for a client. It can be
+configured to filter what is accessible for the client on the connection.
+EOF
diff --git a/utils/dbus-proxy/HISTORY b/utils/dbus-proxy/HISTORY
new file mode 100644
index 0000000..b10d1ee
--- /dev/null
+++ b/utils/dbus-proxy/HISTORY
@@ -0,0 +1,3 @@
+2024-07-22 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS, PREPARE: created a spell, unversioned
+
diff --git a/utils/dbus-proxy/PREPARE b/utils/dbus-proxy/PREPARE
new file mode 100755
index 0000000..8864134
--- /dev/null
+++ b/utils/dbus-proxy/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch scm


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (14454ab6ac1dfabb6fb9ccf2ce69c6dc26e5ab8b), Pavel Vinogradov, 07/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page