diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-08-07 19:45:25 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-08-07 20:04:54 +1000 |
commit | e61036f84a8d3e965e8a777df42f13e90b708573 (patch) | |
tree | dcde6faa461a80c61d18aba427768eac6e002a52 /libsrtp | |
parent | b4073fe3f5fc91f7f7429b705cd58ae8e0e7f179 (diff) | |
download | contrib-e61036f84a8d3e965e8a777df42f13e90b708573.tar.gz contrib-e61036f84a8d3e965e8a777df42f13e90b708573.tar.xz |
libsrtp: opt -> contrib
Diffstat (limited to 'libsrtp')
-rw-r--r-- | libsrtp/.footprint | 42 | ||||
-rw-r--r-- | libsrtp/.signature | 5 | ||||
-rw-r--r-- | libsrtp/Pkgfile | 18 |
3 files changed, 65 insertions, 0 deletions
diff --git a/libsrtp/.footprint b/libsrtp/.footprint new file mode 100644 index 000000000..026576d04 --- /dev/null +++ b/libsrtp/.footprint @@ -0,0 +1,42 @@ +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 new file mode 100644 index 000000000..633b002cf --- /dev/null +++ b/libsrtp/.signature @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..ccc188c2b --- /dev/null +++ b/libsrtp/Pkgfile @@ -0,0 +1,18 @@ +# 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 +} |