mathopd: update to 1.6b15

This commit is contained in:
Juergen Daubert 2013-07-14 11:29:10 +02:00
parent dd4f8ebe3a
commit fec6320097
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
ec0d71c0c75986c1c4974320788945cc dir_cgi-1.1.tar.gz
56ed28d0c582903a2c29c9c5f9153e57 mathopd
6df3ca2eff185888a96e221f221296a9 mathopd-1.5p8.tar.gz
3e318e6add3583d90373cc335e5ea75e mathopd-config.patch
d17bf698470fccf48b9cf5a70f5b3bc2 mathopd-1.6b15.tar.gz
d2079b5851e665ac7713957fe9d62cb5 mathopd-config.patch
dd645079a41380fbb301da6d5559de84 mathopd.8.gz
2f0f28b786a555bbd800c0cbcf0d7057 mathopd.conf
11092a3c42c38d8a851a7807b6576349 mathopd.conf.5.gz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=mathopd
version=1.5p8
version=1.6b15
release=1
source=(http://www.mathopd.org/dist/$name-$version.tar.gz \
http://jue.li/misc/dir_cgi/dir_cgi-1.1.tar.gz \

View File

@ -1,6 +1,6 @@
diff -Nru mathopd-1.5p6.orig/src/Makefile mathopd-1.5p6/src/Makefile
--- mathopd-1.5p6.orig/src/Makefile 2007-07-21 14:56:57.000000000 +0200
+++ mathopd-1.5p6/src/Makefile 2007-07-21 14:58:26.000000000 +0200
diff -Nru mathopd-1.6b15.orig/src/Makefile mathopd-1.6b15/src/Makefile
--- mathopd-1.6b15.orig/src/Makefile 2013-07-14 11:24:58.467932282 +0200
+++ mathopd-1.6b15/src/Makefile 2013-07-14 11:25:16.330733913 +0200
@@ -1,6 +1,6 @@
BIN = mathopd
CC = gcc
@ -10,7 +10,7 @@ diff -Nru mathopd-1.5p6.orig/src/Makefile mathopd-1.5p6/src/Makefile
LDFLAGS =
LIBS = -lcrypt
@@ -12,12 +12,12 @@
# LIBS = -lsocket -lnsl -lresolv
# LIBS = -lsocket -lnsl
# On Linux, uncomment the following
-# CPPFLAGS = -DHAVE_CRYPT_H
@ -23,7 +23,7 @@ diff -Nru mathopd-1.5p6.orig/src/Makefile mathopd-1.5p6/src/Makefile
+CPPFLAGS += -D_FILE_OFFSET_BITS=64
OBJS = base64.o cgi.o config.o core.o dump.o imap.o log.o main.o \
redirect.o request.o util.o stub.o $(EXTRA_OBJS)
redirect.o request.o util.o stub.o addr.o $(EXTRA_OBJS)
@@ -31,15 +31,15 @@
# CPPFLAGS += -DNEED_SOCKLEN_T