summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-05-30 23:34:04 +0200
committerHelge Deller <deller@gmx.de>2020-05-30 23:34:04 +0200
commit63ccb72619bf0decd9fc2dd32701c9b1517a7653 (patch)
tree9daf7fe90d504b93d61cfacb68eb3c861bd6b8d7
parenta2ca89383322fe8a74fe06a8e3b4ee90dc0ddc76 (diff)
downloadpalo-63ccb72619bf0decd9fc2dd32701c9b1517a7653.tar.gz
palo v2.14 releasev2.14
-rw-r--r--Makefile2
-rw-r--r--debian/changelog13
-rw-r--r--iplbootbin47104 -> 47104 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.812
-rw-r--r--palo.spec2
-rw-r--r--palo/palo.c2
7 files changed, 22 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 56cd19a..00a780c 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ distclean:
ifdef HELP2MAN
palo.8: makepalo palo/usage.txt palo.help2man
help2man --section=8 --no-info \
- --name="installation and management tool for the parisc bootloader" \
+ --name="boot media management tool for PA-RISC/HPPA." \
--include=palo.help2man ./palo/palo > palo.8
endif
diff --git a/debian/changelog b/debian/changelog
index 0f5d6fb..77da962 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,20 @@
+palo (2.14) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * Enable debian hardening flags
+ * Switch to debhelper version 13
+ * Improve palo man page
+ * Update PARISC Linux homepage
+ * Update Standards-Version to 4.5.0, no changes required
+
+ -- Helge Deller <deller@gmx.de> Sat, 30 May 2020 21:16:22 +0000
+
palo (2.13) unstable; urgency=medium
[ Helge Deller ]
* ipl: Reduce ext4 debug output
* rpm: Fix building rpm package on Fedora 30 via "make rpm"
- * Update Standards-Version to 4.5.0, no changes required
+ * Update Standards-Version to 4.4.1, no changes required
[ Jeroen Roovers ]
* ipl: Ensure no GCC builtins replace string functions
diff --git a/iplboot b/iplboot
index f82b0df..c91ff96 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index db699d9..b85723a 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.13"
+#define PALOVERSION "2.14"
#ifndef __ASSEMBLY__
diff --git a/palo.8 b/palo.8
index 718ecac..d3de74a 100644
--- a/palo.8
+++ b/palo.8
@@ -1,12 +1,12 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
-.TH PALO "8" "May 2020" "create and maintain bootable disks" "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
+.TH PALO "8" "Mai 2020" "palo - boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
.SH NAME
-palo \- installation and management tool for the parisc bootloader
+palo \- boot media management tool for PA-RISC/HPPA.
.SH SYNOPSIS
.B palo
[\fI\,options\/\fR]
.SH DESCRIPTION
-palo \- create and maintain bootable disks
+palo \- boot media management tool for PA\-RISC/HPPA.
.TP
\-?, \fB\-\-help\fR
Print this information
@@ -93,8 +93,8 @@ be loaded into the palo partition
When more than one of \fB\-I\fR, \fB\-U\fR, \fB\-s\fR and \fB\-C\fR are used, only the
last one is effective.
.PP
-palo version 2.13
-https://parisc.wiki.kernel.org \- Wed, 20 May 2020 19:35:50 +0000
+palo version 2.14
+https://parisc.wiki.kernel.org \- Sat May 30 23:29:03 CEST 2020
palo is the installation and management tool for the parisc
bootloader, called iplboot. The size required for the iplboot binary
diff --git a/palo.spec b/palo.spec
index c356c33..699811f 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.13
+Version: 2.14
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>
diff --git a/palo/palo.c b/palo/palo.c
index 2098fd0..a68cef7 100644
--- a/palo/palo.c
+++ b/palo/palo.c
@@ -757,7 +757,7 @@ main(int argc, char *argv[])
assert((unsigned long)&f.ipl_addr - (unsigned long)&f == 0xf0);
}
- fputs("palo - create and maintain bootable disks\n", stdout);
+ fputs("palo - boot media management tool for PA-RISC/HPPA.\n", stdout);
/* do we have a -f? */
while ((c = GETOPT(argc, argv, gargs)) != EOF)