summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-02-21Pullup ticket 300 - requested by Lubomir Sedlaciksnj19-399/+240
security fix for mc Revisions pulled up: - pkgsrc/sysutils/mc/DESCR 1.2 - pkgsrc/sysutils/mc/PLIST 1.2 - pkgsrc/sysutils/mc/PLIST.charset 1.1 - pkgsrc/sysutils/mc/PLIST.cons.saver 1.1 - pkgsrc/sysutils/mc/PLIST.mcedit 1.1 - pkgsrc/sysutils/mc/PLIST.vfs 1.1 - pkgsrc/sysutils/mc/Makefile 1.47 - pkgsrc/sysutils/mc/distinfo 1.11 - pkgsrc/sysutils/mc/patches/patch-ab 1.11 - pkgsrc/sysutils/mc/patches/patch-aa removed - pkgsrc/sysutils/mc/patches/patch-ac removed - pkgsrc/sysutils/mc/patches/patch-ad removed - pkgsrc/sysutils/mc/patches/patch-ae removed - pkgsrc/sysutils/mc/patches/patch-af removed - pkgsrc/sysutils/mc/patches/patch-ag removed - pkgsrc/sysutils/mc/patches/patch-ah removed - pkgsrc/sysutils/mc/patches/patch-ai removed - pkgsrc/sysutils/mc/patches/patch-aj removed - pkgsrc/sysutils/mc/patches/patch-ak removed Module Name: pkgsrc Committed By: wiz Date: Sat Jan 15 21:14:27 UTC 2005 Modified Files: pkgsrc/sysutils/mc: DESCR Makefile PLIST distinfo pkgsrc/sysutils/mc/patches: patch-ab Removed Files: pkgsrc/sysutils/mc/patches: patch-aa patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Log Message: Update to 4.6.1pre2, fixing a number of vulnerabilities. Joined work in pkgsrc-wip by Pavel Arnost, myself, and Roland Illig. Version 4.6.1-pre2. Release candidate for 4.6.1. - Security. - Fixed CAN-2004-0226 (buffer overflows). - Fixed CAN-2004-0231 (unsafe temporary file and directory creation). - Fixed CAN-2004-0232 (format string vulnerablities). - cons.saver does not need to be setuid-root on Linux. - Hiding of FTP passwords. [...] Version 4.6.0-pre2. Release candidate for 4.6.0. - Security. - mc now creates its own temporary directory /tmp/mc-$USER. If it fails or permissions are wrong, the user is warned. [...] Version 4.6.0-pre1. - Security release. Massive code cleanup. Most improvements didn't need any significant amount of the new code. - Security. - Fixes for remotely exploitable buffer overflows in VFS. [...] --- Module Name: pkgsrc Committed By: wiz Date: Sat Jan 15 21:15:26 UTC 2005 Added Files: pkgsrc/sysutils/mc: PLIST.charset PLIST.cons.saver PLIST.mcedit PLIST.vfs Log Message: Add some PLIST fragments for extra features.
2005-01-23Pullup ticket 242 - requested by Takahiro Kambesalo5-41/+54
security fix for webmin Revisions pulled up: - pkgsrc/sysutils/webmin/DEINSTALL 1.3 - pkgsrc/sysutils/webmin/Makefile 1.4-1.5 - pkgsrc/sysutils/webmin/distinfo 1.3 - pkgsrc/sysutils/webmin/files/webmin.sh 1.2 - pkgsrc/sysutils/webmin/patches/patch-aa 1.3 Module Name: pkgsrc Committed By: jlam Date: Sun Jan 23 04:36:27 UTC 2005 Modified Files: pkgsrc/sysutils/webmin: DEINSTALL Makefile distinfo pkgsrc/sysutils/webmin/files: webmin.sh pkgsrc/sysutils/webmin/patches: patch-aa Log Message: Update sysutils/webmin to webmin-1.170. Changes from version 1.150 include: * Added the new Bandwidth Monitoring module, for generating simple reports of network traffic by port, time and host on Linux systems. * Added the Cluster Copy module, for copying files to multiple servers either on schedule or manually. * Added the Backup Configuration Files module, for backing up and restoring config files known to Webmin. * Several improvements to the Linux firewall module, including pre- and post commands, cluster support and the ability to reset the firewall configuration. * Support for selecting specific MySQL and PostgreSQL tables to back up, and improved searching in the MySQL module. * Automatic email notification for users approaching their disk quotas. * The timezone can now be set in the System Time module on Linux, Solaris and FreeBSD. * Added the new Sarg Squid access reporting module. Thanks to Omar Armas for sponsoring its development. * Added support for NFSv4 to the Disk and Network Filesystems module. * In the MySQL and PostgreSQL modules, all databases can now be backed up at once, either manually or on a configured schedule. * Added the ability to delete multiple users at once to the Users and Groups module. * Added support for MD5 encryption for Webmin passwords, to avoid the 8-character effective password length limit. * The BIND module can now create and edit delegation-only zones. * When PAM is used for Unix authentication, expired passwords are now detected and the user is prompted to select a new password (if this feature is enabled on the Webmin Configuration module). --- Module Name: pkgsrc Committed By: jlam Date: Sun Jan 23 06:20:43 UTC 2005 Modified Files: pkgsrc/sysutils/webmin: Makefile Log Message: Use the openssl/buildlink3.mk file to properly handle a built-in OpenSSL distribution for the location of the "openssl" binary (used to generate the self-signed certificate).
2005-01-06Pullup ticket 209 - requested by Julio M. Merino Vidalsalo2-14/+65
usability fix for fam Module Name: pkgsrc Committed By: jmmv Date: Wed Jan 5 16:21:06 UTC 2005 Modified Files: pkgsrc/sysutils/fam: Makefile pkgsrc/sysutils/fam/files: IMonKQueue.c++ Log Message: Fix some long-standing kqueue bugs that have been bothering me for a long time. For example, simply running 'nautilus /' could lock up famd in pipewr status. To fix: - Make the struct devino's sorting function work properly; otherwise the map behaves incorrectly. - Handle kqueue errors if they are returned as an entry in the events table (with flags containing EV_ERROR). While here, add more debugging code that helped me catch this issue (some extra messages and assertions). Also reenable assertions (except on Darwin as, according to version 1.14 of the Makefile, they cause problems). Not bumping revision because kqueue support is still off by default.
2004-12-20Merge Makefile.common back into Makefile now that gmc is gone.wiz2-54/+46
2004-12-20Remove gmc -- obsolete and vulnerable.wiz4-249/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant3-3/+6
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-18Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so thatjlam1-2/+3
these packages will pick up -lpthread on NetBSD 1.6.x when linking applications.
2004-12-18Correct hint so that dd will succeed when memtest.bin is not an evenben1-2/+2
number of blocks in size.
2004-12-18clarify this package has been discontinued by GNOME projectjdolecek1-1/+3
2004-12-18* Fix PATH for test.sh scriptxtraeme4-4/+27
* Use /bin/sh in test.sh instead of /bin/bash * Use ${PREFIX}/sbin/atitvout not ./atitvout Bump PKGREVISION.
2004-12-18Fix lsof to deal with the new ptyfs fake inode number allocationatatat2-6/+10
scheme. This code now does both.
2004-12-16Add build dependency on pkgconfig, used by configure.minskim1-3/+5
While here, rearrange paragraphs so that buildlink3 files are included before overriding targets.
2004-12-15Explicitly add the dependency on OpenSSL for encryption and bump thejlam3-21/+6
PKGREVISION. Remove unnecessary patch-af for working around DES API differences between OpenSSL 0.9.6 and 0.9.7.
2004-12-15Fix build problem on Solaris.taca3-4/+23
Bump PKGREVISION.
2004-12-14Add build dependency on pkgconfig.minskim1-3/+5
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
2004-12-14* Remove redundant lines for PKG_OPTIONS.xtraeme1-9/+5
* Use PGSQL_PREFIX to find postgresql*-lib prefix * USE_LANGUAGES+= c++
2004-12-14This package's original files assume heavily BSD code base.taca1-1/+4
It might work on FreeBSD, but currently I restrict this package only for NetBSD.
2004-12-14* Use VARBASExtraeme1-9/+6
* Remove duplicated users/groups variables * Use pgsql.buildlink3.mk instead of using postgresql74-lib
2004-12-14Add (unsigned char) casts to ctype function arguments.kleink3-1/+31
2004-12-10Add 24 to the list of PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd4-25/+26
Bump PKGREVISION.
2004-12-09Patches added recently for Solaris don't work on Linux, because theyminskim7-34/+69
include headers which are unavailable on Linux. Modify the patches so that those headers are included only when they are found by configure.
2004-12-08Go back to version 0.2.0martti3-7/+9
2004-12-06Remove redundant BUILDLINK_DEPENDS.minskim1-3/+1
2004-12-06Add the new *_PLATFORM pattern for -currentagc1-3/+4
2004-12-06Fixed PLIST to include localeadam2-2/+67
2004-12-05Follow darwinports lead and set the Darwin specific flags rather asrecht1-2/+2
CFLAGS than LDFLAGS. (In other words: revert revision 1.41.)
2004-12-05Kill manual use of RCD_SCRIPTS_EXAMPLEDIR, set RCD_SCRIPT_SRC.apcupsd tobouyer1-3/+2
the appropriate path instead.
2004-12-05Update to 0.9:jmmv2-6/+5
o Many update-desktop-database improvements (Ray Strode, Dan Williams) o Fix desktop-file-install --remove-only-show-in (Ray Strode)
2004-12-04Reset maintainer on his request.wiz1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz25-50/+50
Suggested by Roland Illig, ok'd by various.
2004-12-02add and enable sformathubertf1-1/+2
2004-12-02Add sformat-3.5, a SCSI formatting utilityhubertf4-0/+62
Submitted by Andreas Hallmann in PR pkg/26549.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz6-14/+12
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Redo three patches to address build failure on NetBSD <= 1.6ZC, toatatat5-166/+216
change the reported node number for the master side of ptyfs devices, and to deal more cleanly with some header files.
2004-11-29Update to 1.0.1, provided by Thomas Runge in PR 28469:wiz2-7/+6
Two bug fixes for Linux.
2004-11-29Update to 0.4.1, provided by Miguel Mendez in PR 28443:wiz3-54/+5
- When creating the default user profile, the smtp port is now set to 25. - Drag and drop support has been fixed and now works with XFCE's xffm. - A bug was fixed that prevented text windows from autoscrolling when the cursor reached the bottom. - More code cleanup
2004-11-29Update rconfig to 0.41:abs2-5/+5
0.40: Update probe to handle NetBSD versions which do not support 'atactl <dev> smart' 0.41: Make -v report output from shmux Handle updating a remote copy of rconfig_probe which reports a version but has other errors in its output
2004-11-29Don't overwrite $pidfile if the command is "status" or "stop".xtraeme1-2/+2
2004-11-29Maintainer update to krusader 1.50markd3-17/+25
Changes: 1.50 A few small bugs since the last beta were fixed. 1.50-beta1 This version features a new user-action system, which allows you to define your own personal actions. You can now define a profile that contains the entire tabs on both panels. There is new popup panel that can display quick view, tree etc., a new compare directories menu, support for selecting certain protocols for certain mimetypes, the ability to cut, copy, and paste files. Konqueror's right-click actions are now shown. The search now searches on remote servers and supports profiles. Packing and unpacking to and from remote URLs is now also supported. Handling of Arj, Lha, Ace and Iso are now fully supported.
2004-11-28Update to 1.0b5:wiz3-8/+9
Changes since 1.0b4 [2004/08/07]: - Use SHMUX_SPAWNMODE environmental variable, as per the manual page. - New SHMUX_MAX environmental variable (suggested by Jon Amundsen). Changes since 1.0b3 [2004/07/06]: - ported to cygwin (problems reported by Jon Amundsen). - better background detection code. Changes since 0.13b [2004/06/07]: - added code to try to avoid hanging accessing the controlling terminal. - Sun's OpenSSH chokes on "-xa", use "-x -a" instead (reported by Poehner Uwe). Changes since 0.12b [2004/04/05]: - clear environment of harmful variables to run tests. - updated "timers" test for Solaris. - minor Makefile changes. Changes since 0.11a [2003/11/28]: - added test suite. - fixed various minor problems with parsing of -A for regex/pcre analyzers. - fixed fatal regex analyzer initialization problem. - fixed mmap() usage. Changes since 0.10a [2003/06/22]: - suppressed extraneous empty lines in final report. - fixed minor scheduling bug resulting in slower runs with the default "-S one". - cleaned up handling of early termination. - minor code cleanup in term.c. - command timeouts (-C) are now also enforced by shmux with SIGTERM and SIGKILL. Reset maintainer to tech-pkg on previous maintainers request.
2004-11-28Tweak the sys/bufq.h support (it disappeared again), enhance theatatat10-28/+1365
procfs support a little, incorporate the author's patches to deal with netbsd-current version numbers getting longer, and add ptyfs support. These patches are adapted from an interim release the author made and will appear in the next full release. PKGREVISION bumped to 1 for the ptyfs support.
2004-11-28update to gnome-vfs2-2.8.3recht7-32/+32
2004-10-28 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release 2004-10-28 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-utils.c: (filename_charset_cache_free), (vfs_get_filename_charset), (gnome_vfs_format_uri_for_display_internal), (gnome_vfs_format_uri_for_display), (gnome_vfs_make_uri_from_input_internal), (gnome_vfs_make_uri_from_input): Correctly handle the new forms of G_BROKEN_FILENAMES 2004-10-27 Ray Strode <rstrode@redhat.com> * libgnomevfs/gnome-vfs-mime-handlers.c (gnome_vfs_mime_application_new_from_id): Chomp spaces off command strings. 2004-10-26 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-mime-info-cache.c: Handle default.list files that have lists of desktop files. 2004-10-21 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-xfer.c (copy_symlink): Handle existing files when copying symlinks. 2004-10-21 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-xfer.c (gnome_vfs_new_directory_with_unique_name): Set vfs_status on callback. 2004-10-18 Ray Strode <rstrode@redhat.com> * libgnomevfs/eggdesktopentries.c (egg_desktop_entries_parse_entry): Reword error message to not break string freeze. 2004-10-18 Ray Strode <rstrode@redhat.com> * libgnomevfs/eggdesktopentries.c (egg_desktop_entries_parse_entry): Error out if trying to add key-value pair to comment group (Patch from Miloslav Trmac <mitr@redhat.com>) 2004-10-18 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-hal-mounts.c (_hal_get_drive_name): Use utf8 +/- char, not latin1. 2004-10-18 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-mime-info.c (handle_attribute): Remove some debug spew. 2004-10-15 Ryan Lortie <desrt@desrt.ca> * libgnomevfs/gnome-vfs-uri.c: (split_toplevel_uri): Prevent uri->text from containing a NULL pointer (as per bug #141051). (set_uri_element): trivial style fix 2004-10-15 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-unix-mounts.c: (_gnome_vfs_get_current_unix_mounts), (_gnome_vfs_get_unix_mount_table): Handle several changes to mtab/fstab in the same second. Fix aix mtime check. Patch from johnp@redhat.com 2004-10-13 Alexander Larsson <alexl@redhat.com> * gnome-vfs-2.0.pc.in: Add missing dependencies. Patch from Juergen George Sawinski <j4y54w@sawinski.de> 2004-10-13 Alexander Larsson <alexl@redhat.com> * libgnomevfs/gnome-vfs-socket-buffer.c (flush): Correctly move memory in buffer when we've written some bytes. 2004-10-11 Christian Kellner <gicmo@gnome.org> * libgnomevfs/Makefile.am: Fix build issues with concurrent installs. Patch from Chris Kelso <ckelso@rooneyholdings.com>. 2004-10-11 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump
2004-11-28Use x86_64_iopl() instead of i386_iopl() on NetBSD/amd64.hira2-1/+16
2004-11-28Updated xfce4-showdesktop-plugin to 0.4.0martti4-9/+12
* Bug fixes
2004-11-28Updated xfce4-minicmd-plugin to 0.3.0martti3-9/+7
* Bug fixes
2004-11-28Migrate ruby-quota to use new framework for Ruby packages.taca5-9/+36
Add patches for support statvfs(2) support, too.
2004-11-27claim MAINTAINERjdolecek1-2/+2
2004-11-27update for DIST_SUBDIR=pearjdolecek1-3/+3
2004-11-27Update pwgen to 2.03. Changes include fixes to always start generatedjdolecek2-5/+5
password with vowels, use 0-9 numbers (rather than 0-8).