libnv: bump library version

Now that we version symbols we should bump the library major version.
While here use version FBSD_1.7 to match the current HEAD FreeBSD
namespace and remove extraneous 'All rights reserved' and incorrect
copyright statement.

Reviewed by:	kevans
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D35875
This commit is contained in:
Kristof Provost 2022-07-21 20:07:22 +02:00
parent 5573614638
commit e4c36b7aa9
4 changed files with 5 additions and 6 deletions

View File

@ -52,6 +52,9 @@
# xargs -n1 | sort | uniq -d; # xargs -n1 | sort | uniq -d;
# done # done
# 20220721: libnv version bumps
OLD_LIBS+=lib/libnv.so.0
# 20220624: unix_passfd_test -> unix_passfd_stream/unix_passfd_dgram # 20220624: unix_passfd_test -> unix_passfd_stream/unix_passfd_dgram
OLD_FILES+=usr/tests/sys/kern/unix_passfd_test OLD_FILES+=usr/tests/sys/kern/unix_passfd_test

View File

@ -6,7 +6,7 @@ SHLIBDIR?= /lib
PACKAGE= runtime PACKAGE= runtime
LIB= nv LIB= nv
SHLIB_MAJOR= 0 SHLIB_MAJOR= 1
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
VERSION_MAP= ${.CURDIR}/Version.map VERSION_MAP= ${.CURDIR}/Version.map

View File

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
FBSD_1.0 { FBSD_1.7 {
global: global:
FreeBSD_cnvlist_free_binary; FreeBSD_cnvlist_free_binary;
FreeBSD_cnvlist_free_bool; FreeBSD_cnvlist_free_bool;

View File

@ -1,13 +1,9 @@
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
* All rights reserved.
* *
* Copyright (c) 2022 Rubicon Communications, LLC (Netgate) * Copyright (c) 2022 Rubicon Communications, LLC (Netgate)
* All rights reserved. * All rights reserved.
* *
* This software was developed by Pawel Jakub Dawidek under sponsorship from
* the FreeBSD Foundation.
*
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
* are met: * are met: