Commit graph

4525 commits

Author SHA1 Message Date
tnn
88b825a288 Fix build on NetBSD-current. 2007-12-23 00:32:49 +00:00
obache
cfd9993964 Update gtk-send-pr to 0.4.9.
Patch provided by MAINTAINER by PR 37572.

Changelog:
0.4.9 -> 0.4.8
- A small bug in the about dialog was fixed.
- Work on the OS X port has resumed after a long time.
2007-12-22 10:57:12 +00:00
taca
5157827466 Update dd_rescue to 1.14 and add support for DESTDIR.
Changes from 1.12:

The current version is 1.14, released 2007-08-28.
In version 1.14, a bug is fixed that could lead to a target file not having the
correct size when copied in sparse (-a) mode.
In version 1.13, a bug with read-errors and non-seekable output has been fixed.
2007-12-22 04:27:16 +00:00
joerg
501e8b851f DESTDIR support. When patching uninstall, make it remove the right
files.
2007-12-19 18:43:37 +00:00
rumble
413c2cdc4d The mmap error condition is MAP_FAILED, not necessarily pointer < 0. Now
it not only builds, but works again on my laptop.
2007-12-18 20:45:49 +00:00
rumble
c359529d86 Botched checksum. 2007-12-18 17:47:13 +00:00
rumble
bc985535d7 patch-aa fixed to work with -current as well as previous versions of
NetBSD where <sys/vmparam.h> requires <sys/lock.h>, rather than
<sys/mutex.h>.
2007-12-18 17:04:53 +00:00
rumble
51f9042f91 On NetBSD-current (approximately >= 4.99.32) <sys/vmparam.h> requires
<sys/mutex.h> rather than <sys/lock.h>. Conditionally include the
appropriate file so this compiles again.
2007-12-18 17:03:35 +00:00
veego
c033dd4e7e Apply patch from PR pkg/37557 which fixed a build error on x86_64. 2007-12-17 22:08:12 +00:00
tron
78fc0ec605 Declare missing tools and fix interpreter path in Perl scripts.
Bump package revision because of these fixes.
2007-12-17 12:15:59 +00:00
tron
cc024cdc5f Fix build under NetBSD 4.0 and older. 2007-12-17 11:13:40 +00:00
cjep
d009d452bf PR#34153 - fix famd manual page 2007-12-16 14:25:14 +00:00
seb
2697703f38 Update to version 4.10.1.
Placate pkglint. Most of the package's patches had been integrated.

Approved by heinz@

Changes since last packaged version (4.9):
Version 4.10.1
BUGFIXES:
* When monit sent alert, it reported that alert handler failed,
  which was not true and the message was delivered in fact. This
  bug was introduced in monit-4.10.

* Fix the memory usage report on machines with more then 4GB
  physical memory running Mac OS X.

Version 4.10
NEW FEATURES AND FUNCTIONS:
* Monit from this version on is licensed under GPL version 3

* Added support for SMTP authentication and SSL for sending alerts.
  Example syntax:
  - plain athentication:
    set mailserver
      smtp.foo.bar username "user" password "hidden"
  - plain athentication with ssl:
    set mailserver
      smtp.foo.bar username "user" password "hidden" using sslv3
  - plain athentication with tls:
    set mailserver
      smtp.foo.bar username "user" password "hidden" using tlsv1
  Thanks to Thomas Lohmueller for patch.

* Allow to set the location of monirc using 'configure --sysconfdir'
  option during monit compilation. Thanks to Klaus Heinz for patch.

* Monit now log user actions requested via monit's http interface.

* Monit http interface now use the POST method for forms
  (change is transparent from the user point of view).

* Monit ICMP echo/ping test now supports 20 echo requests per cycle at
  maximum.

* When monit identifies the process as zombie, continue the monitoring
  (formerly monit disabled monitoring of the given service and sent alert
  since it was considered unmanageable).

* Fixed #21447: Monit now adds a (dummy) Message-id header in alert
  mails to prevent any spam checkers to accidental filter out monit
  alerts based on missing message-id.

* Removed C99 particulars from monit code to support non-C99 compilers.

REMOVED FEATURE
* Removed support for local redirects in the HTTP protocol test. Users
  must provide the correct path for the resource they want to test.

BUGFIXES:
* Fixed a possible monit crash on exit if a match rule was used and
  referred a file containing multiple expressions. Thanks to Stephen
  Dowdy for report.

* Added patch from Klaus Heinz which fix a problem in the Log module
  that had monit using an uninitialized mutex after a monitrc reload.

* Fixed a possible crash on monit start when the monit control file
  contained exec action with argument longer then 256 bytes. Thanks
  to Stevan Bajic for report.

