Age | Commit message (Collapse) | Author | Files | Lines |
|
security fix for webmin
Revisions pulled up:
- pkgsrc/sysutils/webmin/Makefile 1.8
- pkgsrc/sysutils/webmin/distinfo 1.5
- pkgsrc/sysutils/webmin/patches/patch-ab 1.1
Module Name: pkgsrc
Committed By: adrianp
Date: Sat Dec 3 16:13:34 UTC 2005
Modified Files:
pkgsrc/sysutils/webmin: Makefile distinfo
Added Files:
pkgsrc/sysutils/webmin/patches: patch-ab
Log Message:
Update to webmin-1.170nb2 to address:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3912
|
|
sync bacula with HEAD, including a security update
Revision pulled up:
- pkgsrc/sysutils/bacula/Makefile 1.4
- pkgsrc/sysutils/bacula/Makefile.common 1.7, 1.8, 1.9, 1.10, 1.11, 1.12
- pkgsrc/sysutils/bacula/Makefile.options removed
- pkgsrc/sysutils/bacula/distinfo 1.3
- pkgsrc/sysutils/bacula/options.mk 1.1, 1.2, 1.3
- pkgsrc/sysutils/bacula/patches/patch-ag 1.1
- pkgsrc/sysutils/bacula/patches/patch-ah 1.1
- pkgsrc/sysutils/bacula/patches/patch-ai 1.1
- pkgsrc/sysutils/bacula/patches/patch-aj 1.1
Module Name: pkgsrc
Committed By: mjl
Date: Tue Sep 27 22:37:25 UTC 2005
Modified Files:
pkgsrc/news/slrn: Makefile
pkgsrc/security/pgp5: Makefile
pkgsrc/sysutils/adjustkernel: Makefile
pkgsrc/sysutils/bacula: Makefile.common
Log Message:
Relinquish maintainership
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 7 11:30:35 UTC 2005
Modified Files:
pkgsrc/sysutils/bacula: Makefile.common
Added Files:
pkgsrc/sysutils/bacula: options.mk
Removed Files:
pkgsrc/sysutils/bacula: Makefile.options
Log Message:
Rename Makefile.options to options.mk (standardized name).
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 7 11:33:28 UTC 2005
Modified Files:
pkgsrc/sysutils/bacula: options.mk
Log Message:
Use PKG_OPTIONS_REQUIRED_GROUPS for making sure only one option
from a group is selected, instead of handling it manually.
>From Geert Hendrickx on tech-pkg.
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 10 15:27:45 UTC 2005
Modified Files:
pkgsrc/sysutils/bacula: Makefile.common options.mk
Log Message:
Add catalog-mysql option, from Geert Hendrickx on tech-pkg.
---
Modified Files:
pkgsrc/sysutils/bacula: Makefile.common
Log Message:
s/netbsd.org/NetBSD.org/
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 14 15:44:51 UTC 2005
Modified Files:
pkgsrc/sysutils/bacula: Makefile Makefile.common distinfo
Added Files:
pkgsrc/sysutils/bacula/patches: patch-ag patch-ah patch-ai patch-aj
Log Message:
Update to 1.36.3nb1, provided by Geert Hendrickx in PR 31570.
This contains the update to 1.36.3 and an additional security fix,
thus the nb1.
Changes since 1.36.0:
Changes to 1.36.3 released 23Apr05:
22Apr05
- Correct return type of ftello to avoid overflow --
thanks to Peter Eriksson.
13Apr05
- Fix seg fault if Name directive missing in Job resource.
12Apr05
- Add new LaTeX doc to 1.36.2 branch.
- Fix SuSE autostart routines to use /etc/init.d instead
of /etc/rc.d/init.d.
- Increase index size on File table Name and Path table Path
to improve performance.
- Second fix for not zeroing SD pointers on restarted job.
- Turn off old style Include/Excludes.
01Apr05
- Use fseeko and ftello so that attributes can exceed 4GB
- Flush console output after every line.
- Turn off Multiple Connections in catalog resource, which
causes corruped databases. It is silently ignored.
- Drop support for old style Include/Exclude. There is a
perl script that will convert them.
- Inhibit trying to reset attributes on a Win32 drive.
18Mar05 1.36.2-store.patch
- This patch fails a job if no Storage resource is specified and
the job attempts to call the SD.
18Mar05 1.36.2-reschedule.patch
- This patch should fix a Segfault bug when a job is rescheduled.
The storage pointers were being released when they should not
have been.
17Mar05 1.36.2-restore-speed.patch
- This patch will fix a subtle bug that was introduced in 1.36.2
which causes Bacula to be very slow restoring a few files. This
is because it reads completely to the end of the Volume rather
than stopping when all the files on the Volume are loaded. The
introduction of the bug was caused by a patch that fixed
Bacula truncating tapes after a restore.
Note that all source files will be rebuilt during the make.
16Mar05 1.36.2-console.patch
- This patch causes the output directed to a file to be
flushed after every line. This is a bit overkill, IMO, but
a user complained about it.
15Mar05 1.36.2-netbsd.patch
- This patch corrects a compile problem because of no statfs()
on NetBSD. The patch was submitted by kardel with bug 258.
09Mar05 1.36.2-win32-drive.patch
- This patch will prevent the Win32 FD from printing an error message
when it attempts to restore the permissions for a drive (which Win32
doesn't permit). The error is harmless in any case.
04Mar05 1.36.2-level.patch
- This patch should fix a problem with th %l editing in the
client (FD) where it edited nothing. With this fix, it should
edit "since".
04Mar05 1.36.2-pool.patch
- This patch corrects a problem preventing multiple
simultaneous jobs from different pools.
Changes to 1.36.2 released 28Feb05:
27Feb05
- Fix pointer to stack variable in Verify jobs.
- Change reference to DEV_BSIZE to B_DEV_BSIZE to
avoid colision with some OSes.
- Release storage[i] in job.c if allocated when
starting/restarting a job. Avoids orpahanned buffers.
24Feb05
- Add awk check to configure.in
- Bring over a few files from 1.37.
18Feb05
- Fix some lower case character problems in sql_cmds.c reported
by Debian.
- Fix seg fault if debug level 900 set in SD.
- Truncate Win32 child return code to 8 bits.
15Feb05
- Fix deadlock in multiple simultaneous jobs.
- Fix tape "truncation"/"number of files" after restore bug.
- Merge a few minor things from the 1.37 stream.
14Feb05
- Add a number of new features from 1.37, and apply fixes
for all known bugs. See ReleaseNotes for details.
- Apply Tim's patch for ACLs.
Version 1.36.1 released 26Nov04:
24Nov04
- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
- Increase Maximum Concurrent Jobs to 20 in SD and FD!
- Fix improper handling of autochanger Volumes that are not
marked InChanger.
22Nov04
- Update authentication failure message to indicate possible
problem with Maximum Concurrent Jobs. Add to doc too.
- Commit PostgreSQL BIGINT fix -- apparently some people didn't
get it.
- Do not use a slot unless it is InChanger in the autochanger
code, otherwise autochanger gets upset not finding the Volume.
21Nov04
- Make authentication timeout compile time configurable.
The value is set in src/baconfig.h
- Fix removing items from watchdog queue, which apparently
screwed up if there was more than one item.
- Rework mediaformat part of manual to separate out old
tape format for easier reading.
- Add a lot of debug code to the authentication code.
- Add seconds to the start/end times printed in the job report.
19Nov04
- Fix mutex deadlock in dequeue of messages.
- Add debug code to FD authorization.
18Nov04
- Increase authentication timeouts to 10 minutes.
15Nov04
- Fix cancel bug in FD on /lib/tls with zero pid in
pthread_kill.
- Add date/time to all messages.
- Make Qmsg use time message was queued rather than time
printed.
- Indent job output two spaces.
13Nov04
- Fix web page links for new manual.
- Grant postgresql permission to cdimages.
- Correct crash after "list nextvol" "list media" bug 160
12Nov04
- Fix scripts/Makefile.in missing ;\ -- thanks Martin
- A bit of work on btape to keep if from going into infinite
loops when things do not work well, and to print a bit
better info.
11Nov04
- JobDefs Storage resource completely overrode anything
specified in Job resource -- bug 159 -- fixed.
- Fix syntax of renaming postgresql per Dan.
- Add working_directory to be /tmp for wx_console.
10Nov04
- Allow both a JobId and a filename or list of files to be
specified on a restore command line.
- Save old mtx-changer before installing new one: bug 156
- Fix errors in CDROM file pointed out by Scott.
09Nov04
- Fix exepath when Bacula executed without path.
- Move test for socket libraries for Solaris in configure.in
before tcp wrapper tests so that linking works.
- Add "make copy-static-fd" to makefile in CDROM file to
copy existing static fd to CDROM rather than building it.
08Nov04
- More doc updates
- Fix ps command for OpenBSD
- Rework the creation of indexes for SQL -- fall back
to the old code, but document what can be added.
06Nov04
- Add new Daemon message handler in default DIR conf.
05Nov04
- Fix Seg Fault with -D100 in bpipe.c.
- Fix Seg Fault in run specifying a JobId.
- Make mail from daemon with a Messages Resource use
the MailCommand with editing rather than the default
sendmail.
- Replace Jmsg in dispatch_message() with Qmsg.
- Make edit_job_codes handle NULL jcr.
04Nov04
- Add M_ALERT class and put tape alerts into it.
- Fix Verify count vs found by not double counting files
that are split across files/Volumes.
30Oct04
- Fix count returned from write_bsr_file() to handle multiple
volumes. This fixes most cases of the Verify VolumeToCatalog.
- Cleanup a bit the make clean for the rescue cdrom and remove
unneeded files from the CVS.
28Oct04
- Fixed acquiring a tape so that it does not block all acquires
when operator intervention is needed.
- Platform build script updates from Scott
- Doc updates
- Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
new /lib/tls. This is done in the startup scripts.
- Modify mtx-changer so that it checks for ONLINE while
waiting.
- Modify make_postgresql_tables.in so that EndBlock is stored
as a bigint. Prevents job failures when a disk volume is
larger than 2GB.
24Oct04
- Add grep ONLINE to wait_for_drive() in mtx-changer.in
- More doc.
- Rebuild Scott's new configure
---
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 16 11:59:36 UTC 2005
Modified Files:
pkgsrc/sysutils/bacula: Makefile.common
Log Message:
Use INSTALL_DATA_DIR instead of MKDIR.
|
|
build fix for xfce4-systemload-plugin
Revisions pulled up:
- pkgsrc/sysutils/xfce4-systemload-plugin/distinfo 1.6
- pkgsrc/sysutils/xfce4-systemload-plugin/patches/patch-aa 1.2
Module Name: pkgsrc
Committed By: martti
Date: Tue Sep 27 12:49:08 UTC 2005
Modified Files:
pkgsrc/sysutils/xfce4-systemload-plugin: distinfo
pkgsrc/sysutils/xfce4-systemload-plugin/patches: patch-aa
Log Message:
Fix compilation problems on NetBSD 1.6.2
|
|
that the length could be omitted from the last track of an AUDIO CD. The
length fixer-upper would quit consistently on certain (innocent) TOC files,
which lead to an error about zero-length tracks. Bump PKGREVISION.
|
|
Grub will actually build using plain, old BSD curses, so no need to
actually pull in ncurses (unless curses is missing on your system).
This makes sysutils/grub build on NetBSD-3.0_BETA with PREFER_PKGSRC=yes.
Bump the PKGREVISION to 2.
|
|
internal term.h and ncurses' term.h, just rename grub's to grubterm.h
and avoid the potential problems altogether.
|
|
|
|
|
|
Lots of changes/bugfixes including:
rdiff-backup now writes its PID to current_mirror marker
Security fixes with --restrict-read-only, --restrict-update-only and
--restrict
OSX fixes
For a full list of changes see:
http://www.nongnu.org/rdiff-backup/CHANGELOG-stable
|
|
| xfrd reads from the network socket using
| fread() on an _IONBF'ed stream; under NetBSD, this results in a
| sequence of one-character reads. This behavior, as far as I can tell,
| goes back all the way to V7 Unix; i.e., it's older than me.
|
| So I've modified libxutil, which has its own IO indirection layer, to
| switch to read(2) in the "unbuffered" case"
bump PKGREVISION
|
|
|
|
a patch to lsof that the author would be interested in taking back as
it only addresses the use of pkgsrc on Darwin:
Do not ask the user about the path to the darwin XNU kernel header
files in the case they are not found -- report an error instead
(since going interactive breaks bulk building...)
We are in a "freeze" at the moment, but this ought to fix the build of
a leaf package under Darwin.
|
|
Fix sparc64 problems (pkg/31017)
|
|
|
|
|
|
. patch from havard@: split file/exec statistics
. patch from martin@ fixing PR xsrc/31163 (problems on ffb device)
|
|
Note that config file format has changed, but rsnapshot will detect an
old config and refuse to run until config is updated.
VERSION 1.2.1 (Apr 09 15:10 2005)
------------------------------------------------------------------------------
- Fixed security bug when neither cmd_cp or link_dest are enabled
VERSION 1.2.0 (Jan 31 21:43 2005)
------------------------------------------------------------------------------
- Turned off buffering ($|=1)
- Changed default lockfile to /var/run/rsnapshot.pid, for FHS compliance
- Clarified man page licensing (GPL)
- Fixed is_real_local_abs_path() to handle dangling symlinks
- Changed utils/backup_smb_share.sh to re-order the smbtar arguments
- Added "-uroot" to utils/backup_mysql.sh example file
- Changed regex in is_blank() subroutine
- Changed rsync include/exclude mode to relative
- Peter Palfrader <weasel@debian.org> enhanced error reporting to include
command line options
- Bharat Mediratta <bharat@menalto.com> improved the exclusion rules to avoid
backing up the snapshot root. The old way was also kept for users who can't
or don't want to upgrade their destination paths in their backup points.
- Bharat Mediratta <bharat@menalto.com> added a "+" feature to the per-backup
point args to allow additive include/exclude rules.
- Added safe_rename() subroutine to work around a semi-obscure timestamp bug
in certain Linux kernels
- Clarified error message about local/relative paths in config file parsing
- Added check for leading/trailing spaces in remote (ssh) paths
- Added du(1) and crontab(1) to man page references
- Added config.guess and config.sub for automake
- Changed default destination paths for backup points in example config file
for compatibility with --relative rsync flag
- Added formatting fix to show one slash only when invoking backup_script
with link_dest option enabled
- Broke backwards compatibility for the benefit of fixing several outstanding
issues. The default value for rsync_long_args is now different.
- Changed add_lockfile() verbose message to "echo $$ > /path/to/lockfile.pid"
which is actually what the code is doing
- Added check to make sure backup_scripts can't share destination path with
backup points
- Added check to make sure different backup_script destinations don't overlap
and don't clobber backup point destinations
- Added "cmd_du" parameter to allow specifying the path to "du"
- Nicolas Kaiser <nikai@nikai.net> provided various typo fixes in the program
and man page
- Fixed "missing rsync/configtest ok" bug
- Added config_version parameter, which is now required
- All autoconf files were updated with the ones from Debian sarge
- Added upgrade-config-file feature for "make upgrade" target and manual use
- Added upgrade feature to RPM spec file
- Added check-config-version feature for use with shell scripts, etc.
- Changed version_only argument to version-only, for consistency with new
options
- Conditionalized configure script to only advise the user to copy the
rsnapshot.conf.default file to rsnapshot.conf if it's a new installation
- Added rollback feature to restore interval.0 snapshots when using link_dest
- Added second option for du, to compare subdirectories or files
- Added "du_args" to pass arguments to du
- Relaxed cmd line option validation, but only when du is the command
- Now only show command invocation for logger on verbose level 4
- Added rsync cleanup after native_cp_al() to preserve special files
- Removed warning messages from native_cp_al() about special files
- Modified error printing so full run string is displayed once at the top
of a list of error messages
- Fixed bug in old method of preventing the snapshot root from being backed
up, which occurred when snapshot root was more than one level down from a
backup point
- Added commented out du_args to rsnapshot.conf.default.in
- Added descriptive error if "du" fails
|
|
| libxc change #1 is to have xfrd's forked child munmap each 4MB batch
| of foreign RAM after it's done writing it, rather than unmapping only
| the last one and letting the process's exit clean up the rest. This
| really does look like a simple mistake, and strictly speaking it's not
| that big a deal -- but on NetBSD, the foreign mappings count against
| the process's locked memory rlimit as if it were the dom0's own RAM.
|
| libxc change #2... I don't really understand the problem; it has
| something to do with live migration and the domU releasing
| pseudo-physical pages after they were sent but before it's suspended.
| Except that, for non-live mode, I think it's reporting all the holes
| in the pseudo-physical range, even though those pages haven't been
| sent. In any case, the result is that the restoring xfrd fails to
| decrease_reservation the pages away. And I distinctly recall this
| working at least once under Linux with Xen 2, but I have little idea
| what NetBSD might be doing differently.
Bump PKGREVISION. This, along with a up to date -current kernel,
make xm (save|restore) work properly for a linux domU.
|
|
|
|
|
|
pkgsrc changes:
- use REQD_DIRS where appropriate
- add a patch to allow gkrellm to read everything off sysctl() and thus
don't install it setgid kem on NetBSD 3.99.1+
- use options framework to choose between OpenSSL and gnutls
- minor nits
gkrellm changes:
2.2.7 - Tue May 24, 2005
------------------------
* gkrellmd can send a network interface connect time to be displayed
on client timer button panels by configuring a net-timer in gkrellmd.conf.
* Don't add virtual disk (/dev/mdX) stats to composite disk.
* Bugfixes:
o server/main.c inet6 compile error on machines with old libc.
o Philipp Hartmann patch: add gnutls multithread initialization to mail.c
o While mixing draw_decal_text and decal_scroll_text calls on transparent
panels the text layer pixmap was not cleanup up properly.
* Translation updates
2.2.6 - Fri May 13, 2005
------------------------
* Stanislav Likavcan patch: add monitoring of ibm acpi sensors to linux.c.
* UI improvement in fs.c and mail.c config button sensitivities and labels.
* Bugfixes:
o Test for not force creating user mailbox did not consider a configured
mail fetch.
o gkrellmd server mail check was missing the gkrellmd_need_serve() call
and server/mail.c mailbox code needed syncing with src/mail.c.
o gkrellmd glib 1.2 g_file_test compatibility was broken.
o gkrellmd debug-level option was missing.
o Darwin Makefile: add HAVE_GETADDRINFO=1
o Don Bostrom patch: when remote mail checking, handle select() EINTR.
o Charles Bailey patches:
1) darwin.c and Makefile tweaks for building on OS X 10.3.8.
2) darwin.c prevent left bit sign extension when shifting memory
monitor data.
o Don't read disabled sensors in the sensors thread.
* Translation updates
|
|
(Patches already forwarded to the maintainers)
|
|
No pkgrevision bumps needed.
|
|
|
|
configuration to another
|
|
credentials to understand NetBSD's sockcred. Bump the PKGREVISION to
1.
|
|
systen call. We now assumes that it only exists in NetBSD 2.99.x and
newer. This will avoid build problems under the upcoming NetBSD 2.1
release. Mark this package as unusable for NetBSD-2.0[D-H]-* (a few
very old NetBSD-current versions which have statvfs(2) but a version
number smaller than 2.99.x).
|
|
This fixes build on DragonFly. Patch from Joerg Sonnenberger.
Approved by maintainer, jmmv.
|
|
following packages because they don't use "it" and "setup check"
as BUILD_TARGET and INSTALL_TARGET, respectively:
devel/bglibs
mail/mailfront
mail/qmail-qfilter
sysutils/memtester
sysutils/qlogtools
Since there's only one consumer of BGWARE_INSTALLER, and future
bgware will use bg-installer from bglibs, move the do-install
routine directly into qlogtools.
|
|
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
|
|
Bump PKGREVISION to 1. From Piotr Meyer in PR pkg/30834.
As GRUB 0.x is in maintenance-only status now, I assume there is no
chance to get them incorporated mainstream. We'll keep them here
though, as they seem useful (could have really helped me in some
situations when needing to boot single user).
|
|
fixes part of PR pkg/30584.
|
|
This is a stable release to coincide with the release of GNOME 2.10.2.
Changes since the last stable release
* Remove the temporary disc image on error
* Only allow directories, regular files and symlinks in ISOs
* Verify file exists before showing contextual menu items
Translators
* Vladimir Petkov (bg)
* Miloslav Trmac (cs)
* Rhys Jones (cy)
* Frank Arnold (de)
* Priit Laes (et)
* Christophe Merlet (RedFox) (fr)
* Gabor Kelemen (hu)
|
|
Fixes:
* Make user .desktop files correctly override system ones (Mark)
* Remove <LegacyDir> from settings menu (Mark)
* Fix memory leaks on re-load (Mark)
* Fix issue with duplicate sub-menus (Mark)
* Add support for building against uninstalled gnome-menus (Brian Cameron)
Translations updated: bg, et, gl, he, rw, vi, xh, zh_TW.
|
|
* glibtop_get_mountlist() : Added tmpfs to ignore list.
* Re-install open.h to please GTop (libgtop perl wrapper).
* Linux:
* Fixed compilation on mips.
* Added pagein/pageout for 2.6.
|
|
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
|
|
gracefully restarted. See
http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html
for details.
Bump PKGREVISION.
|
|
|
|
Changes:
* Looks like we'll have to mount the mfs_var tarball
before mounting the vnd(4) var_db_pkg compressed image.
* Remove all dirs/files from /usr and /var/db/pkg, saves
some space.
|
|
Changes:
* New option added: VND_COMPRESSION. To enable vnd(4)
compression on /usr and /var/db/pkg (at the moment).
* Fixed a problem with -k and USE_GNU_GRUB=yes,
building a kernel with -k overwrites the "menu.lst"
file.
* Only copy /etc/X11/XF86Config to $ISODIR when there
is not a previous file, fixes PR pkg/30889.
* Renamed the rc.d script mfs_rcd to livecd, because
it's not only mfs anymore.
Finally we can have kde-3.4.2 with NetBSD in a live CD-ROM:
416M netbsd-3.99.7_kde-3.4.2.iso
Enjoy.
|
|
-liconv) as they're not used in the libraries.
|
|
|
|
|
|
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
1. Minimize the security model of FAM -- the daemon runs under the
user account.
2. Simplify the code base, dropping some of the most exotic features
of FAM.
3. Provide an API and ABI compatible replacement for FAM.
4. Try to fix some other issues like resource consumption.
|
|
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
|
|
|
|
pkglint.
|
|
Changes unknown, but probably only bugfixes.
|