Skip to Content.
Sympa Menu

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

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 (97f831f609e0c76d1e637a5edc82407b50db2c8b)
  • Date: Mon, 16 Nov 2015 08:08:48 +0000

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

ChangeLog | 3 +++
graphics-libs/libpng/DETAILS | 8 ++++----
graphics-libs/libpng/HISTORY | 4 ++++
kde5-extra/FUNCTIONS | 1 +
kde5-extra/kpmcore/CONFIGURE | 1 +
kde5-extra/kpmcore/DEPENDS | 10 ++++++++++
kde5-extra/kpmcore/DETAILS | 15 +++++++++++++++
kde5-extra/kpmcore/HISTORY | 6 ++++++
kde5-extra/purpose/CONFIGURE | 1 +
kde5-extra/purpose/DEPENDS | 9 +++++++++
kde5-extra/purpose/DETAILS | 15 +++++++++++++++
kde5-extra/purpose/HISTORY | 6 ++++++
kde5-libs/kpmcore/CONFIGURE | 1 -
kde5-libs/kpmcore/DEPENDS | 10 ----------
kde5-libs/kpmcore/DETAILS | 15 ---------------
kde5-libs/kpmcore/HISTORY | 6 ------
kde5-libs/purpose/CONFIGURE | 1 -
kde5-libs/purpose/DEPENDS | 9 ---------
kde5-libs/purpose/DETAILS | 15 ---------------
kde5-libs/purpose/HISTORY | 6 ------
kde5/FUNCTIONS | 1 -
21 files changed, 75 insertions(+), 68 deletions(-)

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

libpng-1.6.19 - SECURITY FIX

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

move purpose, kpmcore

diff --git a/ChangeLog b/ChangeLog
index e88150a..35c6980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-extra: move purpose, kpmcore here
+
2015-11-11 Treeve Jelbert <treeve AT sourcemage.org>
* database/firebird3: version 3 of firebird db

diff --git a/graphics-libs/libpng/DETAILS b/graphics-libs/libpng/DETAILS
index 13493e1..52728f3 100755
--- a/graphics-libs/libpng/DETAILS
+++ b/graphics-libs/libpng/DETAILS
@@ -1,19 +1,19 @@
SPELL=libpng
- VERSION=1.6.18
-
SOURCE_HASH=sha512:7ae286f728844da31699c3097cfb2167d4a57f740c749f0251de86ae481824716b3edaafc1b5673116623e729396ccc720a346439d3b20c5b6a7b06e1d129f74
+ VERSION=1.6.19
+
SOURCE_HASH=sha512:166377ce4f8abfcae0e76bafbdbe94aebef60b9a12c1820eda392e63a8ba7a9e8d7ef4840d8d4853cd487418edd2c4515a889cd9f830d4223a13315e1db4c3b8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=ftp://ftp.simplesystems.org/pub/png/src/libpng16/${SOURCE}

SOURCE_URL[1]=http://downloads.sourceforge.net/project/libpng/libpng16/${VERSION}/${SOURCE}
if [[ $ANI_PNG == y ]]; then
SOURCE2=$SPELL-$VERSION-apng.patch.gz
-
SOURCE2_HASH=sha512:b41f2db1abd1c11c7b9339c2a9cae5fb2d31691677de686aa06ded951b65c0b3bfe48e5aaeb956a8e539b08777f5b2fb734fa21a6908671f0f93921ea2cac966
+
SOURCE2_HASH=sha512:4a731fc291e6954d4dd1a594477eff7ed65f27ac07061b06b8ad50f31db0f9ff201a0173cc9551b1a04290f8c86f77318517e3eeec142eb8bc65368987bf635f

