diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-12 13:04:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-12 13:04:42 +0000 |
commit | 12423e6cf01721c16a92705333211fcf7461f570 (patch) | |
tree | 908bd5ac5d3b0b6047a906848f3ae7bf7dfae584 /mail/popa3d/files.smtp/patch-pop_auth.c | |
parent | Upgrade to 1.2.0-3. Minor improvements. One of our patches got (diff) |
- Update popa3d-0.5
- Cleanup POP_AFTERR_SMTP patches
- honor CFLAGS
- claim maintainership
no response from previous maintainer since August 2001
Notes
Notes:
svn path=/head/; revision=52969
Diffstat (limited to 'mail/popa3d/files.smtp/patch-pop_auth.c')
-rw-r--r-- | mail/popa3d/files.smtp/patch-pop_auth.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/popa3d/files.smtp/patch-pop_auth.c b/mail/popa3d/files.smtp/patch-pop_auth.c deleted file mode 100644 index fe0638ac55a7..000000000000 --- a/mail/popa3d/files.smtp/patch-pop_auth.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pop_auth.c.orig Mon Jul 16 11:51:30 2001 -+++ pop_auth.c Mon Jul 16 11:54:35 2001 -@@ -12,6 +12,8 @@ - #include "protocol.h" - #include "pop_auth.h" - -+char *client_addr(int); -+ - static char *pop_user, *pop_pass; - - static int pop_auth_quit(char *params) |