radvd: update to 2.21.

This commit is contained in:
Leah Neukirchen
2026-05-26 12:17:37 +02:00
parent ba11a21eaa
commit 6aa3fe706e
2 changed files with 3 additions and 17 deletions
-14
View File
@@ -1,14 +0,0 @@
strlcpy is in glibc and musl nowadays.
--- a/includes.h
+++ b/includes.h
@@ -26,9 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef __FreeBSD__
-#include <bsd/string.h> // strlcpy
-#endif
#include <syslog.h>
#include <time.h>
#include <unistd.h>
+3 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'radvd'
pkgname=radvd
version=2.20
version=2.21
revision=1
build_style=gnu-configure
hostmakedepends="flex pkg-config"
@@ -9,8 +9,8 @@ short_desc="IPv6 Router Advertisement Daemon"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="radvd"
homepage="http://www.litech.org/radvd/"
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
checksum=25d2960fb977ac35c45a8d85b71db22ed8af325db7dbf4a562fb03eab2848dcd
distfiles="https://github.com/radvd-project/radvd/releases/download/v${version}/radvd-${version}.tar.xz"
checksum=91df2ed7faca0716bbd726a17d6467ed92fcb2b6e45b57d9e619f9686ab99e1b
conf_files="/etc/radvd.conf"
if [ "$XBPS_CHECK_PKGS" ]; then