update smstools3 to 3.1.14, patch away a /bin/bash
This commit is contained in:
parent
edeaa56aa4
commit
535ece2645
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/09/03 13:37:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/09/21 22:40:26 sthen Exp $
|
||||
|
||||
COMMENT = gateway to send and receive SMS through GSM mobile phones
|
||||
|
||||
DISTNAME = smstools3-3.1.12
|
||||
DISTNAME = smstools3-3.1.14
|
||||
|
||||
CATEGORIES = comms
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (smstools3-3.1.12.tar.gz) = /2gVj06hmr2AD0INTyvUGw==
|
||||
RMD160 (smstools3-3.1.12.tar.gz) = /JQmqxsa4wOZ8C4P1oO0WKfkO1s=
|
||||
SHA1 (smstools3-3.1.12.tar.gz) = f9Nel+bX13Gi4Gzq0BJox4p9siQ=
|
||||
SHA256 (smstools3-3.1.12.tar.gz) = jwqrWg2fozOFzOGgZpDo6GfoLlEwQWbrLpiybi/L7N0=
|
||||
SIZE (smstools3-3.1.12.tar.gz) = 295732
|
||||
MD5 (smstools3-3.1.14.tar.gz) = 4Pn4QkDw25ooaqOl+jvY+w==
|
||||
RMD160 (smstools3-3.1.14.tar.gz) = RP/xyXYSIk9+LMP1HXSiTy+9zKg=
|
||||
SHA1 (smstools3-3.1.14.tar.gz) = E4aVGdVlkyl3XnIiwGUkTEMhOSE=
|
||||
SHA256 (smstools3-3.1.14.tar.gz) = mveceljcqwDhjqe0TbRbyLuerQu1gJ6LBEocStVQtYE=
|
||||
SIZE (smstools3-3.1.14.tar.gz) = 299379
|
||||
|
@ -1,6 +1,12 @@
|
||||
$OpenBSD: patch-scripts_sendsms,v 1.2 2010/05/03 14:29:31 sthen Exp $
|
||||
--- scripts/sendsms.orig Wed Apr 28 07:10:41 2010
|
||||
+++ scripts/sendsms Mon May 3 14:55:19 2010
|
||||
$OpenBSD: patch-scripts_sendsms,v 1.3 2010/09/21 22:40:26 sthen Exp $
|
||||
--- scripts/sendsms.orig Thu Jul 8 13:41:13 2010
|
||||
+++ scripts/sendsms Tue Sep 21 23:37:01 2010
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# This script send a text sms at the command line by creating
|
||||
# a sms file in the outgoing queue.
|
||||
|
||||
@@ -18,7 +18,7 @@ KEYS=""
|
||||
# When creating keys, remember to use -n for echo:
|
||||
# echo -n "key" | md5sum
|
||||
|
Loading…
Reference in New Issue
Block a user