From owner-svn-src-projects@freebsd.org Mon Sep 24 17:51:57 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7221B10B36C8 for ; Mon, 24 Sep 2018 17:51:57 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2834C8C175; Mon, 24 Sep 2018 17:51:57 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 233801CB30; Mon, 24 Sep 2018 17:51:57 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OHpvXt032121; Mon, 24 Sep 2018 17:51:57 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8OHpv2E032120; Mon, 24 Sep 2018 17:51:57 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201809241751.w8OHpv2E032120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Mon, 24 Sep 2018 17:51:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r338915 - projects/openssl111/usr.sbin/ntp/libntpevent X-SVN-Group: projects X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: projects/openssl111/usr.sbin/ntp/libntpevent X-SVN-Commit-Revision: 338915 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 17:51:57 -0000 Author: emaste Date: Mon Sep 24 17:51:56 2018 New Revision: 338915 URL: https://svnweb.freebsd.org/changeset/base/338915 Log: Switch ntp's embedded libevent to 2.1.18 For OpenSSL 1.1.1 compatibility. Sponsored by: The FreeBSD Foundation. Modified: projects/openssl111/usr.sbin/ntp/libntpevent/Makefile Modified: projects/openssl111/usr.sbin/ntp/libntpevent/Makefile ============================================================================== --- projects/openssl111/usr.sbin/ntp/libntpevent/Makefile Mon Sep 24 17:41:29 2018 (r338914) +++ projects/openssl111/usr.sbin/ntp/libntpevent/Makefile Mon Sep 24 17:51:56 2018 (r338915) @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${SRCTOP}/contrib/ntp/sntp/libevent +.PATH: ${SRCTOP}/contrib/libevent LIB= ntpevent INTERNALLIB= @@ -26,7 +26,7 @@ NTP_ATOMIC=noatomic .endif CFLAGS+= -I${SRCTOP}/contrib/ntp/include \ - -I${SRCTOP}/contrib/ntp/sntp/libevent/include \ + -I${SRCTOP}/contrib/libevent/include \ -I${.CURDIR}/ CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H