Skip to Content.
Sympa Menu

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

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 (4a99405cb77a81e771a9002cb06eb9f5aba91edb)
  • Date: Tue, 20 Oct 2020 09:37:07 +0000

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

graphics-libs/freetype2/DETAILS | 4 ++--
graphics-libs/freetype2/HISTORY | 4 ++++
libs/libdmtx/DETAILS | 8 ++++----
libs/libdmtx/HISTORY | 5 +++++
libs/libdmtx/PRE_BUILD | 3 +++
libs/libevdev/DETAILS | 2 +-
libs/libevdev/HISTORY | 3 +++
plasma/plasma-workspace/DEPENDS | 4 ++--
plasma/plasma-workspace/HISTORY | 3 +++
9 files changed, 27 insertions(+), 9 deletions(-)

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

freetype2: => 2.10.4 SECURITY FIX

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

libevdev: => 1.9.1

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

libdmtx: => 0.7.5

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

plasma-workspace - tweak depends

diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index 79a72db..99144de 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,6 +1,6 @@
SPELL=freetype2
- VERSION=2.10.3
- SECURITY_PATCH=11
+ VERSION=2.10.4
+ SECURITY_PATCH=12
SOURCE=freetype-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/freetype-$VERSION"
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index 33955b5..8f3da00 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2020-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.10.4
+ SECURITY_PATCH++; fixes CVE-2020-15999
+
2020-10-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.10.3

diff --git a/libs/libdmtx/DETAILS b/libs/libdmtx/DETAILS
index ccb4583..5757865 100755
--- a/libs/libdmtx/DETAILS
+++ b/libs/libdmtx/DETAILS
@@ -1,10 +1,10 @@
SPELL=libdmtx
- VERSION=0.7.4
+ VERSION=0.7.5
+
SOURCE_HASH=sha512:c4bccc9eff4a93b6bb417ed23ed46e82cc98b650a94be40479d192af8537ee02a16700fbbd8f2271035ff8b804c40ab6461825d94bd80a3081d3a4b3988ea22a
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:307aeb30506e60fc44550d1bb86081634f0718d53e7b878b45b0e704e75c5996e27285a16881b7c3a93cafa9a9b125175dadc0f0c2c2f976878666eb652108ae
+ SOURCE_URL[0]=https://github.com/dmtx/libdmtx/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.libdmtx.org/";
+ WEB_SITE="https://www.libdmtx.org/";
LICENSE[0]=BSD
ENTERED=20120506
SHORT="a library for reading and writing Data Matrix barcodes"
diff --git a/libs/libdmtx/HISTORY b/libs/libdmtx/HISTORY
index baf4ecc..0d1e8be 100644
--- a/libs/libdmtx/HISTORY
+++ b/libs/libdmtx/HISTORY
@@ -1,3 +1,8 @@
+2020-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.5
+ download from github
+ * PRE_BUILD: added
+
2015-08-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix sourceforge url

diff --git a/libs/libdmtx/PRE_BUILD b/libs/libdmtx/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/libs/libdmtx/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink
diff --git a/libs/libevdev/DETAILS b/libs/libevdev/DETAILS
index cd0cfac..5cb4024 100755
--- a/libs/libevdev/DETAILS
+++ b/libs/libevdev/DETAILS
@@ -1,6 +1,6 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libevdev
- VERSION=1.9.0
+ VERSION=1.9.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.freedesktop.org/wiki/Software/libevdev/
diff --git a/libs/libevdev/HISTORY b/libs/libevdev/HISTORY
index 4228d30..44c895a 100644
--- a/libs/libevdev/HISTORY
+++ b/libs/libevdev/HISTORY
@@ -1,3 +1,6 @@
+2020-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.1
+
2020-03-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.0
* *: convert to meson build
diff --git a/plasma/plasma-workspace/DEPENDS b/plasma/plasma-workspace/DEPENDS
index 8fe8c67..3281b00 100755
--- a/plasma/plasma-workspace/DEPENDS
+++ b/plasma/plasma-workspace/DEPENDS
@@ -21,6 +21,7 @@ depends ktextwidgets &&
depends kwallet5 &&
depends plasma-framework &&
depends plasma-wayland-protocols &&
+depends prison &&
depends solid &&
depends threadweaver &&

@@ -68,5 +69,4 @@ optional_depends kholidays '' '' 'calendar' &&
optional_depends kparts '' '' '' &&
optional_depends ktexteditor '' '' '' &&
optional_depends gpsd '' '' 'geolocation support' &&
-optional_depends phonon4qt5 '' '' 'sound support' &&
-optional_depends prison '' '' 'barcode support in klipper'
+optional_depends phonon4qt5 '' '' 'sound support'
diff --git a/plasma/plasma-workspace/HISTORY b/plasma/plasma-workspace/HISTORY
index b60f455..26f4f92 100644
--- a/plasma/plasma-workspace/HISTORY
+++ b/plasma/plasma-workspace/HISTORY
@@ -1,3 +1,6 @@
+2020-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak
+
2020-10-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.20.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4a99405cb77a81e771a9002cb06eb9f5aba91edb), Treeve Jelbert, 10/20/2020

Archive powered by MHonArc 2.6.24.

Top of Page