Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (36cb08e8765f0ccbf0d69e4301b954b4c03f5d1c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (36cb08e8765f0ccbf0d69e4301b954b4c03f5d1c)
  • Date: Fri, 1 Feb 2013 05:53:01 -0600

GIT changes to stable-0.61 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

database/mariadb/DETAILS | 6 +++---
database/mariadb/HISTORY | 3 +++
database/mysql/DETAILS | 9 ++++-----
database/mysql/HISTORY | 3 +++
security/wireshark/DETAILS | 6 +++---
security/wireshark/HISTORY | 3 +++
utils/cronie/CONFIGURE | 6 +++++-
utils/cronie/DEPENDS | 6 +++---
utils/cronie/DETAILS | 4 ++--
utils/cronie/HISTORY | 6 ++++++
utils/cronie/INSTALL | 4 +++-
11 files changed, 38 insertions(+), 18 deletions(-)

New commits:
commit 36cb08e8765f0ccbf0d69e4301b954b4c03f5d1c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cronie: => 1.4.9
(cherry picked from commit 5fb50568c4d2360767ee888a76161b051aab59f8)

commit 29e4d36cb21d83523adc30f2afda5fe7a3c232d4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mysql: => 5.0.96 (old) (security)
(cherry picked from commit a06fdf4a1b1bdd413f122eb9d955022e75bc0b37)

commit 5ce12c3fd9f1653b0c03074882ea032622a645cd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mysql: => 5.1.67 (security)
(cherry picked from commit ed6fe4bca48f64bfebe93fa56b5b14e9009af69b)

commit 84fa221a3cb710248ea2c2cacc77333e47d8a067
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mariadb: => 5.2.14 (security)
(cherry picked from commit 1b8de0207cb4f865a7203094bef48bad397ab9c5)

commit 87d5e5d0f8198a71feb6d96e6e95244db03b4ea2
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wireshark 1.8.5, SECURITY_PATCH=41
(cherry picked from commit 3c3c72d0a1e90d12fca93a090afce1840345c010)

diff --git a/database/mariadb/DETAILS b/database/mariadb/DETAILS
index 97a0b18..788e7c7 100755
--- a/database/mariadb/DETAILS
+++ b/database/mariadb/DETAILS
@@ -1,9 +1,9 @@
SPELL=mariadb
- VERSION=5.2.13
- SECURITY_PATCH=2
+ VERSION=5.2.14
+ SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:696bb5f59f25fa31fc35399c99f6f13e37a178b1e9b0155e3cf053b1232a950035132d075b0594ff611f6b59635d49d0800820c2bbd02932d16917e174717f8a
+
SOURCE_HASH=sha512:b0aded450355861bf01604ac5bd0012d0d06a699bc83017cdb6b8749ed161aca9fedb733301aab991c521b21f3c8b2fea4867a2fd038379475e720782c02e869

SOURCE_URL[0]=http://mirrors.fe.up.pt/pub/$SPELL/$SPELL-$VERSION/kvm-tarbake-jaunty-x86/$SOURCE

SOURCE_URL[1]=http://ftp-stud.hs-esslingen.de/pub/Mirrors/$SPELL/$SPELL-$VERSION/kvm-tarbake-jaunty-x86/$SOURCE

SOURCE_URL[2]=http://ftp.osuosl.org/pub/$SPELL/$SPELL-$VERSION/kvm-tarbake-jaunty-x86/$SOURCE
diff --git a/database/mariadb/HISTORY b/database/mariadb/HISTORY
index 652b119..a383711 100644
--- a/database/mariadb/HISTORY
+++ b/database/mariadb/HISTORY
@@ -1,3 +1,6 @@
+2013-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.2.14; SECURITY_PATCH++
+
2012-12-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.2.13; SECURITY_PATCH++ (CVE-2012-5579)

diff --git a/database/mysql/DETAILS b/database/mysql/DETAILS
index 952d803..05db7df 100755
--- a/database/mysql/DETAILS
+++ b/database/mysql/DETAILS
@@ -1,11 +1,10 @@
SPELL=mysql
if [[ $OLD == y ]]; then
- VERSION=5.0.90
-
- SECURITY_PATCH=4
+ VERSION=5.0.96
+ SECURITY_PATCH=5
else
- VERSION=5.1.66
- SECURITY_PATCH=1
+ VERSION=5.1.67
+ SECURITY_PATCH=2
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index 3c9f378..7e461c3 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,6 @@
+2013-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.1.67, 5.0.96 (old); SECURITY_PATCH++
+
2013-01-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.1.66; SECURITY_PATCH++ (CVE-2012-5611)

diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
index 18be552..5eb7bd7 100755
--- a/security/wireshark/DETAILS
+++ b/security/wireshark/DETAILS
@@ -1,11 +1,11 @@
SPELL=wireshark
- VERSION=1.8.4
- SECURITY_PATCH=40
+ VERSION=1.8.5
+ SECURITY_PATCH=41
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[1]=http://www.wireshark.org/download/src/$SOURCE
-
SOURCE_HASH=sha512:4f0b7fd181eb74c5eb03e4b5e74546f9f02aa3d481faed2b08a84d98f4a61d808a86e5348046d66f8333ba8f8921db344c2187a1590117ae4bdc2ff85a96d305
+
SOURCE_HASH=sha512:3378310870e2e11cd4caf91e0571e2a52bd81bc76f1715997338d867a4d98ad7bb34e0f4443220386b498aeebce15c02d9825e50cf587587f573a5a0c578b039
WEB_SITE=http://www.wireshark.org/
ENTERED=20020116
LICENSE[0]=GPL
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 36513f9..db68521 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2013-01-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.8.5, SECURITY_PATCH=41
+
2012-12-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.4, SECURITY_PATCH=40

diff --git a/utils/cronie/CONFIGURE b/utils/cronie/CONFIGURE
index da7ffa2..b95f832 100755
--- a/utils/cronie/CONFIGURE
+++ b/utils/cronie/CONFIGURE
@@ -1,6 +1,10 @@
config_query_option CRONIE_OPTS "Enable inotify support?" n \
"--with-inotify" \
- "--without-inotify"
+ "--without-inotify" &&
+
+config_query_option CRONIE_OPTS "Enable system crontab support?" n \
+ "--with-syscrontab" \
+ "--without-syscrontab" &&

config_query_option CRONIE_OPTS "Enable Anacron support?" n \
"--enable-anacron" \
diff --git a/utils/cronie/DEPENDS b/utils/cronie/DEPENDS
index 9c22c0f..36da2a7 100755
--- a/utils/cronie/DEPENDS
+++ b/utils/cronie/DEPENDS
@@ -1,6 +1,6 @@
-optional_depends MAIL-TRANSPORT-AGENT \
- "" "" \
- "for sending reports" &&
+suggest_depends MAIL-TRANSPORT-AGENT \
+ "" "" \
+ "for sending reports" &&

optional_depends linux-pam \
"--with-pam" \
diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
index 0ed0eb8..cbe7337 100755
--- a/utils/cronie/DETAILS
+++ b/utils/cronie/DETAILS
@@ -1,9 +1,9 @@
SPELL=cronie
- VERSION=1.4.8
+ VERSION=1.4.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://fedorahosted.org/releases/c/r/$SPELL/$SOURCE
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:e2fd54910ffc233c24f3a0e6dce3b845b74b36c42cfd7cbae614201bc8f024a04b7c12dc82b43cd4a8f1dbf49c2dc96a5e0539ef58a936f11dc13c2269564eeb
+
SOURCE_HASH=sha512:932684fb982e273f63828ec71397f4bfa27c6a0559a63d797fcc38f53ec0fcdeb6708c542f9ec952a54e1218ae6cf3aa7c3a7e5c485bb08ce77e2a6549cc46b7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://fedorahosted.org/cronie/
LICENSE[0]=ISC
diff --git a/utils/cronie/HISTORY b/utils/cronie/HISTORY
index c560d4f..c1eecda 100644
--- a/utils/cronie/HISTORY
+++ b/utils/cronie/HISTORY
@@ -1,3 +1,9 @@
+2012-11-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.9
+ * CONFIGURE: added option for syscrontab support
+ * INSTALL: /etc/crontab is optional
+ * DEPENDS: optional -> suggest for MTA
+
2011-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.8

diff --git a/utils/cronie/INSTALL b/utils/cronie/INSTALL
index 8a38600..ab2a472 100755
--- a/utils/cronie/INSTALL
+++ b/utils/cronie/INSTALL
@@ -11,4 +11,6 @@ fi &&
install -vm 755 -d "$INSTALL_ROOT/etc/cron.d" &&
install -vm 770 -o daemon -g crontab -d "$INSTALL_ROOT/var/spool/cron" &&

-install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
+if list_find "$CRONIE_OPTS" "--with-syscrontab"; then
+ install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
+fi



  • [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (36cb08e8765f0ccbf0d69e4301b954b4c03f5d1c), Vlad Glagolev, 02/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page