diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2002-11-22 18:51:34 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2002-11-22 18:51:34 +0000 |
commit | 7cfd08e4940ac4d525983cf610afe279bbefcdfa (patch) | |
tree | b43d7d274b0f53842a41fcff5f286b26607ecac5 | |
parent | allow everyone to run it (diff) |
- update to 7.2.5
- important bugfixrelease
- unbreaks windows/novell/appletalk remote printing
- explanation: permissions 600 root:daemon
were too strong for smbclient & Co.'s config files...
- fix: teach SETUP to use 640 root:daemon as default
- If that's still not sufficient, 'hack' SETUP
and fine tune the new global PASSWD_PROTECT=640 variable.
Notes
Notes:
svn path=/head/; revision=70755
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index f5d96da2fb1b..54b856f0a171 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apsfilter -PORTVERSION= 7.2.4 +PORTVERSION= 7.2.5 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo index 8e29a3c0dc53..2d698f7f8cff 100644 --- a/print/apsfilter/distinfo +++ b/print/apsfilter/distinfo @@ -1 +1 @@ -MD5 (apsfilter/apsfilter-7.2.4.tar.bz2) = d5ae251b595a04a3fc98b8eded7b4dbb +MD5 (apsfilter/apsfilter-7.2.5.tar.bz2) = f974c50d23126f6477742ba4026f1cd3 |