summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-04-28 09:29:35 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-04-28 09:29:35 +0000
commit37463058be07468560032a5d94ac5686cf2b39e0 (patch)
tree022a21f5c54e538fe0ab3256f3200471034c4c7e /net-dialup/mgetty/files
parentVersion bump (~x86 masked) (diff)
downloadhistorical-37463058be07468560032a5d94ac5686cf2b39e0.tar.gz
historical-37463058be07468560032a5d94ac5686cf2b39e0.tar.bz2
historical-37463058be07468560032a5d94ac5686cf2b39e0.zip
Security update
Diffstat (limited to 'net-dialup/mgetty/files')
-rw-r--r--net-dialup/mgetty/files/digest-mgetty-1.1.301
-rw-r--r--net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff14
-rw-r--r--net-dialup/mgetty/files/mgetty-1.1.30-gentoo.diff75
3 files changed, 76 insertions, 14 deletions
diff --git a/net-dialup/mgetty/files/digest-mgetty-1.1.30 b/net-dialup/mgetty/files/digest-mgetty-1.1.30
new file mode 100644
index 000000000000..de8ce3a6b404
--- /dev/null
+++ b/net-dialup/mgetty/files/digest-mgetty-1.1.30
@@ -0,0 +1 @@
+MD5 4b80c418bc58add3e40de3be0ac6c02a mgetty1.1.30-Dec16.tar.gz 969967
diff --git a/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff b/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff
deleted file mode 100644
index 44b27cb44556..000000000000
--- a/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- mgetty.texi-in Sat Jan 6 12:46:36 2001
-+++ mgetty.texi-in.fixed Mon Oct 15 11:22:49 2001
-@@ -13,6 +13,11 @@
- Copyright @copyright{} 1993-2000 Gert Doering
- @end ifinfo
-
-+@dircategory User
-+@direntry
-+* MGETTY: (mgetty). Modem+Voice+Fax utilities
-+@end direntry
-+
- @titlepage
- @sp 6
- @center @titlefont{mgetty+sendfax}
diff --git a/net-dialup/mgetty/files/mgetty-1.1.30-gentoo.diff b/net-dialup/mgetty/files/mgetty-1.1.30-gentoo.diff
new file mode 100644
index 000000000000..f16253da0bf5
--- /dev/null
+++ b/net-dialup/mgetty/files/mgetty-1.1.30-gentoo.diff
@@ -0,0 +1,75 @@
+diff -u -r /tmp/mgetty-1.1.30/Makefile ./Makefile
+--- mgetty-1.1.30/Makefile 2002-12-16 13:08:23.000000000 +0000
++++ mgetty-1.1.30/Makefile 2003-04-28 08:04:29.000000000 +0000
+@@ -107,7 +107,7 @@
+ # prompt first. Don't forget to activate the /AutoPPP/ line in login.config!
+ #
+ #CFLAGS=-Wall -O2 -pipe -DSECUREWARE -DUSE_POLL
+-CFLAGS=-O2 -Wall -pipe
++#CFLAGS=-O2 -Wall -pipe
+ #CFLAGS=-O -DSVR4
+ #CFLAGS=-O -DSVR4 -DSVR42
+ #CFLAGS=-O -DUSE_POLL
+diff -u -r /tmp/mgetty-1.1.30/doc/mgetty.texi-in ./doc/mgetty.texi-in
+--- mgetty-1.1.30/doc/mgetty.texi-in 2002-11-17 21:19:45.000000000 +0000
++++ mgetty-1.1.30/doc/mgetty.texi-in 2003-04-28 08:05:13.000000000 +0000
+@@ -13,6 +13,11 @@
+ Copyright @copyright{} 1993-2000 Gert Doering
+ @end ifinfo
+
++@dircategory User
++@direntry
++* MGETTY: (mgetty). Modem+Voice+Fax utilities
++@end direntry
++
+ @titlepage
+ @sp 6
+ @center @titlefont{mgetty+sendfax}
+diff -u -r /tmp/mgetty-1.1.30/voice/Makefile ./voice/Makefile
+--- mgetty-1.1.30/voice/Makefile 2001-12-23 15:08:13.000000000 +0000
++++ mgetty-1.1.30/voice/Makefile 2003-04-28 08:04:53.000000000 +0000
+@@ -85,6 +85,7 @@
+ @echo ""
+ $(INSTALL) -m 700 vgetty/vgetty $(SBINDIR)
+ $(INSTALL) -m 755 vm/vm $(BINDIR)
++ $(INSTALL) -m 755 voice.conf-dist $(CONFDIR)/voice.conf
+ for i in $(PVFTOOLS); \
+ do \
+ $(INSTALL) -m 755 pvftools/$$i $(BINDIR); \
+@@ -97,21 +98,21 @@
+ do \
+ $(RM) -f $$i.1; $(LN) -s pvf.1 $$i.1; \
+ done
+-# [ -d $(VOICE_DIR) ] || mkdir $(VOICE_DIR)
+-# [ -d $(VOICE_DIR)/incoming ] || mkdir $(VOICE_DIR)/incoming
+-# chown 0 $(VOICE_DIR)/incoming
+-# chgrp $(PHONE_GROUP) $(VOICE_DIR)/incoming
+-# chmod $(PHONE_PERMS) $(VOICE_DIR)/incoming
+-# [ -d $(VOICE_DIR)/messages ] || mkdir $(VOICE_DIR)/messages
+-# for i in $(SHELLSCRIPTS); do \
+-# $(INSTALL) -m 755 $$i $(VOICE_DIR) ;\
+-# done
+-# [ -f $(VOICE_DIR)/.code ] || echo '12345' >$(VOICE_DIR)/.code
+-# chgrp $(PHONE_GROUP) $(VOICE_DIR)/.code
+-# chmod $(PHONE_PERMS) $(VOICE_DIR)/.code
+-# chmod 660 $(VOICE_DIR)/.code
+-# [ -f $(VOICE_DIR)/messages/Index ] || \
+-# echo 'put_filename_here' >$(VOICE_DIR)/messages/Index
++ [ -d $(VOICE_DIR) ] || mkdir $(VOICE_DIR)
++ [ -d $(VOICE_DIR)/incoming ] || mkdir $(VOICE_DIR)/incoming
++ chown 0 $(VOICE_DIR)/incoming
++ chgrp $(PHONE_GROUP) $(VOICE_DIR)/incoming
++ chmod $(PHONE_PERMS) $(VOICE_DIR)/incoming
++ [ -d $(VOICE_DIR)/messages ] || mkdir $(VOICE_DIR)/messages
++ for i in $(SHELLSCRIPTS); do \
++ $(INSTALL) -m 755 $$i $(VOICE_DIR) ;\
++ done
++ [ -f $(VOICE_DIR)/.code ] || echo '12345' >$(VOICE_DIR)/.code
++ chgrp $(PHONE_GROUP) $(VOICE_DIR)/.code
++ chmod $(PHONE_PERMS) $(VOICE_DIR)/.code
++ chmod 660 $(VOICE_DIR)/.code
++ [ -f $(VOICE_DIR)/messages/Index ] || \
++ echo 'put_filename_here' >$(VOICE_DIR)/messages/Index
+
+ clean:
+ @echo "Cleaning..."