Skip to Content.
Sympa Menu

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

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 (f48f84703df6c67991ab257b38b50dc204f0fc76)
  • Date: Tue, 17 Sep 2019 12:18:07 +0000

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

kde5-apps/falkon/DETAILS | 2 +-
kde5-apps/falkon/HISTORY | 3 +++
xorg-lib/libxdmcp/DEPENDS | 3 ++-
xorg-lib/libxdmcp/HISTORY | 3 +++
4 files changed, 9 insertions(+), 2 deletions(-)

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

falkon - fix url

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

libxdmcp - tweak depends

diff --git a/kde5-apps/falkon/DETAILS b/kde5-apps/falkon/DETAILS
index 9e9396b..d941603 100755
--- a/kde5-apps/falkon/DETAILS
+++ b/kde5-apps/falkon/DETAILS
@@ -1,7 +1,7 @@
SPELL=falkon
VERSION=3.1.0
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION%.?}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/kde5-apps/falkon/HISTORY b/kde5-apps/falkon/HISTORY
index 860821b..388b8ff 100644
--- a/kde5-apps/falkon/HISTORY
+++ b/kde5-apps/falkon/HISTORY
@@ -1,3 +1,6 @@
+2019-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEATAILS: fix url
+
2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.0

diff --git a/xorg-lib/libxdmcp/DEPENDS b/xorg-lib/libxdmcp/DEPENDS
index 1f8d96f..37dc504 100755
--- a/xorg-lib/libxdmcp/DEPENDS
+++ b/xorg-lib/libxdmcp/DEPENDS
@@ -3,4 +3,5 @@ depends AWK &&
depends -sub CXX gcc &&
depends libtool &&
depends pkgconfig &&
-depends util-macros
+depends util-macros &&
+optional_depends libbsd '' '' 'for arc4random_buf'
diff --git a/xorg-lib/libxdmcp/HISTORY b/xorg-lib/libxdmcp/HISTORY
index 9a8a020..a4fd393 100644
--- a/xorg-lib/libxdmcp/HISTORY
+++ b/xorg-lib/libxdmcp/HISTORY
@@ -1,3 +1,6 @@
+2019-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add option libbsd
+
2019-03-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.3
SECURITY_PATCH=1 fixes CVE-2017-2625



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f48f84703df6c67991ab257b38b50dc204f0fc76), Treeve Jelbert, 09/17/2019

Archive powered by MHonArc 2.6.24.

Top of Page