Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b7c47f1f4b0036c3ec6fd239f442f4a4a01d8503)

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.62 grimoire by Vlad Glagolev (b7c47f1f4b0036c3ec6fd239f442f4a4a01d8503)
  • Date: Sun, 21 Aug 2016 14:49:33 +0000

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

chat-irc/ircd-ratbox/DETAILS | 2 +-
chat-irc/ircd-ratbox/HISTORY | 5 +++++
chat-irc/ircd-ratbox/PRE_BUILD | 1 +
chat-irc/ircd-ratbox/openssl-0.9.patch | 15 +++++++++++++++
gnome2-libs/dconf/DEPENDS | 1 -
gnome2-libs/dconf/HISTORY | 3 +++
net/bind/DETAILS | 4 ++--
net/bind/HISTORY | 7 +++++++
net/wpa_supplicant/DEPENDS | 2 +-
net/wpa_supplicant/HISTORY | 3 +++
net/wpa_supplicant/INSTALL | 23 ++++++++++++++++++-----
11 files changed, 56 insertions(+), 10 deletions(-)

New commits:
commit b7c47f1f4b0036c3ec6fd239f442f4a4a01d8503
Author: David C. Haley <khoralin AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Spell Update: bind security_patch++

In my previous commit (f8a51b5148f37a4179ea0fe2c055f1154b99f580),
I failed to update the SECURITY_PATCH field in the DETAILS file.
This patch is to resolve that oversight. Additionally, below you will
find all CVEs that have been resolved in the versions subsequent to
where we were (9.10.1-P1) prior to my version bump to 9.10.3-P4.

9.10.1-P[1-2]
* CVE-2015-1349
* CVE-2014-8500
* CVE-2014-8680
* CVE-2014-3859
* CVE-2014-3214

9.10.2-P1 - no CVEs listed w/in bind changelog.

9.10.2-P2
* CVE-2015-4620

9.10.2-P3
* CVE-2015-5477

9.10.2-P4
* CVE-2015-5722
* CVE-2015-5986

9.10.3-P1 - no CVEs listed, (P1) version never published

9.10.3-P2
* CVE-2015-3193
* CVE-2015-8000
* CVE-2015-8461

9.10.3-P3
* CVE-2015-8704
* CVE-2015-8705

9.10.3-P4
* CVE-2016-1285
* CVE-2016-1286
* CVE-2016-2088

(cherry picked from commit 9f9dbf809fe084c37132ead80c7397908f023c9d)

commit 49bc2301b22ff3159298dd565f685ad23d72b186
Author: David C. Haley <khoralin AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Spell Update: bind 9.10.1-P1 -> 9.10.3-P4

(cherry picked from commit f8a51b5148f37a4179ea0fe2c055f1154b99f580)

commit 18c00f2cfef0242f373cca1673a751b9311fff54
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wpa_supplicant: corrected dbus build flags and configs

(cherry picked from commit 0a0001c95571c2635154fd29e89884c7c42ab7ac)

commit 61a8a9d1e3d7d889a27404d84cb191405d7b5b54
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dconf: dropped useless dependency

(cherry picked from commit 718fb8fde6cfc3a20b688017ed7292e682d96ef0)

commit 86df047d92a589a6d4b0d959eaafdb459f75d786
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ircd-ratbox: corrected history typo

(cherry picked from commit 384cee221ae38cbba6d7343c135521e518ac971d)

commit 021162c421dca3d327a3848505b5e0c260ae3a50
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ratbox: => 3.0.10

(cherry picked from commit 1941951831b28f2546dbc79679e302d90cfe20fe)