* Fixed linux 32-bit system CPU usage statistics (the fix in 4.9 was
  incomplete). If a server had a long/large uptime and high load, the
  reported CPU usage could be incorrect. Thanks to Aleksander for report.

* Fixed a problem where monit would incorrect display an error in the
  web interface status page. This could occur if a service had failed,
  monit had reload and the state of the service had passed just after the
  reload (for example due to changes of the configuration rules). Thanks to
  Claus Klein for report and help with the patch.

* Avoid filling the log with "pidfile does not contain a valid pidnumber"
  entries during debug

* Added patch from Dave Cheney, which fix and reactivate resource testing
  for Mac OS X Tiger (Darwin 10.4.x).

* Limit the number of consecutive redirects in http protocol test to 64.

* Report as error when the redirect in http protocol test points to itself.

* Fix memory leak when regular expresion is used in monit configuration
  and monit is reloaded. Thanks to Josh Kelley for patch.

* Allow the "if changed timestamp" test to refer to a non-existing file.
  This could be useful if the service is monitored in non-active mode
  and the file is expected to be created later.

* When 'if match' statement was used with the path to the regex file
  containing more then one line and the exec action was used for this
  rule, then monit failed to parse the configuration and refused to start.
  Thanks to Nathan for report.

* contrib/wap.php updated. Thanks to David Fletcher.

* Fixed #21354: Usage of the IMAP Protocol test was impossible due to a small
  typo in the control file parser and the test would fall back to DEFAULT.
  Thanks to Wolfgang Breyha for reporting the bug.
2007-12-15 16:41:50 +00:00
bjs
38b60004bd Add INSTALLATION_DIRS to fix DESTDIR installation. 2007-12-14 07:20:51 +00:00
wiz
34f3bed08f Add ${DESTDIR} in a few places. From Rumko on pkgsrc-users. 2007-12-13 23:35:11 +00:00
rhaen
7a3973bd9a Added new package p5-File-chmod to the Makefile as SUBDIR 2007-12-13 00:28:02 +00:00
rhaen
fdaae7372d - new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
2007-12-11 12:19:18 +00:00
rhaen
de8a5872e1 corrected error in header of patch-ab 2007-12-10 14:12:41 +00:00
wiz
cd6e1ddadd Update to 3.9.11, provided by Sergey Svishchev in private mail:
3.9.11 is mostly a maintenance release which fixes a couple of bugs,
and addresses warnings raised by gcc4, and merges some platform-specific
patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other
patches (such as the new amuFormat.sh written in sh).
2007-12-09 23:38:21 +00:00
wiz
8e25eb51c2 Mark as FreeBSD/NetBSD/Darwin/Linux-only.
Needs gcc.
Add dependency on bzip2. Should fix Linux bulk build problem.

From maintainer Sergey Svishchev in private mail.
2007-12-09 23:02:49 +00:00
rhaen
d028a26d1d - updated to 2.2.3
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
2.2.3
        Feedback release after 2.2.2 and LISA 07, minor tweaks and bug fixes

        "Harmless features"

        IgnoreInterfaceRegex( "vm.*" ) added to control
        function added for removing data from special interfaces from class data

        Option checkroot=true/false added to copy directive. This switches
        on/off the change in 2.2.2 about setting permissions on the
        destination root when recursively copying files. Default is now
        false.

        Can escape colons in the strings now to avoid confusion with
        expansion separator.

        cfenvgraph --erasehistory users,www_in etc will now set the
        average and variance of learned cfenvd data to zero. The current
        week's trace is not affected.

        audit=true/false flag added to most actions

