]> pere.pagekite.me Git - homepage.git/commitdiff
New chrpath release.
authorPetter Reinholdtsen <pere@hungry.com>
Fri, 10 Nov 2023 06:21:45 +0000 (07:21 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Fri, 10 Nov 2023 06:21:45 +0000 (07:21 +0100)
blog/data/2023-11-10-chrpath-0.17.txt [new file with mode: 0644]

diff --git a/blog/data/2023-11-10-chrpath-0.17.txt b/blog/data/2023-11-10-chrpath-0.17.txt
new file mode 100644 (file)
index 0000000..764d8e7
--- /dev/null
@@ -0,0 +1,32 @@
+Title: New chrpath release 0.17
+Tags: english, debian, chrpath
+Date: 2023-11-10 07:30
+
+<p>The chrpath package provide a simple command line tool to remove
+the rpath or runpath of compiled ELF program.  It is almost 10 years
+since I updated the code base, but I stumbled over the tool today, and
+decided it was time to move the code base from Subversion to git and
+find a new home for it, as the previous one (Debian Alioth) has been
+shut down.  I decided to go with
+<a href="https://codeberg.org/">Codeberg</a> this time, as it is my git
+service of choice these days, did a quick and dirty migration to git
+and updated the code with a few patches I found in the Debian bug
+tracker.  These are the release notes:</p>
+
+<p>New in 0.17 released 2023-11-10:</p>
+
+<ul>
+<li>Moved project to Codeberg, as Alioth is shut down.</li>
+<li>Add Solaris support (use &lt;sys/byteorder.h> instead of &lt;byteswap.h>).
+   Patch from Rainer Orth.</li>
+<li>Added missing newline from printf() line.  Patch from Frank Dana.</li>
+<li>Corrected handling of multiple ELF sections. Patch from Frank Dana.</li>
+<li>Updated build rules for .deb.  Partly based on patch from djcj.</li>
+</ul>
+
+<p>The latest edition is tagged and available from
+<a href="https://codeberg.org/pere/chrpath">https://codeberg.org/pere/chrpath</a>.
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>