Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (63352d34cd4fcf94faa43a54feaa9738a00f273f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (63352d34cd4fcf94faa43a54feaa9738a00f273f)
  • Date: Thu, 18 Mar 2021 15:32:19 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

printer/cups/HISTORY | 3 +++
printer/cups/TRIGGERS | 6 ------
security-libs/linux-pam/HISTORY | 3 +++
security-libs/linux-pam/TRIGGERS | 1 -
utils/consolekit2/DEPENDS | 13 +++++++++----
utils/consolekit2/HISTORY | 4 ++++
utils/consolekit2/PRE_BUILD | 4 ++--
7 files changed, 21 insertions(+), 13 deletions(-)

New commits:
commit 63352d34cd4fcf94faa43a54feaa9738a00f273f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

consolekit2 - tweak

commit ab443a6e6318e8f38d9ab8c68f227386f94d51aa
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cups - delete redundant trigger

commit 91e84cad430d9331596fd7f9d5394d753df2f57d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

linux-pam - delete redundant trigger

diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index 8194674..eae16f6 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,6 @@
+2021-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * TRIGGERS: deleted, redundant
+
2021-02-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS version 2.3.3op2
SECURITY_PATCH++ fixes CVE-2020-10001
diff --git a/printer/cups/TRIGGERS b/printer/cups/TRIGGERS
deleted file mode 100755
index 9b329f7..0000000
--- a/printer/cups/TRIGGERS
+++ /dev/null
@@ -1,6 +0,0 @@
-
-if is_depends_enabled $SPELL linux-pam; then
- on_cast linux-pam cast_self
-fi &&
-
-on_cast gnutls check_self
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index ef08257..52aaf05 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,6 @@
+2021-03-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * TRIGGERS: delete - redundant
+
2020-11-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.5.1, SECURITY_PATCH++, fixes CVE-2020-27780

diff --git a/security-libs/linux-pam/TRIGGERS
b/security-libs/linux-pam/TRIGGERS
deleted file mode 100755
index 151ceaa..0000000
--- a/security-libs/linux-pam/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast gnutls check_self
diff --git a/utils/consolekit2/DEPENDS b/utils/consolekit2/DEPENDS
index 4f9d775..501b15e 100755
--- a/utils/consolekit2/DEPENDS
+++ b/utils/consolekit2/DEPENDS
@@ -5,7 +5,12 @@ depends libxslt &&
depends pkgconfig &&
depends pcre &&
depends zlib &&
-optional_depends GETTEXT '' '--disable-nls' 'NLS support' &&
-optional_depends policykit '' '' 'PolicyKit support' &&
-optional_depends linux-pam '--enable-pam-module' '' 'PAM support' &&
-optional_depends xmlto '--enable-docbook-docs' '--disable-docbook-docs'
'build documentation'
+optional_depends DEVICE-MANAGER --{en,dis}able-libudev 'device management' &&
+optional_depends GETTEXT --{en,dis}able-nls 'NLS support' &&
+optional_depends libdrm --{en,dis}able-libdrm 'device management' &&
+optional_depends libevdev --{en,dis}able-libevdev 'device management' &&
+optional_depends libselinux --{en,dis}able-libselinux 'Security-Enhanced
Linux support' &&
+optional_depends linux-pam --{en,dis}able-pam-module 'PAM support' &&
+optional_depends policykit --{en,dis}able-polkit 'PolicyKit support' &&
+optional_depends xmlto --{en,dis}able-docbook-docs 'build documentation'
+#optional_depends gtk-doc
diff --git a/utils/consolekit2/HISTORY b/utils/consolekit2/HISTORY
index 7b06a73..e76883e 100644
--- a/utils/consolekit2/HISTORY
+++ b/utils/consolekit2/HISTORY
@@ -1,3 +1,7 @@
+2021-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add libevdev, eudev, libdrm; various tweaks
+ * PRE_BUILD: tweak
+
2021-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2
* PRE_BUILD: added
diff --git a/utils/consolekit2/PRE_BUILD b/utils/consolekit2/PRE_BUILD
index c22bfd7..4b09768 100755
--- a/utils/consolekit2/PRE_BUILD
+++ b/utils/consolekit2/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-
-autoreconf -f -i --symlink
+NOCONFIGURE=1 ./autogen.sh
+#autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (63352d34cd4fcf94faa43a54feaa9738a00f273f), Treeve Jelbert, 03/18/2021

Archive powered by MHonArc 2.6.24.

Top of Page