diff --git a/chat-irc/ircd-ratbox/DETAILS b/chat-irc/ircd-ratbox/DETAILS
index ab85eb9..a445847 100755
--- a/chat-irc/ircd-ratbox/DETAILS
+++ b/chat-irc/ircd-ratbox/DETAILS
@@ -5,7 +5,7 @@ if [[ $IRCD_RATBOX_RELEASE == testing ]]; then
SOURCE_URL[0]=http://www.ratbox.org/download/testing/$SOURCE
SOURCE_URL[1]=http://mirrors.gigenet.com/ratbox/testing/$SOURCE
else
- VERSION=3.0.9
+ VERSION=3.0.10
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.ratbox.org/download/$SOURCE
diff --git a/chat-irc/ircd-ratbox/HISTORY b/chat-irc/ircd-ratbox/HISTORY
index 399704d..e4d4142 100644
--- a/chat-irc/ircd-ratbox/HISTORY
+++ b/chat-irc/ircd-ratbox/HISTORY
@@ -1,3 +1,8 @@
+2016-09-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.10 (stable)
+ * PRE_BUILD: apply patch
+ * openssl-0.9.patch: added, to fix build with older openssl
+
2015-12-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.9 (stable); SECURITY_PATCH++
(CVE-2015-5290)
diff --git a/chat-irc/ircd-ratbox/PRE_BUILD b/chat-irc/ircd-ratbox/PRE_BUILD
index 023b346..4e26e5a 100755
--- a/chat-irc/ircd-ratbox/PRE_BUILD
+++ b/chat-irc/ircd-ratbox/PRE_BUILD
@@ -3,5 +3,6 @@ cd "$SOURCE_DIRECTORY" &&

patch -p0 < "$SPELL_DIRECTORY/rundir.patch" &&
patch -p0 < "$SPELL_DIRECTORY/setuid-3.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/openssl-0.9.patch" &&

autoreconf -fi
diff --git a/chat-irc/ircd-ratbox/openssl-0.9.patch
b/chat-irc/ircd-ratbox/openssl-0.9.patch
new file mode 100644
index 0000000..cffe5fe
--- /dev/null
+++ b/chat-irc/ircd-ratbox/openssl-0.9.patch
@@ -0,0 +1,15 @@
+--- libratbox/src/openssl.c.orig 2016-01-13 21:10:17.000000000 +0300
++++ libratbox/src/openssl.c 2016-07-12 17:09:15.750938732 +0300
+@@ -329,7 +329,11 @@
+ }
+ tls_opts = SSL_CTX_get_options(ssl_server_ctx);
+ /* Disable SSLv2, make the client use our settings */
+- tls_opts |= SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION |
SSL_OP_CIPHER_SERVER_PREFERENCE | SSL_OP_NO_SSLv3;
++ tls_opts |= SSL_OP_NO_SSLv2 | SSL_OP_CIPHER_SERVER_PREFERENCE |
SSL_OP_NO_SSLv3;
++
++#ifdef SSL_OP_NO_COMPRESSION
++ tls_opts |= SSL_OP_NO_COMPRESSION;
++#endif
+
+ #ifdef SSL_OP_NO_TICKET
+ tls_opts |= SSL_OP_NO_TICKET;
diff --git a/gnome2-libs/dconf/DEPENDS b/gnome2-libs/dconf/DEPENDS
index 8feae8b..66c00e0 100755
--- a/gnome2-libs/dconf/DEPENDS
+++ b/gnome2-libs/dconf/DEPENDS
@@ -1,5 +1,4 @@
depends glib2 &&
-depends vala &&
depends libxslt &&
depends docbook-xsl &&

diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
index 7c0fa3f..9fcf465 100644
--- a/gnome2-libs/dconf/HISTORY
+++ b/gnome2-libs/dconf/HISTORY
@@ -1,3 +1,6 @@
+2016-07-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: dropped vala -- not required for build
+
2014-11-23 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Use disable_pic function to fix CFLAGS

diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index ac999f7..dd68f10 100755
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,5 +1,5 @@
SPELL=bind
- VERSION=9.10.1-P1
+ VERSION=9.10.3-P4
SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE2=root.zone.gz
SOURCE2_IGNORE=unversioned
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE2_URL[0]=ftp://ftp.internic.net/domain/$SOURCE2
SOURCE3_URL[0]=ftp://ftp.isc.org/isc/bind9/$VERSION/$SOURCE3
SOURCE3_IGNORE=signature
- SECURITY_PATCH=8
+ SECURITY_PATCH=9
SOURCE_GPG="isc.gpg:$SOURCE3:UPSTREAM_KEY"
FORCE_DOWNLOAD[2]=true
LICENSE[0]=ISC
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index c768518..7ca6cd7 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,10 @@
+2016-07-14 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: security_patch++, CVEs noted in commit msg
+ Failed to mark security_patch in prior commit
+
+2016-05-24 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: updated version to 9.10.3-P4
+
2015-01-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 9.10.1-P1

diff --git a/net/wpa_supplicant/DEPENDS b/net/wpa_supplicant/DEPENDS
index ec633d7..1584677 100755
--- a/net/wpa_supplicant/DEPENDS
+++ b/net/wpa_supplicant/DEPENDS
@@ -29,6 +29,6 @@ if [[ $CONFIG_CTRL_IFACE != n ]]; then
fi &&

optional_depends dbus \
- CONFIG_CTRL_IFACE_DBUS \
+ "CONFIG_CTRL_IFACE_DBUS CONFIG_CTRL_IFACE_DBUS_NEW" \
"" \
"to enable D-Bus control interface"
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 1d23725..9573556 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2016-07-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, INSTALL: corrected dbus build flags and configs
+
2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply libressl.patch
* libressl.patch: added, backported from OpenBSD to fix build against
diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index 6a0db9a..562f52f 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -13,14 +13,27 @@ if is_depends_enabled $SPELL qt4; then
fi &&

if is_depends_enabled $SPELL dbus; then
- install -vm 755 -d "$INSTALL_ROOT/usr/share/dbus-1/system-services" &&
+ local DBUS_CONFIG_DIR="$INSTALL_ROOT/etc/dbus-1/system.d" &&
+ local DBUS_SYSTEM_DIR="$INSTALL_ROOT/usr/share/dbus-1/system-services" &&

-
DBUS_FILE="$INSTALL_ROOT/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service"
&&
+ if [ ! -d "$DBUS_SYSTEM_DIR" ]; then
+ install -vm 755 -d "$DBUS_SYSTEM_DIR"
+ fi &&
+
+ if [ ! -d "$DBUS_CONFIG_DIR" ]; then
+ install -vm 755 -d "$DBUS_CONFIG_DIR"
+ fi &&
+
+ DBUS_FILE="$DBUS_SYSTEM_DIR/fi.epitest.hostap.WPASupplicant.service" &&
+ DBUS_FILE2="$DBUS_SYSTEM_DIR/fi.w1.wpa_supplicant1.service" &&

if [[ $WPA_RELEASE == legacy ]]; then
- install -Tvm 644 dbus-wpa_supplicant.service "$DBUS_FILE"
- elif [[ $WPA_RELEASE == devel ]]; then
- install -Tvm 644 dbus/fi.epitest.hostap.WPASupplicant.service
"$DBUS_FILE"
+ install -Tvm 644 dbus-wpa_supplicant.service "$DBUS_FILE" &&
+ install_config_file dbus-wpa_supplicant.conf
"$DBUS_CONFIG_DIR/wpa_supplicant.conf"
+ else
+ install -Tvm 644 dbus/fi.epitest.hostap.WPASupplicant.service
"$DBUS_FILE" &&
+ install -Tvm 644 dbus/fi.w1.wpa_supplicant1.service "$DBUS_FILE2" &&
+ install_config_file dbus/dbus-wpa_supplicant.conf
"$DBUS_CONFIG_DIR/wpa_supplicant.conf"
fi
fi &&




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b7c47f1f4b0036c3ec6fd239f442f4a4a01d8503), Vlad Glagolev, 08/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page