Skip to Content.
Sympa Menu

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

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 (67849e43a2780b1a506b793603078f469594a226)
  • Date: Wed, 3 Aug 2016 11:14:58 +0000

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

devel/nodejs/DETAILS | 11 ++++++-----
devel/nodejs/HISTORY | 5 +++++
plasma/plasma-desktop/DEPENDS | 2 +-
plasma/plasma-desktop/HISTORY | 3 +++
plasma/plasma-workspace/DEPENDS | 6 ++----
plasma/plasma-workspace/HISTORY | 3 +++
xorg-proto/wayland-protocols/DETAILS | 4 ++--
xorg-proto/wayland-protocols/HISTORY | 3 +++
8 files changed, 25 insertions(+), 12 deletions(-)

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

nodejs-6.3.1 SECURITY FIX

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

plasma-workspace - tweak depends

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

plasma-desktop - tweak depends

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

wayland-protocols: => 1.5

diff --git a/devel/nodejs/DETAILS b/devel/nodejs/DETAILS
index d329215..575f29c 100755
--- a/devel/nodejs/DETAILS
+++ b/devel/nodejs/DETAILS
@@ -1,10 +1,11 @@
SPELL=nodejs
SPELLX=${SPELL/js}
- VERSION=0.10.44
- SECURITY_PATCH=1
- SOURCE=$SPELLX-v$VERSION.tar.gz
- SOURCE_URL[0]=http://nodejs.org/dist/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:a6a4351dc1eca13b8a8afc406946bec225216726436e8197af5773c47d9a7518eae71d39385354479b5915fe34c8daebd60eb021899e617733ad456c4b7b00b5
+ VX=latest-v6.x
+ VERSION=6.3.1
+
SOURCE_HASH=sha512:340db4f0ef70eeecde6a1ef5551e0016664305016a564cf112d204e5b98f38570736a987dbfc81fcf018ca413853b9d18d7371c041de0d8f431588f22253f245
+ SECURITY_PATCH=2
+ SOURCE=$SPELLX-v$VERSION.tar.xz
+ SOURCE_URL[0]=http://nodejs.org/dist/$VX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-v$VERSION"
WEB_SITE=http://nodejs.org/
ENTERED=20120211
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 2f35116..6bdde99 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,3 +1,8 @@
+2016-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.3.1
+ SECURITY_PATCH++
+ fixes CVE-2016-1669 CVE-2016-5325
+
2016-04-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.10.44
SECURITY_PATCH++
diff --git a/plasma/plasma-desktop/DEPENDS b/plasma/plasma-desktop/DEPENDS
index 821532c..a0a4e68 100755
--- a/plasma/plasma-desktop/DEPENDS
+++ b/plasma/plasma-desktop/DEPENDS
@@ -5,6 +5,7 @@ depends qtsvg &&

depends attica5 &&
depends baloo5 &&
+depends kactivities5 &&
depends kactivities-stats &&
depends kauth &&
depends kcoreaddons &&
@@ -38,7 +39,6 @@ depends libxdmcp &&
depends OPENGL &&
depends xcb-util-wm &&

-optional_depends kactivities5 '' '' 'Activities support' &&
optional_depends boost '' '' 'enable keyboard geometry preview' &&
optional_depends fontconfig '' '' 'build font configuration tools' &&
optional_depends freetype2 '' '' 'anti-aliasing of fonts' &&
diff --git a/plasma/plasma-desktop/HISTORY b/plasma/plasma-desktop/HISTORY
index 416db49..c6d2d92 100644
--- a/plasma/plasma-desktop/HISTORY
+++ b/plasma/plasma-desktop/HISTORY
@@ -1,3 +1,6 @@
+2016-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak
+
2016-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.7.3

diff --git a/plasma/plasma-workspace/DEPENDS b/plasma/plasma-workspace/DEPENDS
index 3a7a983..864c693 100755
--- a/plasma/plasma-workspace/DEPENDS
+++ b/plasma/plasma-workspace/DEPENDS
@@ -24,6 +24,8 @@ depends solid &&
depends threadweaver &&

depends baloo5 &&
+depends kactivities5 &&
+depends kactivitymanagerd &&
depends kpackage &&
depends kscreenlocker &&
depends kwayland &&
@@ -59,10 +61,6 @@ optional_depends networkmanager-qt '' 'GeoLocation
support' ''&&
optional_depends libdbusmenu-qt5 '' '' 'notifications by Dbus' &&
optional_depends qalculate '' '' 'advanced features of the calculator
runner' &&
optional_depends linux-pam '' '' 'Authentication for screen unlocker' &&
-optional_depends kactivities5 '' '' 'activity related plasmoids' &&
-if _is_depends_enabled $SPELL kactivities5;then
- runtime_depends kactivitymanagerd
-fi &&
optional_depends kparts '' '' '' &&
optional_depends ktexteditor '' '' '' &&
optional_depends gpsd '' '' 'geolocation support' &&
diff --git a/plasma/plasma-workspace/HISTORY b/plasma/plasma-workspace/HISTORY
index 6d56147..a498202 100644
--- a/plasma/plasma-workspace/HISTORY
+++ b/plasma/plasma-workspace/HISTORY
@@ -1,3 +1,6 @@
+2016-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak
+
2016-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: tweak

diff --git a/xorg-proto/wayland-protocols/DETAILS
b/xorg-proto/wayland-protocols/DETAILS
index c9734c5..f0be1c5 100755
--- a/xorg-proto/wayland-protocols/DETAILS
+++ b/xorg-proto/wayland-protocols/DETAILS
@@ -1,6 +1,6 @@
SPELL=wayland-protocols
- VERSION=1.4
-
SOURCE_HASH=sha512:ffbac79b3be03f7b1c1033923702aadd0bdd2f90dafee946a4a2384eaa9e7f2ab90de6a6497fce374fd3343b133f8dd02683503973a65f947e65b76c47186123
+ VERSION=1.5
+
SOURCE_HASH=sha512:8a3305151cbf7d69e4c36dc5d132a607af4944ed2737f0c50fbc540faf60fb6e742402883f55377a3215427afa92a95fb693398419335c4de0ac9bb9bfb9f607
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/xorg-proto/wayland-protocols/HISTORY
b/xorg-proto/wayland-protocols/HISTORY
index be8fec2..66f0052 100644
--- a/xorg-proto/wayland-protocols/HISTORY
+++ b/xorg-proto/wayland-protocols/HISTORY
@@ -1,3 +1,6 @@
+2016-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5
+
2016-05-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (67849e43a2780b1a506b793603078f469594a226), Treeve Jelbert, 08/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page