Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/freebsd/crypto/openssh/.github/workflows/
H A Dc-cpp.yml57 - { target: ubuntu-latest, config: boringssl }
80 - { target: ubuntu-latest, config: putty-0.71 }
81 - { target: ubuntu-latest, config: putty-0.72 }
82 - { target: ubuntu-latest, config: putty-0.73 }
83 - { target: ubuntu-latest, config: putty-0.74 }
84 - { target: ubuntu-latest, config: putty-0.75 }
85 - { target: ubuntu-latest, config: putty-0.76 }
86 - { target: ubuntu-latest, config: putty-0.77 }
87 - { target: ubuntu-latest, config: putty-0.78 }
88 - { target: ubuntu-latest, config: putty-0.79 }
[all …]
/freebsd/contrib/kyua/store/
H A Dlayout.cpp75 std::string latest; in find_latest() local
82 if (latest.empty() || iter->name > latest) { in find_latest()
83 latest = iter->name; in find_latest()
90 if (latest.empty()) in find_latest()
95 return store_dir / latest; in find_latest()
/freebsd/contrib/googletest/.github/workflows/
H A Dgtest-ci.yml12 runs-on: ubuntu-latest
23 runs-on: macos-latest
35 runs-on: windows-latest
/freebsd/contrib/libucl/tests/basic/
H A D3.in5 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
6 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
7 packagesite: http://pkg-test.freebsd.org/pkg-test/${ABI}/latest
/freebsd/contrib/libcbor/
H A DREADME.md4 …dthedocs.org/projects/libcbor/badge/?version=latest)](https://readthedocs.org/projects/libcbor/?ba…
5 [![latest packaged version(s)](https://repology.org/badge/latest-versions/libcbor.svg)](https://rep…
92 Get the latest documentation at [libcbor.readthedocs.org](http://libcbor.readthedocs.org/)
H A DCONTRIBUTING.md5 …PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#g…
34 - [Development documentation](https://libcbor.readthedocs.io/en/latest/development.html)
/freebsd/usr.sbin/pkg/
H A DMakefile7 PKGCONFBRANCH?= latest
15 PKGCONFBRANCH?= latest
H A DFreeBSD.conf.latest10 url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
/freebsd/contrib/unbound/
H A DREADME.md6 …dthedocs.org/projects/unbound/badge/?version=latest)](https://unbound.readthedocs.io/en/latest/?ba…
H A DSECURITY.md8 Support is provided in respect of the latest release, i.e. releases with the
11 3.2.18 to 4.0.0), support will also be provided on the latest minor version of
/freebsd/tools/boot/
H A Dfull-test.readme8 (2) The latest qemu-system-aarch64 (I think ports/pkg version of emulators/qemu
9 is recent enough). If not, I know the latest master of qemu project works.
21 the latest CDs to do the testing, but has a way to override the kernel and
/freebsd/secure/caroot/
H A DREADME11 2) Download the latest certdata.txt from Mozilla (fetchcerts)
26 Download the latest certdata.txt from the Mozilla NSS hg repo
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
72 hash often to point to the latest version.
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
/freebsd/.github/workflows/
H A Dcross-bootstrap-tools.yml21 os: [ ubuntu-20.04, ubuntu-22.04, macos-latest ]
32 - os: macos-latest
/freebsd/crypto/openssl/fuzz/
H A Dmkfuzzoids.pl13 my $YEAR = OpenSSL::copyright::latest(($0, $obj_dat_h));
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dcopyright.pm35 sub latest { subroutine
/freebsd/contrib/less/
H A Dregexp.c377 register char *latest; local
385 latest = regpiece(&flags);
386 if (latest == NULL)
392 regtail(chain, latest);
393 chain = latest;
/freebsd/crypto/openssl/
H A DREADME-FIPS.md39 If you want to use a validated FIPS provider, but also want to use the latest
89 Installing the FIPS provider and using it with the latest release
107 Download and build the latest release of OpenSSL
110 We use OpenSSL 3.1.0 here, (but you could also use the latest 3.0.X)
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A DREADME4 testregex.c 2004-05-31 is the latest source for the AT&T Research
/freebsd/contrib/unbound/contrib/
H A DDockerfile.tests1 FROM gcc:latest
/freebsd/contrib/ntp/sntp/
H A Dmain.c1555 struct timeval latest; in gettimeofday_cached() local
1563 event_base_gettimeofday_cached(b, &latest); in gettimeofday_cached()
1565 !memcmp(&latest, &cached, sizeof(latest))) { in gettimeofday_cached()
1569 cached = latest; in gettimeofday_cached()
1580 diff = sub_tval(systemt, latest); in gettimeofday_cached()
1592 diff = sub_tval(latest, mono); in gettimeofday_cached()
/freebsd/contrib/sendmail/contrib/
H A DREADME6 care -- some of the patches may be out of date with the latest release
/freebsd/libexec/rc/rc.d/
H A Dnuageinit49 dir=/media/nuageinit/$d/latest
/freebsd/contrib/libcbor/.github/workflows/
H A Dfuzz.yml7 runs-on: ubuntu-latest
/freebsd/contrib/kyua/
H A D.cirrus.yml21 …p://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD…

12345678910>>...13