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:
parent
5573614638
commit
e4c36b7aa9
@ -52,6 +52,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20220721: libnv version bumps
|
||||
OLD_LIBS+=lib/libnv.so.0
|
||||
|
||||
# 20220624: unix_passfd_test -> unix_passfd_stream/unix_passfd_dgram
|
||||
OLD_FILES+=usr/tests/sys/kern/unix_passfd_test
|
||||
|
||||
|
@ -6,7 +6,7 @@ SHLIBDIR?= /lib
|
||||
|
||||
PACKAGE= runtime
|
||||
LIB= nv
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
|
||||
VERSION_MAP= ${.CURDIR}/Version.map
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
FBSD_1.0 {
|
||||
FBSD_1.7 {
|
||||
global:
|
||||
FreeBSD_cnvlist_free_binary;
|
||||
FreeBSD_cnvlist_free_bool;
|
||||
|
@ -1,13 +1,9 @@
|
||||
/*-
|
||||
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
||||
* All rights reserved.
|
||||
*
|
||||
* Copyright (c) 2022 Rubicon Communications, LLC (Netgate)
|
||||
* 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
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
|
Loading…
Reference in New Issue
Block a user