2.2.2

        The build procedure for cfengine changes in this version to
        incorporate an intermediate library. The default behaviour is now
        to build a static library which will be used by cfengine 3 and
        other application interfaces. To build a shared library, use

        --enable-shared=yes

        NOTE to developers: if running from the compiled code you now need
        to delete the files cfagent cfservd etc and recompile to see changes
        appear in the code. This is due to the libtool build process.

        libtoolizing compilation process for migration to cfengine shared library
        (this is to support mulitple interfaces in future, and cf 3)

        --

        XML and HTML output options added to equip the internal instrumentation
        with readable output in cfshow e.g.

           cfshow --performance --html > output.html
           firefox output.html

        provides an easier summary and searchability in browser function

        Instrumentation changed to use realtime functions where possible. Standard
        unix timer is too insensitive to measure performance.

        The beginning of an integrated auditing system has been added. See references
        to AuditLog() in the code. This logs to a compressed database and can be extracted
        in ascii, html, xml using cfshow, e.g. cfshow  --audit --html > output.html
        Auditing is switched on by

        control:
         cfinputs_version = ( 1.2.1 ) # record this version in log, e.g. cvs revision
         Auditing = true

        --

        cfshow --classes

        also shows the relative frequencies of classes
        that have occurred on the system and the last time these were
        observed.

        cfshow -f cfagent.conf --regex "lin.*"

        displays all rules in the named file whose classes match the named
        regular expression. Note that the class "any" is not automatically matched
        and the search is based on the class text from the file. The output is not
        related to which classes are currently defined, and it will not recognise
        the history of classes implicit through class-restricted imported files.

        --

        SCLI interface modifications.

        --

        Intermittency entropy code added to the copy instrumentation for
        automatic host reliability measurements.

        Special variable

           IgnoreFriendRegex = ( regex )

        prevents last-seen warnings about hosts matching the named regex

        --

        UserExists("name") and GroupExists("name") functions added to builtin functions.

        ClassMatch function added in classes/groups to match regular expressions of other classes

        --

        Additional octet variables added on default IPv4 address, for convenience:

        e.g.
           590  : ipv4_2[eth1]=192.168
           1895 : ipv4[eth1]=192.168.1.101
           2100 : ipv4_1[eth1]=192
           4049 : ipv4_3[eth1]=192.168.1


        Methods can now expand some list variables, one list only per argument set.
        This is a limited compromise pending cfengine 3. A patch for expansion of
        variables in the control part of a program in methods has also been added.

        Bug fix and code simplication of variable expansion.

        -----

        tied variable expansion added. Allows method workaround for file dissemination
        by name, e.g. copy from

        host1.conf -> /dir/host1/file.conf
        host2.conf -> /dir/host2/file.conf  e.g. for virtual or diskless machines

        -----

        Major changes to package manager code by Jo Rhett. Variable expansion
        fixed by Mark.

        -----

        Option "best" added to checksum= in files action, this allows cross checking
        of the two best known hash algorithms for each file. Currently this is md5 and sha
        due to limitations in OpenSSL libcrypto.

        UnCommentToLineMatching regex added

2.2.1
        scli: type section added. This is a special case of shellcommands, which
        send commands to the special shell scli by Juergen Schoenwaelder for
        communicating with snmp devices.

        Code refactoring for package management.
        Bug fixes for problems introduced in 2.2.0.

        Copy directory would not set owner correctly on root

2.2.0
        Apart from minor changes, this version is about structural internal
        changes that ease the eventual confluence with cfengine 3 and the work
        going on behind the scenes there. Every effort is being made to
        make this change easy for users and existing installations. New features
        will be introduced into 2.2.x gradually, and the new front-end will
        eventually merge into this.

        This version accompanies a new introduction to cfengine published as
        a SAGE Short Topics book.

        * Some changes

        EMANICS extensions and reference testing for context sensitive
        network navigation patterns using voluntary cooperation contracts.

        PrintFile("name") function added to alerts

        !! List expansion in editfiles actions. This is an important change
        because it can potentially affect existing configurations that contain
        variables with a list separator in them. EditSplit is used for this.

        elsdefine fixed in tidy

        processes with action=warn only install fix

        ifelapsed/expireafter fixed in editfiles

        Instrumentation of copy/shellcommands measuring time/averages
        use cfshow --performance

        background=true in shellcommands was not implemented! (Fixed)

        SLES10 recognition
        RedHat/Fedora further classes

        SELinux support begun by Jeff Sheltren UCSB, who notes.
        > Currently, I have editfiles and copy working with selinux security
        > contexts, although so far copy only has support for regular files; I
        > haven't worked on links, etc. yet.
        > Use --enable-selinux during compilation

        Bug / misleading error message in ReadArray fixed

        HostRange bug for numericals in hostname fixed by Steve Radar.
2007-12-09 22:45:13 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
bouyer
7c0ef9ca1d Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@ 2007-12-07 19:12:07 +00:00
christos
037a0dfdf9 PR/36778: Yakovetsky Vladimir: Fix linux build; many thanks. 2007-12-06 16:59:37 +00:00
obache
8056e698be Fix extern v.s. static. 2007-12-06 02:12:44 +00:00
obache
b6dd6ec2bd Update MASTER_SITES but commented out, since newer location only have
version x.y.z. No functionally changes, only version name scheme differ.
2007-12-06 02:11:26 +00:00
obache
0fbd73d8ee Update HOMEPAGE. 2007-12-06 01:56:44 +00:00
bouyer
3319948890 Remplace patches/patch-cy with fix from the Xen repository via
Christoph Egger, and merge it back in patches/patch-ba (one patch per file).
Bump PKGREVISION
2007-12-05 22:06:26 +00:00
christos
77193ecd35 Use newer strace 4.5.15; various improvements in syscall parsing and
split functions into more files.
2007-12-05 16:30:59 +00:00
martti
7ae4655b93 Updated sysutils/xfce4-quicklauncher-plugin to 1.9.4
Bug fixes.
2007-12-05 07:50:16 +00:00
martti
b723485ba4 Updated sysutils/xfce4-fsguard-plugin to 0.4.0
Bug fixes.
2007-12-05 07:49:44 +00:00
bouyer
b2edc5f91f Update the Xen3 packages to 3.1.2.
Package changes:
  point HOMEPAGE to http://xen.org/
  looks like the Xen peoples won't put a tarball on their http server
  for this; I built one from their repository and put it in
  ${MASTER_SITE_LOCAL}
Summary of changes since 3.1.0:
  some of our patches have been integrated upstream, thanks to Christoph Egger
  various performances improvements and bug fixes, including some security
    fixes, and one bug that would lead to floating point register
    leak/corruption from HVM to PV guests on Intel VMX CPUs.
2007-12-03 21:54:28 +00:00
bouyer
8be3ad1a3e Make it build on amd64: the amd64 headers don't deal very well with gcc -m32,
so add custom version of the i386 headers required by this package to build.
While here install the qemu-ifup script in examples. Bump PKGREVISION.
2007-12-02 18:55:30 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
542e619325 Standardize statvfs test. From Sergey Svishchev. 2007-12-02 12:55:08 +00:00
wiz
15c82cc52b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:48 +00:00
wiz
55ae60d5ac Remove future MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:30 +00:00
wiz
198adbc012 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:37:24 +00:00
wiz
f0f4081d20 New sentence, new line. Use Nx. 2007-12-01 20:27:16 +00:00
rillig
a656a62665 Fixed "extra qualification". 2007-12-01 16:38:36 +00:00
rillig
89d3fdb6be gcc4 doesn't know -Wmulticharacter. 2007-12-01 00:37:56 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
81735cab9a Fixed extra qualification. 2007-11-30 20:35:20 +00:00
rillig
8c6596b5a6 The name of the configure argument has changed. 2007-11-30 20:33:33 +00:00
rillig
7b57bb3b2c Allow xosview to be installed by unprivileged users, especially on BSD
systems.
2007-11-30 19:32:55 +00:00
heinz
9551b671bc Package supports installation to DESTDIR. 2007-11-29 22:05:33 +00:00
drochner
359fe537a3 update to 2.20.2
changes: translation updates
2007-11-29 20:38:50 +00:00
wiz
c0bc722506 Update to 0.39:
0.39 Mon 12 Nov 2007  (Adam Kennedy)
	- No functional changes
	- Updating to Module::Install 0.68

0.38 Mon 15 Oct 2007  (Adam Kennedy)
	- Removed an extremely dangerous and reckless test case that tried
	  to delete a soft link to root and (when it failed) deleted the
	  actual root directory.

0.37 Sun  8 Jul 2007  (Adam Kennedy)
	- Restoring support for broken symlinks (Marek Rouchal)
	- Adding tests for the broken symlink case (Marek Rouchal)
	- Tidying up the Changes file a bit

0.36 Fri 30 Jun 2007  (Adam Kennedy)
	- Avoid the installation of Mac::Glue.
	  (It should not be necesary to test voice synthesis to delete a file)
	- Anyone truly needing "trash" support will need to add a dependency
	  on Mac::Glue themself. The function may be split out of File::Remove
	  later down the track.
	- Constanting the debugger flag for a minor speed and memory improvement
	- Copy in a known-readonly flag for more accurate testing on Win32
	- Remove assumption that -w implied deletion rights on Win32
	- Validate that the file was actually deleted.
	- Add better mode-handling for files.
	- Add smarter implementation of "candelete" logic.

0.35 Fri  9 Feb 2007  (Stephen Steneker)
	- Update makefile to require Mac::Glue version compatible with Intel macs
	- Change pod heading from "methods" to "subroutines" [RT#13687]
	- No functional changes from 0.34
2007-11-29 17:38:39 +00:00
jnemeth
16b2474bb0 PR/37442 - Jared D. McNeill -- xbattbar does not work on machines that have APM 2007-11-28 22:33:17 +00:00
jnemeth
369a5a5d2c Add MAKE_JOBS_SAFE=NO from Rumko on pkgsrc-users@. 2007-11-28 11:40:09 +00:00