From 1cb1e75e646cdfc2f224802d6baca66ae7689b33 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 7 Aug 2019 20:05:47 +1000 Subject: [PATCH] libsrtp: opt -> contrib --- libsrtp/.footprint | 42 ------------------------------------------ libsrtp/.signature | 5 ----- libsrtp/Pkgfile | 18 ------------------ 3 files changed, 65 deletions(-) delete mode 100644 libsrtp/.footprint delete mode 100644 libsrtp/.signature delete mode 100644 libsrtp/Pkgfile diff --git a/libsrtp/.footprint b/libsrtp/.footprint deleted file mode 100644 index 026576d04..000000000 --- a/libsrtp/.footprint +++ /dev/null @@ -1,42 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/srtp/ --rw-r--r-- root/root usr/include/srtp/aes.h --rw-r--r-- root/root usr/include/srtp/aes_cbc.h --rw-r--r-- root/root usr/include/srtp/aes_icm.h --rw-r--r-- root/root usr/include/srtp/alloc.h --rw-r--r-- root/root usr/include/srtp/auth.h --rw-r--r-- root/root usr/include/srtp/cipher.h --rw-r--r-- root/root usr/include/srtp/config.h --rw-r--r-- root/root usr/include/srtp/crypto.h --rw-r--r-- root/root usr/include/srtp/crypto_kernel.h --rw-r--r-- root/root usr/include/srtp/crypto_math.h --rw-r--r-- root/root usr/include/srtp/crypto_types.h --rw-r--r-- root/root usr/include/srtp/cryptoalg.h --rw-r--r-- root/root usr/include/srtp/datatypes.h --rw-r--r-- root/root usr/include/srtp/ekt.h --rw-r--r-- root/root usr/include/srtp/err.h --rw-r--r-- root/root usr/include/srtp/getopt_s.h --rw-r--r-- root/root usr/include/srtp/gf2_8.h --rw-r--r-- root/root usr/include/srtp/hmac.h --rw-r--r-- root/root usr/include/srtp/integers.h --rw-r--r-- root/root usr/include/srtp/kernel_compat.h --rw-r--r-- root/root usr/include/srtp/key.h --rw-r--r-- root/root usr/include/srtp/null_auth.h --rw-r--r-- root/root usr/include/srtp/null_cipher.h --rw-r--r-- root/root usr/include/srtp/prng.h --rw-r--r-- root/root usr/include/srtp/rand_source.h --rw-r--r-- root/root usr/include/srtp/rdb.h --rw-r--r-- root/root usr/include/srtp/rdbx.h --rw-r--r-- root/root usr/include/srtp/rtp.h --rw-r--r-- root/root usr/include/srtp/rtp_priv.h --rw-r--r-- root/root usr/include/srtp/sha1.h --rw-r--r-- root/root usr/include/srtp/srtp.h --rw-r--r-- root/root usr/include/srtp/srtp_priv.h --rw-r--r-- root/root usr/include/srtp/stat.h --rw-r--r-- root/root usr/include/srtp/ut_sim.h --rw-r--r-- root/root usr/include/srtp/xfm.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libsrtp.a -lrwxrwxrwx root/root usr/lib/libsrtp.so -> libsrtp.so.1.4.5 --rwxr-xr-x root/root usr/lib/libsrtp.so.1.4.5 diff --git a/libsrtp/.signature b/libsrtp/.signature deleted file mode 100644 index 633b002cf..000000000 --- a/libsrtp/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Xhx0W8uyorQtDnRqjE7hTOOh25OVIZuO7wxuD0Ecwyp4SIr3Hrnbr3A2ahSMOUBg90S8VFOTjW8yayCooBshwE= -SHA256 (Pkgfile) = 93e504550028bf5b3b7db33529e90ff8b7331528c85c224dd3f650ef61ee30c7 -SHA256 (.footprint) = fabc707f1116030242e30b486c63df519ada5d4b12231e1fb04e6d100f269f45 -SHA256 (srtp-git20150922.tar.gz) = a5c2c9329e9869b5c19c0f827a60068376161605931c1a99093b1fecf3846405 diff --git a/libsrtp/Pkgfile b/libsrtp/Pkgfile deleted file mode 100644 index ccc188c2b..000000000 --- a/libsrtp/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Secure Realtime transport protocol library -# URL: git://git.linphone.org/srtp.git -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: - -name=libsrtp -version=git20150922 -release=1 -source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.gz) - -build() { - cd srtp - ./configure \ - --prefix=/usr \ - --disable-debug - make - make DESTDIR=$PKG install -}