| /src/contrib/file/magic/Magdir/ |
| H A D | apt | 3 # $File: apt,v 1.1 2016/10/17 19:51:57 christos Exp $ 4 # apt: file(1) magic for APT Cache files 6 # <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/pkgcache.h#n292> 11 0 name apt-cache-64bit-be 17 0 name apt-cache-32bit-be 23 0 name apt-cache-be 29 >8 ubeshort <10 APT cache data, version %u 31 >>0 use apt-cache-64bit-be 34 >8 uleshort <10 APT cache data, version %u 36 >>0 use \^apt-cache-64bit-be [all …]
|
| /src/contrib/libfido2/.actions/ |
| H A D | setup_clang | 9 APT="http://apt.llvm.org" 12 apt-get install -q -y software-properties-common 13 apt-key add ./.actions/llvm.gpg 14 add-apt-repository \ 15 "deb ${APT}/${CODENAME}/ llvm-toolchain-${CODENAME}-${VERSION} main" 16 apt-get update -q 17 apt-get install -q -y "${CC}" "clang-tools-${VERSION}"
|
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_api_macos.c | 515 struct api_macos_ptcursor *apt = NULL; in api_macos_ptcursor_new() local 517 apt = malloc(sizeof(*apt)); in api_macos_ptcursor_new() 518 if (apt == NULL) in api_macos_ptcursor_new() 520 apt->first = TRUE; in api_macos_ptcursor_new() 521 apt->primary = NULL; in api_macos_ptcursor_new() 522 apt->cc_context = NULL; in api_macos_ptcursor_new() 523 apt->iter = NULL; in api_macos_ptcursor_new() 527 free(apt); in api_macos_ptcursor_new() 532 ptcursor->data = apt; in api_macos_ptcursor_new() 568 struct api_macos_ptcursor *apt = ptcursor->data; in api_macos_ptcursor_next() local [all …]
|
| /src/contrib/libcbor/.circleci/ |
| H A D | config.yml | 6 - run: sudo apt-get update 8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES} 9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-dev libcjson-dev 43 - run: sudo NEEDRESTART_MODE=l apt-get install -y clang-format doxygen cppcheck 72 - run: sudo NEEDRESTART_MODE=l apt-get install -y valgrind 102 - run: sudo apt-get update 103 … - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake gcc-multilib g++-multilib libc6-dev-i386 168 - run: sudo apt install apt-transport-https curl gnupg 170 - run: sudo mv bazel.gpg /etc/apt/trusted.gpg.d/ 171 …o "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/so… [all …]
|
| /src/contrib/libyaml/docker/ |
| H A D | ubuntu-14.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 9 add-apt-repository ppa:git-core/ppa && \ 10 apt-get update && \ 11 apt-get install -y \ 16 rm -rf /var/lib/apt/lists/* && \
|
| H A D | ubuntu-16.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 11 rm -rf /var/lib/apt/lists/* && \
|
| /src/sys/contrib/zstd/ |
| H A D | Makefile | 335 .PHONY: apt-install 336 apt-install: 337 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES) 339 .PHONY: apt-add-repo 340 apt-add-repo: 341 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 342 sudo apt-get update -y -qq 346 APT_PACKAGES="qemu-system-ppc qemu-user-static gcc-powerpc-linux-gnu" $(MAKE) apt-install 349 …inux-gnueabi libc6-dev-armel-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross" $(MAKE) apt-install 352 APT_PACKAGES="valgrind" $(MAKE) apt-install [all …]
|
| /src/contrib/libfido2/.github/workflows/ |
| H A D | openssl3.yml | 36 sudo apt -q update 37 sudo apt install -q -y libcbor-dev libudev-dev libz-dev \ 39 sudo apt remove -y libssl-dev 43 sudo apt install -q -y binutils-mingw-w64-i686 gcc-mingw-w64 \ 46 sudo apt install -q -y "${CC}"
|
| H A D | linux_builds.yml | 39 sudo apt -q update 40 sudo apt install -q -y libcbor-dev libudev-dev libz-dev \ 49 sudo apt install -q -y binutils-mingw-w64-i686 gcc-mingw-w64 \ 52 sudo apt install -q -y "${CC}"
|
| /src/crypto/libecc/.github/workflows/ |
| H A D | libecc_crossarch_tests.yml | 40 sudo apt-get update; 43 sudo apt-get -y install software-properties-common; 44 sudo apt-add-repository "ppa:ondrej/php" -y; 46 sudo apt-get update; 47 sudo apt-get -y install qemu-user-static wine-stable wine32 wine64;
|
| /src/crypto/krb5/.github/workflows/ |
| H A D | doc.yml | 15 sudo apt-get update -qq 16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx 29 sudo apt-get update -qq 30 sudo apt-get install -y doxygen python3-lxml python3-pip
|
| /src/crypto/openssh/.github/ |
| H A D | setup_ci.sh | 24 PACKAGER=apt 96 apt) PACKAGES="$PACKAGES libedit-dev" ;; 101 apt) PACKAGES="$PACKAGES libpam0g-dev" ;; 165 sudo apt update -qq 166 sudo apt install -qy software-properties-common 167 sudo apt-add-repository -y ppa:yubico/stable 173 apt) 174 sudo apt update -qq 175 if sudo apt install -qy $PACKAGES; then
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-1-setup.sh | 12 # The normal apt-mirrors.txt will look like: 19 sudo sed -i '/azure.archive.ubuntu.com/d' /etc/apt/apt-mirrors.txt 21 cat /etc/apt/apt-mirrors.txt 25 sudo apt-get -y update 26 sudo apt-get install -y axel cloud-image-utils daemonize guestfs-tools \
|
| H A D | qemu-3-deps-vm.sh | 60 echo "##[group]Running apt-get update+upgrade" 61 sudo sed -i '/[[:alpha:]]-backports/d' /etc/apt/sources.list 62 sudo apt-get update -y 63 sudo apt-get upgrade -y 67 sudo apt-get install -y \ 188 sudo apt-get install -yq linux-perf dh-sequence-dkms 212 sudo apt-get install -yq linux-tools-common libtirpc-dev \ 214 sudo apt-get install -yq dh-sequence-dkms
|
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | fips_crng_test.c | 67 } apt; member 145 if (ossl_likely(crngt->apt.b != 0)) { in APT_test() 146 if (ossl_unlikely(crngt->apt.a == next) in APT_test() 147 && ossl_unlikely(++crngt->apt.b >= apt_c[ENTROPY_H])) { in APT_test() 148 crngt->apt.b = 0; in APT_test() 151 if (ossl_unlikely(++crngt->apt.i >= ENTROPY_APT_W)) in APT_test() 152 crngt->apt.b = 0; in APT_test() 155 crngt->apt.a = next; in APT_test() 156 crngt->apt.b = 1; in APT_test() 157 crngt->apt.i = 1; in APT_test()
|
| /src/contrib/libfido2/ |
| H A D | README.adoc | 61 $ sudo apt install libfido2-1 libfido2-dev libfido2-doc fido2-tools 68 $ sudo apt install software-properties-common 69 $ sudo apt-add-repository ppa:yubico/stable 70 $ sudo apt update 71 $ sudo apt install libfido2-1 libfido2-dev libfido2-doc fido2-tools
|
| /src/crypto/openssl/test/quic-openssl-docker/ |
| H A D | Dockerfile | 12 RUN apt-get update && apt-get install -y \ 48 RUN apt-get clean
|
| /src/sys/contrib/libsodium/packaging/dotnet-core/recipes/ |
| H A D | debian-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
| H A D | ubuntu-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
| H A D | linux-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
| /src/contrib/kyua/admin/ |
| H A D | travis-install-deps.sh | 48 sudo apt-get update -qq 49 sudo apt-get install -y ${packages} 60 sudo apt-get install -y doxygen
|
| /src/contrib/unbound/contrib/android/ |
| H A D | install_tools.sh | 5 sudo apt-get -qq update 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
| /src/contrib/jemalloc/scripts/linux/ |
| H A D | before_install.sh | 11 sudo apt-get update 12 sudo apt-get -y install gcc-multilib g++-multilib
|
| /src/contrib/unbound/contrib/ |
| H A D | Dockerfile.tests | 5 RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-op…
|
| /src/contrib/openbsm/ |
| H A D | .travis.yml | 13 sudo apt-get -qq update; 14 sudo apt-get -qq install byacc flex;
|