summaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-06-07 15:13:46 +0000
committerobache <obache@pkgsrc.org>2007-06-07 15:13:46 +0000
commit73554b2d446fbe5964889ac64ecab385eeb55e44 (patch)
treeff33a152bbef59ee5e4221c7246c80807d23863e /sysutils/webmin
parentabbbd615e3352b5afccd3d2d0a219d38168f8da8 (diff)
downloadpkgsrc-73554b2d446fbe5964889ac64ecab385eeb55e44.tar.gz
Update webmin to 1.350.
Version 1.350 (1 June 2007) * Fixed an XSS security bug in pam_login.cgi. * Added plain-text mode and head section preservation to the File Manager HTML editor, and a field to select which user uploaded files are owned as. * Added Postfix module configuration options for the start, stop and restart commands. * Use the HTML output mode from the pgsql command in the PostgreSQL module, for more reliable data editing when DBI is not available. * The Running Processes module now shows real and virtual memory on Solaris. * Added Redhat Enterprise 5 support, and fixed SuSE 10 and Solaris-specific bugs
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/PLIST4
-rw-r--r--sysutils/webmin/distinfo10
-rw-r--r--sysutils/webmin/patches/patch-af8
-rw-r--r--sysutils/webmin/version.mk4
4 files changed, 14 insertions, 12 deletions
diff --git a/sysutils/webmin/PLIST b/sysutils/webmin/PLIST
index 8e809bef429..33591b60a16 100644
--- a/sysutils/webmin/PLIST
+++ b/sysutils/webmin/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2007/04/21 05:22:57 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/06/07 15:13:46 obache Exp $
share/examples/rc.d/webmin
share/examples/webmin/acl/config
share/examples/webmin/config
@@ -456,6 +456,7 @@ share/webmin/init/config-osf1
share/webmin/init/config-redhat-linux
share/webmin/init/config-slackware-linux
share/webmin/init/config-solaris
+share/webmin/init/config-solaris-10-*
share/webmin/init/config-suse-linux
share/webmin/init/config-suse-linux-7.1-*
share/webmin/init/config-trustix-linux
@@ -1248,6 +1249,7 @@ share/webmin/webmin/config.info.tr
share/webmin/webmin/cpan_modules.pl
share/webmin/webmin/delete_cache.cgi
share/webmin/webmin/delete_mod.cgi
+share/webmin/webmin/download_cert.cgi
share/webmin/webmin/edit_access.cgi
share/webmin/webmin/edit_advanced.cgi
share/webmin/webmin/edit_anon.cgi
diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo
index 3821e513d6c..a9077179504 100644
--- a/sysutils/webmin/distinfo
+++ b/sysutils/webmin/distinfo
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.12 2007/04/21 05:22:57 obache Exp $
+$NetBSD: distinfo,v 1.13 2007/06/07 15:13:46 obache Exp $
-SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96
-RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05
-Size (webmin-1.340.tar.gz) = 15851601 bytes
+SHA1 (webmin-1.350.tar.gz) = 9834fce7db5fa3ba6709dcbbac9c812da6883895
+RMD160 (webmin-1.350.tar.gz) = a2bb929f3ee67a8240697f82a86595d6b415d067
+Size (webmin-1.350.tar.gz) = 12832134 bytes
SHA1 (patch-aa) = 75b5fe5c5f0a0f83db32e47a3d9bbe277c51decb
SHA1 (patch-ab) = fa07200462df76af23b9952739388053940c6743
SHA1 (patch-ad) = ab3975853a0c4815a6c9d0a66bc64ce5018d2301
SHA1 (patch-ae) = dc32ccf318777410f5cb702ccefb88b0f87fa209
-SHA1 (patch-af) = ccf2054a957808dc301354590e58d44ade3264a7
+SHA1 (patch-af) = 24f130a985ab7d3bdfc7db8d82114e8b107f1574
SHA1 (patch-ag) = 4a2ba61d26a3f3a9bb0e1a22a8afb65d66e43746
SHA1 (patch-ah) = 90617e16d08ccad3925d95c60fbe4002c770069b
SHA1 (patch-ai) = 196df511dbf8e6d80bedd496f5494b13c7625a3b
diff --git a/sysutils/webmin/patches/patch-af b/sysutils/webmin/patches/patch-af
index ed4c5e4b52c..9c2840bbc0d 100644
--- a/sysutils/webmin/patches/patch-af
+++ b/sysutils/webmin/patches/patch-af
@@ -1,10 +1,10 @@
-$NetBSD: patch-af,v 1.2 2007/04/21 05:22:58 obache Exp $
+$NetBSD: patch-af,v 1.3 2007/06/07 15:13:47 obache Exp $
---- servers/servers-lib.pl.orig 2007-04-09 05:00:08.000000000 +0000
+--- servers/servers-lib.pl.orig 2007-06-01 01:21:09.000000000 +0000
+++ servers/servers-lib.pl
-@@ -184,6 +184,7 @@ else {
- [ 'linux', 'Linux', '.*-linux' ],
+@@ -188,6 +188,7 @@ else {
+ # Other operating systems
[ 'freebsd', 'FreeBSD', 'freebsd' ],
+ [ 'dragonfly', 'DragonFly', 'dragonfly' ],
[ 'solaris', 'Solaris', 'solaris' ],
diff --git a/sysutils/webmin/version.mk b/sysutils/webmin/version.mk
index 6ea936344e8..3a968e784a1 100644
--- a/sysutils/webmin/version.mk
+++ b/sysutils/webmin/version.mk
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.1 2007/04/21 05:22:57 obache Exp $
+# $NetBSD: version.mk,v 1.2 2007/06/07 15:13:47 obache Exp $
-WBM_VERSION= 1.340
+WBM_VERSION= 1.350