Skip to Content.
Sympa Menu

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

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 (ec7a20f2ec31b629fd29e6aa737f810e78075e58)
  • Date: Sat, 8 Dec 2018 14:11:15 +0000

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

printer/cups/DETAILS | 4 ++--
printer/cups/HISTORY | 4 ++++
xorg-driver/xf86-video-i128/DETAILS | 12 +++++++-----
xorg-driver/xf86-video-i128/HISTORY | 5 +++++
xorg-driver/xf86-video-mga/DETAILS | 13 ++++++++-----
xorg-driver/xf86-video-mga/HISTORY | 4 ++++
6 files changed, 30 insertions(+), 12 deletions(-)

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

cups-2.2.10 SECURITY FIX

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

xf86-video-i128: => 1.4.0

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

xf86-video-mga: => 2.0.0

diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS
index 01df505..4908e09 100755
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -2,8 +2,8 @@
#if [[ $CUPS_VER == devel ]];then
# VERSION=2.1.4
#else
- VERSION=2.2.9
- SECURITY_PATCH=9
+ VERSION=2.2.10
+ SECURITY_PATCH=10
#fi
SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index 3bfcf45..36e6e43 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,7 @@
+2018-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.8
+ SECURITY_PATCH++ fixes CVE-2018-4700
+
2011-11-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.2.9

diff --git a/xorg-driver/xf86-video-i128/DETAILS
b/xorg-driver/xf86-video-i128/DETAILS
index 0b5cd52..9a28cf6 100755
--- a/xorg-driver/xf86-video-i128/DETAILS
+++ b/xorg-driver/xf86-video-i128/DETAILS
@@ -1,11 +1,13 @@
SPELL=xf86-video-i128
- VERSION=1.3.4
+ VERSION=1.4.0
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
-#
SOURCE_HASH=sha512:34cf949f5ec387f23d10a934ef5100f090ee8a3b94a928235211703401906e46318e85847920d7bd9ef579abce2f2c9ebc663c6dd56a7149cb245b866385ea8f
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org/wiki
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="i128 is an XFree86 driver for Number 9 I128 video cards."
diff --git a/xorg-driver/xf86-video-i128/HISTORY
b/xorg-driver/xf86-video-i128/HISTORY
index beb8342..df845ad 100644
--- a/xorg-driver/xf86-video-i128/HISTORY
+++ b/xorg-driver/xf86-video-i128/HISTORY
@@ -1,3 +1,8 @@
+2018-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.0
+
+ * DETAILS: add gpg checking
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto

diff --git a/xorg-driver/xf86-video-mga/DETAILS
b/xorg-driver/xf86-video-mga/DETAILS
index 5d727d1..abe0054 100755
--- a/xorg-driver/xf86-video-mga/DETAILS
+++ b/xorg-driver/xf86-video-mga/DETAILS
@@ -1,10 +1,13 @@
SPELL=xf86-video-mga
- VERSION=1.6.4
-
SOURCE_HASH=sha512:714bc477f7c72d640b045a4033fc49a7045ee239395f9aa8c622e9d4f5ca9098ba4ec28eaec5b839666eed37acb60c198d6ff606222c145c007fb320b52fff55
+ VERSION=2.0.0
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="mga is an Xorg driver for Matrox video cards."
@@ -19,7 +22,7 @@ ported. XVideo is supported on G200 and newer systems,
with either
TexturedVideo or video overlay. The second head of dual-head cards is
supported for the G450 and G550. Support for the second head on G400
cards requires a binary-only "mga_hal" module that is available from
-Matrox <http://www.matrox.com>, and may be on the CD supplied with the
+Matrox <https://www.matrox.com>, and may be on the CD supplied with the
card. That module also provides various other enhancements, and may be
necessary to use the DVI (digital) output on the G550 (and other
cards).
diff --git a/xorg-driver/xf86-video-mga/HISTORY
b/xorg-driver/xf86-video-mga/HISTORY
index 195b77a..9977c0d 100644
--- a/xorg-driver/xf86-video-mga/HISTORY
+++ b/xorg-driver/xf86-video-mga/HISTORY
@@ -1,3 +1,7 @@
+2018-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+ * DETAILS: add gpg checking
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ec7a20f2ec31b629fd29e6aa737f810e78075e58), Treeve Jelbert, 12/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page