- Update to 2.2.4

This commit is contained in:
Sylvio Cesar Teixeira 2011-08-23 00:07:16 +00:00
parent a2b573605f
commit 2e7a5c351e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280224
3 changed files with 5 additions and 33 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= chpasswd
PORTVERSION= 2.2.3
PORTREVISION= 3
PORTVERSION= 2.2.4
CATEGORIES= www
MASTER_SITES= SF/orso${PORTNAME}/orso${PORTNAME}/${PORTVERSION}
#MASTER_SITES= SF/orsochpasswd/orsochpasswd/chpasswd-2.2.4/
MASTER_SITES= SF/orso${PORTNAME}/orso${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Allow users to change their Squid or Web password using the browser

View file

@ -1,2 +1,2 @@
SHA256 (chpasswd-2.2.3.tar.gz) = b879b48c340627efc10ef1ecc278f11fc58ff28fe2be5af378ec61fe21e1254b
SIZE (chpasswd-2.2.3.tar.gz) = 98282
SHA256 (chpasswd-2.2.4.tar.gz) = 8b665e042faf82372f9f1d19080f427439ad0eeea95903bcada9e07936c5aaba
SIZE (chpasswd-2.2.4.tar.gz) = 74155

View file

@ -1,28 +0,0 @@
--- chpasswd.c.orig 2005-05-09 13:05:08.000000000 +0000
+++ chpasswd.c 2007-11-08 15:10:11.000000000 +0000
@@ -282,7 +282,7 @@
}
-static int
+int
htoi(s)
unsigned char *s;
{
@@ -664,6 +664,16 @@
}
+void getword(char *, char *, char);
+void Herror(char *);
+void Hmsg(char *);
+void putline(FILE *, char *);
+void Changed(char *, char *, char *, char *, char *, char *, char *);
+void NotFound(char *, char *, char *, char *, char *, char *, char *);
+void rulefail(char *, char *, char *);
+static void strip_latin(char *);
+void sendmail(char *, char *, char *);
+
main(argc, argv)
int argc;
char *argv[];