SOURCE2_URL[0]=http://downloads.sourceforge.net/project/libpng-apng/libpng16/${VERSION}/${SOURCE2}
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=ZLIB
WEB_SITE=http://www.libpng.org/pub/png/libpng.html
ENTERED=20010922
- SECURITY_PATCH=11
+ SECURITY_PATCH=12
KEYWORDS="graphics libs"
SHORT="library that supports the PNG graphics format"
cat << EOF
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index fa6b317..837d635 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,3 +1,7 @@
+2015-11-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.19
+ SECURITY_PATCH++, fixes CVE-2015-7981
+
2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: libpng-apng patch upstream hash differs, modification date
is
2015-07-25.
diff --git a/kde5-extra/FUNCTIONS b/kde5-extra/FUNCTIONS
new file mode 100755
index 0000000..3e0b089
--- /dev/null
+++ b/kde5-extra/FUNCTIONS
@@ -0,0 +1 @@
+. $GRIMOIRE/KDE5_FUNCTIONS
diff --git a/kde5-extra/kpmcore/CONFIGURE b/kde5-extra/kpmcore/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-extra/kpmcore/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/kpmcore/DEPENDS b/kde5-extra/kpmcore/DEPENDS
new file mode 100755
index 0000000..22aeb6e
--- /dev/null
+++ b/kde5-extra/kpmcore/DEPENDS
@@ -0,0 +1,10 @@
+source "$GRIMOIRE/KDE5_DEPENDS" &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+depends kservice &&
+
+depends libatasmart &&
+depends parted &&
+depends pkgconfig &&
+depends util-linux
diff --git a/kde5-extra/kpmcore/DETAILS b/kde5-extra/kpmcore/DETAILS
new file mode 100755
index 0000000..46d3d2e
--- /dev/null
+++ b/kde5-extra/kpmcore/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kpmcore
+ VERSION=1.9.50
+
SOURCE_HASH=sha512:a28cb840fb73d3171ef56dbcfa693ee49c76bcd41d2e423f13742646a75afed0493d274eb70fd9f9c5cb6551f5144a235dcbd8de918a97aa4ffbdb3f8cac8e6e
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=http://download.kde.org/unstable/$SPELL/${VERSION}/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://projects.kde.org/projects//kpmcore
+ LICENSE[0]=LGPL
+ ENTERED=20150611
+ KEYWORDS="kde5 disk"
+ SHORT="manage disks, partitions and file systems on your KDE
Desktop"
+cat << EOF
+Easily manage disks, partitions and file systems on your KDE Desktop:
Create, resize, move, copy, back
+up, restore or delete partitions.
+EOF
diff --git a/kde5-extra/kpmcore/HISTORY b/kde5-extra/kpmcore/HISTORY
new file mode 100644
index 0000000..77f2a29
--- /dev/null
+++ b/kde5-extra/kpmcore/HISTORY
@@ -0,0 +1,6 @@
+2015-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.50
+
+2015-06-11 Treeve Jelbert <treeve AT sourcemage.org>
+ spell created, was part of partitionmanager
+
diff --git a/kde5-extra/purpose/CONFIGURE b/kde5-extra/purpose/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-extra/purpose/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/purpose/DEPENDS b/kde5-extra/purpose/DEPENDS
new file mode 100755
index 0000000..d271812
--- /dev/null
+++ b/kde5-extra/purpose/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends kaccounts-integration &&
+depends kconfig &&
+depends kcoreaddons &&
+depends kdeclarative &&
+depends ki18n &&
+depends kwallet5 &&
+depends kwidgetsaddons &&
+optional_depends kdeconnect '' '' 'connect to smartphone'
diff --git a/kde5-extra/purpose/DETAILS b/kde5-extra/purpose/DETAILS
new file mode 100755
index 0000000..85acc55
--- /dev/null
+++ b/kde5-extra/purpose/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=purpose
+ VERSION=1.0
+
SOURCE_HASH=sha512:c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/purpose/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://projects.kde.org/projects//purpose
+ ENTERED=20150305
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="Quickshare support"
+cat << EOF
+Quickshare support
+EOF
diff --git a/kde5-extra/purpose/HISTORY b/kde5-extra/purpose/HISTORY
new file mode 100644
index 0000000..548bb05
--- /dev/null
+++ b/kde5-extra/purpose/HISTORY
@@ -0,0 +1,6 @@
+2015-09-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0
+
+2015-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAIL: version master(git)
+ spell created
diff --git a/kde5-libs/kpmcore/CONFIGURE b/kde5-libs/kpmcore/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-libs/kpmcore/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-libs/kpmcore/DEPENDS b/kde5-libs/kpmcore/DEPENDS
deleted file mode 100755
index 22aeb6e..0000000
--- a/kde5-libs/kpmcore/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-source "$GRIMOIRE/KDE5_DEPENDS" &&
-depends ki18n &&
-depends kiconthemes &&
-depends kio &&
-depends kservice &&
-
-depends libatasmart &&
-depends parted &&
-depends pkgconfig &&
-depends util-linux
diff --git a/kde5-libs/kpmcore/DETAILS b/kde5-libs/kpmcore/DETAILS
deleted file mode 100755
index 46d3d2e..0000000
--- a/kde5-libs/kpmcore/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=kpmcore
- VERSION=1.9.50
-
SOURCE_HASH=sha512:a28cb840fb73d3171ef56dbcfa693ee49c76bcd41d2e423f13742646a75afed0493d274eb70fd9f9c5cb6551f5144a235dcbd8de918a97aa4ffbdb3f8cac8e6e
- SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_URL=http://download.kde.org/unstable/$SPELL/${VERSION}/src/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://projects.kde.org/projects//kpmcore
- LICENSE[0]=LGPL
- ENTERED=20150611
- KEYWORDS="kde5 disk"
- SHORT="manage disks, partitions and file systems on your KDE
Desktop"
-cat << EOF
-Easily manage disks, partitions and file systems on your KDE Desktop:
Create, resize, move, copy, back
-up, restore or delete partitions.
-EOF
diff --git a/kde5-libs/kpmcore/HISTORY b/kde5-libs/kpmcore/HISTORY
deleted file mode 100644
index 77f2a29..0000000
--- a/kde5-libs/kpmcore/HISTORY
+++ /dev/null
@@ -1,6 +0,0 @@
-2015-09-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.50
-
-2015-06-11 Treeve Jelbert <treeve AT sourcemage.org>
- spell created, was part of partitionmanager
-
diff --git a/kde5-libs/purpose/CONFIGURE b/kde5-libs/purpose/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-libs/purpose/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-libs/purpose/DEPENDS b/kde5-libs/purpose/DEPENDS
deleted file mode 100755
index d271812..0000000
--- a/kde5-libs/purpose/DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-source $GRIMOIRE/KDE5_DEPENDS &&
-depends kaccounts-integration &&
-depends kconfig &&
-depends kcoreaddons &&
-depends kdeclarative &&
-depends ki18n &&
-depends kwallet5 &&
-depends kwidgetsaddons &&
-optional_depends kdeconnect '' '' 'connect to smartphone'
diff --git a/kde5-libs/purpose/DETAILS b/kde5-libs/purpose/DETAILS
deleted file mode 100755
index 85acc55..0000000
--- a/kde5-libs/purpose/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=purpose
- VERSION=1.0
-
SOURCE_HASH=sha512:c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=http://download.kde.org/stable/purpose/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://projects.kde.org/projects//purpose
- ENTERED=20150305
-# SECURITY_PATCH=1
- LICENSE[0]=LGPL
- KEYWORDS=""
- SHORT="Quickshare support"
-cat << EOF
-Quickshare support
-EOF
diff --git a/kde5-libs/purpose/HISTORY b/kde5-libs/purpose/HISTORY
deleted file mode 100644
index 548bb05..0000000
--- a/kde5-libs/purpose/HISTORY
+++ /dev/null
@@ -1,6 +0,0 @@
-2015-09-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0
-
-2015-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAIL: version master(git)
- spell created
diff --git a/kde5/FUNCTIONS b/kde5/FUNCTIONS
deleted file mode 100755
index 3e0b089..0000000
--- a/kde5/FUNCTIONS
+++ /dev/null
@@ -1 +0,0 @@
-. $GRIMOIRE/KDE5_FUNCTIONS



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (97f831f609e0c76d1e637a5edc82407b50db2c8b), Treeve Jelbert, 11/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page