Date: Wed, 23 Dec 2020 12:03:45 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e1f6571a12ed - pf tests: Sort Makefile entries Message-ID: <202012231203.0BNC3jTD097165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e1f6571a12ed7acba428357b67f6b34df1971605 commit e1f6571a12ed7acba428357b67f6b34df1971605 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2020-12-19 14:27:33 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2020-12-23 11:03:20 +0000 pf tests: Sort Makefile entries MFC after: 1 week --- tests/sys/netpfil/pf/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/sys/netpfil/pf/Makefile b/tests/sys/netpfil/pf/Makefile index 3dc20788aa87..73c85320c013 100644 --- a/tests/sys/netpfil/pf/Makefile +++ b/tests/sys/netpfil/pf/Makefile @@ -6,25 +6,25 @@ TESTSDIR= ${TESTSBASE}/sys/netpfil/pf TESTS_SUBDIRS+= ioctl ATF_TESTS_SH+= anchor \ - pass_block \ forward \ fragmentation \ + icmp \ names \ nat \ - set_tos \ - src_track \ + pass_block \ + pfsync \ rdr \ route_to \ - synproxy \ set_skip \ - table \ - pfsync \ - icmp + set_tos \ + src_track \ + synproxy \ + table -${PACKAGE}FILES+= utils.subr \ +${PACKAGE}FILES+= CVE-2019-5597.py \ + CVE-2019-5598.py \ echo_inetd.conf \ - CVE-2019-5597.py \ - CVE-2019-5598.py + utils.subr ${PACKAGE}FILESMODE_CVE-2019-5597.py= 0555 ${PACKAGE}FILESMODE_CVE-2019-5598.py= 0555
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012231203.0BNC3jTD097165>