Skip to Content.
Sympa Menu

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

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 (c463541f0f1cdbd763e50cb6af97a9df3f1aa2cf)
  • Date: Thu, 2 Apr 2015 14:37:32 -0500

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

ChangeLog | 5 +++++
kernel.gpg |binary
kernels/linux/HISTORY | 4 ++++
kernels/linux/PRE_BUILD | 2 +-
kernels/linux/info/kernels/3.0 | 4 +++-
kernels/linux/liblinux | 2 +-
net/freeradius/HISTORY | 5 +++++
net/freeradius/INSTALL | 6 ++++++
net/freeradius/init.d/freeradius.conf | 3 +++
net/freeradius/init.d/radiusd | 3 +++
10 files changed, 31 insertions(+), 3 deletions(-)

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

freeradius: added init script config

(cherry picked from commit 35405a5cf8685c0b046b37a1c4017cf4430d7946)

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

linux: support 3.0 kernels' verification

(cherry picked from commit 91ee8336f305e9466dbbb19007e2fbe9d0be78f4)

Conflicts:
kernels/linux/HISTORY

commit 0c65817bcaeb48b3572d0000d82e3fa0d34ef090
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kernel.gpg: added C4790F9D public key

(cherry picked from commit e42f4919b98369876d24411a3b507d2936c7dc7f)

Conflicts:
ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 211dbc1..6f106fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * kernel.gpg: added C4790F9D public key (Linux Kernel Archives
+ Verification Key (One-off resigning of old releases)
+ <ftpadmin AT kernel.org>)
+
2015-03-26 Vlad Glagolev <stealth AT sourcemage.org>
* FUNCTIONS: added check_tmp_noexec to fix build on the systems with
secure options for /tmp (at least)
diff --git a/kernel.gpg b/kernel.gpg
index f1fbad5..9d8b3f5 100644
Binary files a/kernel.gpg and b/kernel.gpg differ
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index af1fc08..a96f56d 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,7 @@
+2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * liblinux, info/kernels/3.0, PRE_BUILD: support 3.0 kernels'
+ verification
+
2015-02-09 Ladislav Hagara <hgr AT vabo.cz>
* latest.defaults: LATEST_maintenance_patches_3=3.19, LATEST_3=3.19
* info/kernels/3.19: added
diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
index c3c8ce5..1d7f1b8 100755
--- a/kernels/linux/PRE_BUILD
+++ b/kernels/linux/PRE_BUILD
@@ -64,7 +64,7 @@ case "${KMODE}" in
mk_source_dir $LINUX_SOURCE_DIRECTORY &&
cd $LINUX_SOURCE_DIRECTORY &&
case $VERSION in
- 3.[1-9]*)
+ 3.[0-9]*)
case $SOURCE in
*.bz2)
message "${MESSAGE_COLOR}bunzip2
$SOURCE_CACHE/$SOURCE${DEFAULT_COLOR}"
diff --git a/kernels/linux/info/kernels/3.0 b/kernels/linux/info/kernels/3.0
index 1989f18..808d1ae 100755
--- a/kernels/linux/info/kernels/3.0
+++ b/kernels/linux/info/kernels/3.0
@@ -1,3 +1,5 @@
version="3.0"
source="linux-${version}.tar.bz2"
-source_url="${KERNEL_URL}/pub/linux/kernel/v3.0/${source}"
+source_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source}"
+source2="linux-${version}.tar.sign"
+source2_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source2}"
diff --git a/kernels/linux/liblinux b/kernels/linux/liblinux
index 358dfa0..f5f60f2 100755
--- a/kernels/linux/liblinux
+++ b/kernels/linux/liblinux
@@ -362,7 +362,7 @@ function create_details()
BASE_KVER="$basekver"
fi
case "$BASE_KVER" in
- 3.[1-9]*)
+ 3.[0-9]*)
. $KERNELS_DIRECTORY/${BASE_KVER}
echo ".
\${SPELL_DIRECTORY}/info/kernels/${BASE_KVER}"
echo "SOURCE=\$source"
diff --git a/net/freeradius/HISTORY b/net/freeradius/HISTORY
index 25ea8eb..833add2 100644
--- a/net/freeradius/HISTORY
+++ b/net/freeradius/HISTORY
@@ -1,3 +1,8 @@
+2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: added, to install init script config
+ * init.d/radiusd: use RADIUSD_ARGS
+ * init.d/radiusd.conf: added, init script config
+
2015-01-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.2.6

diff --git a/net/freeradius/INSTALL b/net/freeradius/INSTALL
new file mode 100755
index 0000000..1e53e7f
--- /dev/null
+++ b/net/freeradius/INSTALL
@@ -0,0 +1,6 @@
+default_install &&
+
+if [[ $INIT_INSTALLED ]]; then
+ install_config_file "$SPELL_DIRECTORY/init.d/freeradius.conf" \
+ "$INSTALL_ROOT/etc/sysconfig/freeradius"
+fi
diff --git a/net/freeradius/init.d/freeradius.conf
b/net/freeradius/init.d/freeradius.conf
new file mode 100644
index 0000000..8add2ca
--- /dev/null
+++ b/net/freeradius/init.d/freeradius.conf
@@ -0,0 +1,3 @@
+# For arguments and description see radiusd(8)
+
+RADIUSD_ARGS=""
diff --git a/net/freeradius/init.d/radiusd b/net/freeradius/init.d/radiusd
index 54de9b5..dad5a9b 100755
--- a/net/freeradius/init.d/radiusd
+++ b/net/freeradius/init.d/radiusd
@@ -1,6 +1,9 @@
#!/bin/bash

+. /etc/sysconfig/freeradius
+
PROGRAM=/usr/sbin/radiusd
+ARGS="$RADIUSD_ARGS"
RUNLEVEL=3
NEEDS="+network"




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c463541f0f1cdbd763e50cb6af97a9df3f1aa2cf), Vlad Glagolev, 04/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page