]> git.draconx.ca Git - rarpd-dx.git/log
rarpd-dx.git
10 months agoPunt iputils_common helpers.
Nick Bowler [Thu, 27 Jul 2023 03:29:57 +0000 (23:29 -0400)]
Punt iputils_common helpers.

Only two functions from this common library are used by rarpd.

The error fallback depends on program_invocation_short_name, which is a
GNU C library feature, and if you have the GNU C library, you have error,
so I'm really not sure what systems this works on.

And for rarpd, there seems to be no point in explicitly closing the
standard I/O streams since it doesn't print anything normally.

10 months agoGet rid of IPUTILS_VERSION macro.
Nick Bowler [Thu, 27 Jul 2023 03:11:17 +0000 (23:11 -0400)]
Get rid of IPUTILS_VERSION macro.

This program isn't part of iputils anymore.

10 months agoAdd NEWS.
Nick Bowler [Thu, 27 Jul 2023 03:02:26 +0000 (23:02 -0400)]
Add NEWS.

10 months agoUse gitlog-to-changelog w/ "make dist".
Nick Bowler [Thu, 27 Jul 2023 02:51:44 +0000 (22:51 -0400)]
Use gitlog-to-changelog w/ "make dist".

10 months agoImport bootstrap script etc.
Nick Bowler [Thu, 27 Jul 2023 02:28:54 +0000 (22:28 -0400)]
Import bootstrap script etc.

10 months agoImport rarpd from iputils-20211215
Nick Bowler [Thu, 27 Jul 2023 02:15:30 +0000 (22:15 -0400)]
Import rarpd from iputils-20211215

Well, with rarpd removed from iputils, let's extract it to a standalone
package.  This is just the bare minimum to start, all source files are
unmodified from the iputils-20211215 release, and a brand-new skeleton
build system is implemented to compile the software and documentation.