Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (110d) 

2024-06-17 11:13:39 UTC Now

2008-10-07 12:59:23 UTC MAIN commitmail json YAML

2008-10-07 07:40:38 UTC MAIN commitmail json YAML

Move all VIM distfiles to a new subdirectory as the original vim-7.2.tar.bz2
was modified in the master site (yes I agree, this is bad practice).

This appears to be only some permission changes though. If you are really
interested to see what was changed, and you have the original distfile, execute

rm -rf /tmp/vim*
tar xjf vim-7.2.tar.bz2.orig -C /tmp
mv /tmp/vim72 /tmp/vim72.orig
tar xjf vim-7.2.tar.bz2 -C /tmp
cd /tmp
ls -lR vim72.orig | sed 's+vim72.orig+vim72+' > 1
ls -lR vim72 > 2
diff -u 1 2

(martti)

2008-10-07 07:24:06 UTC MAIN commitmail json YAML

2008-10-07 07:23:36 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.4

* detect short/truncated files on open (rrdtool used to crash later
  on some platforms)

* stop rrd_resize from altering the original file (mmap side
  effect)

* fix VDEF and SHIFT use. Now it returns correct data and does
  not crash anymore.

* fix rrd_xport when used on datasources with different
  resolutions. This has been broken from day 1 of this tools
  exsitance.

* fixed default prefix for ruby install

* added rpath for perl bindings on bsd

* do not [fm]advise past the end of the file since this
  causes crashes on sparc.

(martti)

2008-10-07 06:11:42 UTC MAIN commitmail json YAML

p5-URI-Escape-XS

(martti)

2008-10-07 06:10:01 UTC MAIN commitmail json YAML

Added p5-URI-Escape-XS

(martti)

2008-10-07 06:09:12 UTC MAIN commitmail json YAML

Escape and unescape unsafe characters in URIs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(martti)

2008-10-03 06:52:22 UTC MAIN commitmail json YAML

2008-10-03 06:52:03 UTC MAIN commitmail json YAML

2008-10-03 05:06:20 UTC MAIN commitmail json YAML

2008-10-03 05:05:57 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.25

Fixed possible out-of-memory error...

  2269  7.2.019  completion and exists() don't work for ":noautocmd"
  1521  7.2.020  "kvim" starts the GUI even though KDE is no longer supported
  4806  7.2.021  getting full file name when executing autocmds may be slow
  3823  7.2.022  (extra) cannot run tests with the MingW compiler
  2062  7.2.023  'cursorcolumn' wrong in a closed fold when display is shifted
  1452  7.2.024  'history' can be made negative, causes out-of-memory error
  1470  7.2.025  a CursorHold event that invokes system() is retriggered

(martti)

2008-09-28 17:32:54 UTC MAIN commitmail json YAML

2008-09-28 17:32:26 UTC MAIN commitmail json YAML

Updated mail/squirrelmail to 1.4.16

The SquirrelMail team is happy to announce the release 1.4.16. The most
notable change is that cookies are now sent with the secure attribute set for
HTTPS-connections, meaning that they cannot leak to an HTTP-connection on the
same SquirrelMail installation. For details see the included ReleaseNotes. We
advise users that offer their SquirrelMail both over HTTP and HTTPS to
upgrade.

(martti)

2008-09-21 18:31:20 UTC MAIN commitmail json YAML

2008-09-21 18:30:00 UTC MAIN commitmail json YAML

Start mailman with -s to get rid of the stale lock file (pkg/39355).

PKGREVISION++

(martti)

2008-09-15 15:12:14 UTC MAIN commitmail json YAML

2008-09-15 15:11:46 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.3

While 1.3.2 did fix the data corruption bug, and was much faster
with creating graphs, it did break badly when you tried to supply
your own font names and sizes. 1.3.3 fixes this regression.

* Do not crash when user tries to select a font in rrdgraph
* Another attempt at makeing it compile out-of-the box on solaris 8

(martti)

2008-09-14 20:30:28 UTC MAIN commitmail json YAML

2008-09-14 20:30:17 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.18

  2873  7.2.011  error when inserting a float value from expression register
  1444  7.2.012  compiler warnings when building with startup timing
  4157  7.2.013  hang when waiting for X selection, consuming lots of CPU time
  1769  7.2.014  synstack() doesn't work in an emptly line
  1943  7.2.015  "make all test install" doesn't stop when the test fails
  4536  7.2.016  cmdline completion pattern can be in freed memory
  5319  7.2.017  X11: strlen() used wrongly, pasting very big selection fails
  1390  7.2.018  memory leak when substitute is aborted

(martti)

2008-09-14 20:16:40 UTC MAIN commitmail json YAML

2008-09-10 05:38:52 UTC MAIN commitmail json YAML

2008-09-10 05:38:12 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.2

MAJOR BUG-FIX:

* When running rrdtool update with multiple updates in one go and
  MMAP enabled, there was a data corruption bug at wrap around.
  See http://oss.oetiker.ch/rrdtool-trac/ticket/178 for details
  Thanks to Kevin Brintnall

OTHER FIXES:

* Forward ported rra cur_row randomization patch from rrdtool
  1.2.28 (it got lost in development).

* Contrary to the documentation imginfo did return the full path
  of the image and not only the file name.

* Make --lazy mode work even when PRINT commands are present.
  http://oss.oetiker.ch/rrdtool-trac/ticket/163

* Fix Ruby Bindings memory leak.

* Fix compilation on solaris 2.8

* Fix a ton of memory leaks in rrd_create and some in rrd_tool as
  well. Based on valgrind analysis by Sven Engelhardt. Thanks!

* Fix handling of error conditions in rrd_tool.c (errno is not the
  ideal indicator)

ENHANCEMENTS:

* Text Strings entered in the current locale will automatically be
  transformed to utf8 for proper handling by Pango.

* Dramatically improved Pango Performance by introducing a static
  fontmap. On my test system the persistent fontmap causes the
  second graph with the same fonts in a single session to be
  created about 0.18s faster than the first one. For a total graph
  creation time of 0.21s this is a pretty substantial improvement.
  With this patch, performance for the second graph is back to
  1.2.x levels or even better.

(martti)

2008-09-06 17:06:07 UTC MAIN commitmail json YAML

2008-09-06 17:05:47 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.10

  1877  7.2.001  Mac: pseudo-ttys don't work properly on Leopard
  1462  7.2.002  leaking memory when displaying menus
  3663  7.2.003  typo in translated message, message not translated
  3413  7.2.004  Cscope help message is not translated
  4638  7.2.005  a few problems when profiling
  1552  7.2.006  HTML files are not recognized by contents
16735  7.2.007  (extra) minor issues for VMS
  1947  7.2.008  wrong window count when using :bunload in a BufHidden autocmd
  2245  7.2.009  can't compile with Perl 5.10 on MS-aindows
  5415  7.2.010  "K" in Visual mode does not properly escape all characters

7.2.010 fixes http://www.rdancer.org/vulnerablevim-K.html

(martti)

2008-09-04 08:25:44 UTC MAIN commitmail json YAML

2008-09-04 08:25:31 UTC MAIN commitmail json YAML

Updated mail/postfix-current to 2.6.20080903

Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a
denial of service attack by a local user. There is no breach of
data confidentiality or data integrity. This problem was found by
the Postfix author during routine source code maintenance.

An on-line version of this announcement is available at
http://www.postfix.org/announcements/20080902.html

(martti)

2008-09-04 08:25:20 UTC MAIN commitmail json YAML

Updated mail/postfix to 2.5.5

Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a
denial of service attack by a local user. There is no breach of
data confidentiality or data integrity. This problem was found by
the Postfix author during routine source code maintenance.

An on-line version of this announcement is available at
http://www.postfix.org/announcements/20080902.html

(martti)

2008-09-04 06:44:20 UTC MAIN commitmail json YAML

2008-09-04 06:44:07 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.94

* Lots of bug fixes

I removed patch-ba and tested this on NetBSD/i386 3.1.1_PATCH and
NetBSD/amd64 4.0_STABLE and everything seems to work...

(martti)

2008-08-18 07:20:11 UTC MAIN commitmail json YAML

2008-08-18 07:19:49 UTC MAIN commitmail json YAML

2008-08-18 07:19:13 UTC MAIN commitmail json YAML

Updated mail/postfix-current to 2.6.20080814

20080804

        Bugfix: dangling pointer in vstring_sprintf_prepend().
        File: util/vstring.c.

20080814

        Security: some systems have changed their link() semantics,
        and will hardlink a symlink, contrary to POSIX and XPG4.
        Sebastian Krahmer, SuSE. File: util/safe_open.c.

        The solution introduces the following incompatible change:
        when the target of mail delivery is a symlink, the parent
        directory of that symlink must now be writable by root only
        (in addition to the already existing requirement that the
        symlink itself is owned by root).  This change will break
        legitimate configurations that deliver mail to a symbolic
        link in a directory with less restrictive permissions.

(martti)

2008-08-18 07:13:41 UTC MAIN commitmail json YAML

Updated mail/postfix to 2.5.4

20080804

Bugfix: dangling pointer in vstring_sprintf_prepend().
File: util/vstring.c.

20080814

Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE. File: util/safe_open.c.

The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root).  This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.

(martti)

2008-08-13 07:34:55 UTC MAIN commitmail json YAML

2008-08-13 07:34:44 UTC MAIN commitmail json YAML

Updated mail/postfix-current to 2.6.20080726

* Lots of bug fixes

(martti)

2008-08-12 09:42:08 UTC MAIN commitmail json YAML

Updated some perl modules

(martti)

2008-08-12 09:41:37 UTC MAIN commitmail json YAML

Updated net/p5-POE-Component-SNMP to 1.1001

1.10 Fri Jul 25 01:39:08 PDT 2008

- lots of small fixes

1.1001 Fri Aug  1 01:58:09 PDT 2008
- nope, still didn't get it right. left a stray dependency.
  changed my version system because I seem to do this alot.  now
  releasing version 1.1001.  I'm hoping I don't have to release
  version 1.1002 tomorrow. :)

(martti)

2008-08-12 09:41:27 UTC MAIN commitmail json YAML


2008-08-12 09:41:17 UTC MAIN commitmail json YAML

Updated devel/p5-Curses-UI-POE to 0.031

Changes unknown.

(martti)

2008-08-12 09:41:08 UTC MAIN commitmail json YAML

Updated devel/p5-Curses-UI to 0.9605

Version 0.9605
==============
- MANIFEST in 0.9604 was bad, causing pertesters FAIL

Version 0.9604
==============
- MainLoop removal broke several examples. Fixed (thanks to
  Antony Gelberg)
- Japanese localization added (thanks Takatoshi Kitano)

Version 0.9603
==============
- MainLoop has been removed (please use '$cui->mainloop')
- So the circular reference of $Curses::UI::rootobject has
  been removed as well
- RT bugs 31919, 11925 (Notebook.pm testing failures) fixed,
  again thanks to Russ Allbery
- UI.pm now uses strict and warnings(!)
- UI.pm's POD and layout being overhauled
- BUGS and TODO have been nuked (RT, googlecode)

Version 0.9602
==============
- Using Module::Install now
- Removed effectively null t/99template.t which was causing
  FAILs for CPAN testers (to be replaced with more testing
  at a later date)
- Apologies for the weird previous version number

Version 0.96_01
===============
- Fixed bug in C::UI::Checkbox->get (RT#31916, Russ Allbery)
- Fixed doc bug in Tutorial.pod (rt#31918, Russ Allbery)
- Fixed doc bug in Checkbox.pm (rt#31917, Russ Allbery)
- Began POD overhaul and code reformatting

Version 0.96
============
- Added -keydelay option to new()
- Fixed Listbox docs again
- Fixed focusing bug in connection with mouse support
- Applied patches by Vitaliy Sennikov
- Doc patches by Alexey Tourbin
- Slovak translation by Marek Grac
- Removed test.pl, added note on demos to INSTALL
- Removed COLOR_TODO
- Added Coverage (Devel::Cover report)

(martti)

2008-08-11 12:14:21 UTC MAIN commitmail json YAML

2008-08-11 12:14:10 UTC MAIN commitmail json YAML

Updated VIM to 7.2

This is a minor release of Vim.  In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated.  There
are also security improvements, therefore it's a good idea to upgrade.

The main new feature since 7.1 is floating point support.  You can use
it in the Vim script language to add up a list of amounts, for example.

Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".

(martti)

2008-07-29 17:23:46 UTC MAIN commitmail json YAML

2008-07-29 17:23:17 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.1

* image size does get returned properly even with --lazy active
  this broke a number of frontends which should work now.
* fix rrd_restore to be able to read rrd 1.0.x generated dumps again.
* several documetation fixes
* make rrdtool.spec work without php
* complain when someone tries to create an rrd file with step size zero.
* added filename to illegal updated interval error message.
* fix number of rows returned by python modules fetch implementation.

(martti)

2008-07-29 05:15:02 UTC MAIN commitmail json YAML

2008-07-29 05:14:16 UTC MAIN commitmail json YAML

Updated mail/postfix to 2.5.3

When a mailbox file is not owned by its recipient, the local and
virtual delivery agents now log a warning and defer delivery.
Specify "strict_mailbox_ownership = no" to ignore such ownership
discrepancies.

[HISTORY]
20080509

Bugfix: null-terminate CN comment string after sanitization.
File: smtpd/smtpd.c.

20080603

Workaround: avoid "bad address pattern" errors with non-address
patterns in namadr_list_match() calls. File: util/match_ops.c.

20080620

Bugfix (introduced 20080207): "cleanup -v" panic because
the new "SMTP reply" request flag did not have a printable
name. File: global/cleanup_strflags.c.

Cleanup: using "Before-queue content filter", RFC3848
information was not added to the headers. Carlos Velasco.
File smtpd/smtpd.c.

20080717

Cleanup: a poorly-implemented integer overflow check for
TCP MSS calculation had the unexpected effect that people
broke Postfix on LP64 systems while attempting to silence
a compiler warning.  File: util/vstream_tweak.c.

20080725

Paranoia: defer delivery when a mailbox file is not owned
by the recipient. Requested by Sebastian Krahmer, SuSE.
Specify "strict_mailbox_ownership=no" to ignore ownership
discrepancies.  Files: local/mailbox.c, virtual/mailbox.c.

(martti)

2008-07-28 19:49:51 UTC MAIN commitmail json YAML

2008-07-28 19:49:12 UTC MAIN commitmail json YAML

2008-07-28 19:48:03 UTC MAIN commitmail json YAML

2008-06-30 12:02:23 UTC MAIN commitmail json YAML

2008-06-30 12:01:47 UTC MAIN commitmail json YAML

2008-06-30 07:31:09 UTC MAIN commitmail json YAML

Removed DEPENDS for pkg-config. Spotted by wiz@

(martti)

2008-06-30 07:29:48 UTC MAIN commitmail json YAML

2008-06-23 05:20:29 UTC MAIN commitmail json YAML

2008-06-23 05:07:56 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.330

Add CHECK_INTERPRETER_SKIP for pkg/38710

Apply the following patches:

  1480  7.1.316  when 'cscopetag' is set ":tag" gives an error message
  5203  7.1.317  compiler warnings in Motif calls
  5428  7.1.318  mem leak when closing xsmp conn.; crash on exit with Lesstif
  1514  7.1.319  illegal memory access when pasting illegal utf-8 on cmd line
28763  7.1.320  Win64: Warnings while compiling Python interface
  2603  7.1.321  (extra) Win32 / Win64: Install file is outdated
  2677  7.1.322  can't get start of Visual area in an <expr> mapping
  1734  7.1.323  test 19 and 38 fail with some termcaps
  1847  7.1.324  file name path length on Unix is limited to 1024
  3559  7.1.325  editing a command line that doesn't fit reverses char order
  1641  7.1.326  ":smagic!from!to!" doesn't work, it sees the "!" as a flag
  5454  7.1.327  gvimtutor is also installed when not building a GUI version
  1859  7.1.328  crash when using Cygwin and non-posix path name in tags file
  2172  7.1.329  right halve of double-wide char under popup menu not redrawn
  1905  7.1.330  reading uninitialized memory when using Del in replace mode

(martti)

2008-06-19 05:55:50 UTC MAIN commitmail json YAML

2008-06-19 05:55:44 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.315

  2153  7.1.306  some Unicode symbol chars are handled like word chars
23714  7.1.307  many warnings when compiling with Python 2.5
  2673  7.1.308  when in readonly mode ":options" produces an error
  3989  7.1.309  installing and testing with a shadow directory doesn't work
  8024  7.1.310  incomplete utf-8 byte sequence at end of the file not detected
  2547  7.1.311  compiler warning for missing sentinel in X code
  2346  7.1.312  there is no check for error number mistakes in .po files
  3425  7.1.313  status and tile not updated when using netbeans setModified
  1915  7.1.314  'pastetoggle' is written to the session file without escaping
  3287  7.1.315  crash with specific search pattern using look-behind match

(martti)

2008-06-10 08:24:09 UTC MAIN commitmail json YAML

2008-06-10 08:23:54 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.93.1

  * libclamav/petite.c: fix possible invalid memory access (bb#1000)
    Reported by Damian Put
  * clamdscan/clamdscan.c: don't show scan summary when clamd cannot be
    contacted (bb#1041)
  * libclamav/hashtab.[ch], scanners.c: avoid using C99 flexible array members
    (bb #1039)
  * libclamav/unzip.c: correct the previous fix
  * libclamav/unzip.c: check for unprefixed bz2 - bb#1038
  * libclamav/ole2_extract.c: revert last commit
  * libclamav/ole2_extract.c: use cli_unlink
  * libclamav/ole2_extract.c: partial scan of broken ole files
  * contrib/init/RedHat: check for already running clamav-milter (bb #823)
  * libclamav/regex: avoid name collisions on AIX (bb #947)
    sync with libc: minor cleanups
  * doc/clamdoc.tex: add a note about forking daemons (bb#906)
  * libclamav/Makefile.am: link .la files first, this
    should avoid linking to old libclamav as in bb #931
  * libclamav/readdb.h: read daily.cfg stored inside .cld containers (bb#1006)
  * libclamav/mbox.c, shared/network.c: prevent uninitialized use of hostent
    structure (bb #1003).
  * libclamav/mspack.c: downgrade some error messages (bb#911)
  * clamav-milter: retrieve db version from daily.cld (bb#942)
  * libclamav/scanners.c: don't return CL_EMAX* error codes to
    applications (bb#1001)
  * clamscan/manager.c: print information about clean files when the RAR
    code is not compiled-in (bb#999)
  * libclamav/unzip.c: remove detection of Suspect.Zip and
    Exploit.Zip.ModifiedHeaders (bb#997)
  * libclamav: scan for embedded PEs inside OLE2 files (bb#914)
  * libclamav/cvd.c: add work-around for zlib issues with mixed data (bb#932)
  * libclamav/others.h: explicitely cast some constants (bb#936)
  * sigtool/sigtool.c: bb#938 (sigtool --list-sigs not working with .cld files)
  * libclamav/dconf.h: fix flag code assignment (bb #952)
  * libclamav/iana_tld.h, libclamav/phishcheck.c: update TLD list (bb #925)

(martti)

2008-06-02 11:20:28 UTC MAIN commitmail json YAML

2008-06-02 11:19:53 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.305

  1558  7.1.298  src/gvimtutor is not distributed
  9490  7.1.299  filetype detection fails for file name with special characters
  1959  7.1.300  value of asmsyntax argument isn't checked for valid characters
  1673  7.1.301  "File/Save" menu in Insert mode doesn't update tab page label
  1485  7.1.302  (after 7.1.299) compilation error on MS-Windows
12135  7.1.304  shortpath_for_invalid_fname() is too complex and wrong
  4735  7.1.305  can't edit compressed file with special characters in the name

(martti)

2008-05-27 12:40:49 UTC MAIN commitmail json YAML

2008-05-27 12:40:37 UTC MAIN commitmail json YAML

2008-05-22 10:36:09 UTC MAIN commitmail json YAML

Give up MAINTAINERship, I don't have time to take care of this...

(martti)

2008-05-09 09:47:32 UTC MAIN commitmail json YAML

2008-05-09 09:47:21 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.297

  2258  7.1.284  compiler warnings for functions without prototype
  5787  7.1.285  (extra) Mac: dialog hotkeys don't work
  2045  7.1.286  (after 7.1.103) "w" at end of buffer moves cursor too far
  1859  7.1.287  crash when reversing a list after using it
  3182  7.1.288  (after 7.1.281) cscope leaves behind temp files with gvim
  1979  7.1.289  when EXITFREE is defined and 'acd' is set freed memory is used
  2146  7.1.290  reading unwritten bytes when spell checking with large indent
  1940  7.1.291  compiler warning for int-long conversion
  6698  7.1.292  when using a pattern with "\@<=" the submatches can be wrong
  3087  7.1.293  spell checking considers super/subscript chars as word chars
  2336  7.1.294  leaking memory when executing a shell command
  6102  7.1.295  vimtutor only works with vim, not gvim
  9374  7.1.296  SELinux is not supported
  1855  7.1.297  wrong parenmatch highlighting after search/replace dialog

(martti)

2008-05-09 06:10:11 UTC MAIN commitmail json YAML

2008-05-09 06:09:43 UTC MAIN commitmail json YAML

Updated wm/fvwm-devel to 2.5.26

New features:

  - New MenuStyle option VerticalMargins.

* New module features:

  - FvwmButtons: New button alignment option: top.

* Bug fixes:

  - Fixed crash in ARGB visual detection code.
  - Fixed compilation without XRender support.
  - Fixed drawing of background pictures in menu items and titles.
  - Fixed hadling of shaped windows.
  - Fixed a 64-bit bug in the EWMH code.

(martti)

2008-05-05 05:25:20 UTC MAIN commitmail json YAML

Fix pkg/38555. Patches provided by NAKAJI Hiroyuki and reviewed by the rrdtool
author Tobias Oetiker.

(martti)

2008-05-05 05:25:08 UTC MAIN commitmail json YAML

2008-04-24 08:05:32 UTC MAIN commitmail json YAML

ejabberd-2.0.0nb2

(martti)

2008-04-24 08:04:59 UTC MAIN commitmail json YAML

2008-04-24 08:04:13 UTC MAIN commitmail json YAML

2008-04-22 11:31:18 UTC MAIN commitmail json YAML

2008-04-22 11:31:05 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 2.0.0nb1

Fix pkg/38347 (patch provided by Daniel Horecki).

(martti)

2008-04-15 11:02:19 UTC MAIN commitmail json YAML

2008-04-15 11:02:04 UTC MAIN commitmail json YAML

Updated net/mrtg to 2.16.1

* fix RouterUptime config with non unique targets
* give up MAINTAINERship as I'm no longer using mrtg (I switched to rrdtool)

(martti)

2008-04-15 07:56:46 UTC MAIN commitmail json YAML

2008-04-15 07:56:06 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.93

http://secunia.com/secunia_research/2008-11/advisory/
http://www.frsirt.com/english/advisories/2008/1218

Changes since 0.92.1

This release introduces many new features and engine enhancements, please
see the notes below for the list of major changes. The most visible one
is the new logic in scan limits which affects some command line and config
options of clamscan and clamd. Please see clamscan(1) and clamd.conf(5)
and the example config file for more information on the new options.

Most important changes include:

  * libclamav:
    - New logic in scan limits: provides much more efficient protection against
      DoS attacks but also results in different command line and config options
      to clamscan and clamd (see below)
    - New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator,
      entity converter
    - Improved filetype detection; filetype definitions can be remotely updated
    - Support for .cld containers (which replace .inc directories)
    - Improved pattern matcher and signature formats
    - More efficient scanning of HTML files
    - Many other improvements

  * clamd:
    - NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles
    - ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion,
      ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles,
      ArchiveMaxCompressionRatio, ArchiveBlockMax

  * clamscan:
    - NEW CMDLINE OPTIONS: --max-filesize, --max-scansize
    - REMOVED OPTIONS: --block-max, --max-space, --max-ratio

  * freshclam:
    - NEW CONFIG OPTION CompressLocalDatabase
    - NEW CMDLINE SWITCH --no-warnings
    - main.inc and daily.inc directories are no longer used by ClamAV; please
      remove them manually from your database directory

(martti)

2008-04-08 13:22:06 UTC MAIN commitmail json YAML

Replaced ${MACHINE_ARCH} with i386 as this always installs files for
i386, ppc32, sparc32 and x86_64. Also sorted PLIST.

This was previously not working properly on non-i386 hosts...

(martti)

2008-04-08 13:16:22 UTC MAIN commitmail json YAML

2008-03-25 11:49:55 UTC MAIN commitmail json YAML

Fixed usage of CONF_FILES

(martti)

2008-03-17 07:12:04 UTC MAIN commitmail json YAML

2008-03-17 07:11:42 UTC MAIN commitmail json YAML

Updated postfix-current to 2.6.20080221

* Bug fixes
* Create /var/db/postfix like in pkgsrc/mail/postfix

(martti)

2008-03-17 07:10:31 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.283

  1582  7.1.271  in tiny version ":!touch %" causes curbuf to be wrong
  2334  7.1.272  buffer name [Location List] not used for buffer in other tab
  2504  7.1.273  when profiling on Linux Vim exits early
  1549  7.1.274  (after 7.1.272) compiler warning with optimized build
40835  7.1.275  (extra) Mac: ATSUI and 'antialias' don't work together
  4946  7.1.276  "gw" uses 'formatexpr', even though the docs say it doesn't
  2802  7.1.277  default for 'paragraphs' misses some items
  1989  7.1.278  (extra, after 7.1.275) build problem
  3848  7.1.279  when using cscope temporary files are left behind
  1556  7.1.280  (after 7.1.275) Mac: build problems without multibyte feature
  2094  7.1.281  (after 7.1.279) Vim hangs when cscope doesn't exit
16302  7.1.282  (extra) Win64: Installing context menu, compiler warnings
  7633  7.1.283  non-extra part of 7.1.282

(martti)

2008-03-11 10:56:08 UTC MAIN commitmail json YAML

2008-03-11 10:55:03 UTC MAIN commitmail json YAML

VIM 7.1.270

  1751  7.1.253  ":sort" doesn't work in a one line file
  1894  7.1.254  Tests 49 and 55 fail when the locale is French
  1514  7.1.255  Vim doesn't support utf-32
50921  7.1.256  findfile() also returns directories
  3326  7.1.257  configure can't always find the Tcl header files
  3360  7.1.258  crash when doing "d/\n/e" and 'virtualedit' is "all"
  1944  7.1.259  cursor in wrong place with 'rl', "utf-8" and illegal byte
  1805  7.1.260  cursor position wrong after ^@ wrapping halfway if using utf-8
  2255  7.1.261  for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
  3438  7.1.262  can't get the process ID of Vim
  2442  7.1.263  filetype with dot doesn't work for indent plugins
  6295  7.1.264  crash when C-indenting
  1310  7.1.265  hang when completing file name and space in 'isfname'
  2510  7.1.266  version string returned by terminal may be used as typed input
  1957  7.1.267  when changing folds cursor may be positioned in a wrong place
  1576  7.1.268  always shows "+" at end of screen line with 'cursurline'
  6183  7.1.269  matchparen plugin has an arbitrary line number limit
  2861  7.1.270  ":?foo?" matches in current line since patch 7.1.025

(martti)

2008-03-10 09:00:40 UTC MAIN commitmail json YAML

2008-03-10 08:59:10 UTC MAIN commitmail json YAML

Added ejabberd

(martti)

2008-03-10 08:58:32 UTC MAIN commitmail json YAML

2008-02-27 17:05:55 UTC MAIN commitmail json YAML

2008-02-27 16:58:18 UTC MAIN commitmail json YAML

Updated wm/fvwm-devel to 2.5.25

* New features:

  - Handle the STATE_ADD command of the EWMH _NET_WM_STATE
    message from version 1.3 of the EWMH spec.
  - Support transparency in ARGB windows

* Bug Fixes:

  - Fixed problem with windows disappearing when created
    unless the style Unmanaged was used.
  - Edge move delay was used as resistance for the top edge.
  - Fixed a parsing problem of the screen argument of the
    SnapAttraction style.
  - Some html documentation files were not installed.
  - Fixed a memory leak in internationalized font handling.
  - Fixed a bug in MinOverlap placement.
  - Fixed the StickyAcrossPages style in the FvwmPager.
  - Fixed the determination of the X charset on UTF-8 systems.
  - Fixed a crash when certain EWMH messages were sent to
    unmanaged windows.
  - Fixed a memory leak in multibyte codepage code.
  - Ignore the EWMH staysontop and staysonbottom hints if the
    EWMHIgnoreStackingOrderHints style is used.
  - Fixed a sporadic crash when the root background set by gnome,
    fvwm-root, esetroot etc. changes and a root transparent
    colour set is used.
  - Fixed spradic crash in modules with root transparent
    background from colour sets.
  - Fixed a possible crash if the last active module fails.

(martti)

2008-02-15 06:36:25 UTC MAIN commitmail json YAML

2008-02-15 06:36:11 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.252

* Set "Modified by ${MAINTAINER}" to meet the license requirements
* Changes since 7.1.248

  2144  7.1.249  after "U" the cursor can be past end of line
  1684  7.1.250  error for ":setglobal fenc=anything" when 'modifiable' is off
  3134  7.1.251  accessing freed memory when spell checking enabled
  1399  7.1.252  (after 7.1.243) test 39 fails when locale uses utf-8 encoding

(martti)

2008-02-13 12:46:42 UTC MAIN commitmail json YAML

2008-02-13 12:46:26 UTC MAIN commitmail json YAML

Updated to 7.1.248 as it was release just after my 7.1.247 upgrade.

  3691  7.1.248  can't set the '" mark; can't know if setpos() was successful

(martti)

2008-02-13 12:07:40 UTC MAIN commitmail json YAML

openvpn, vim and mrtg

(martti)

2008-02-13 12:07:24 UTC MAIN commitmail json YAML

Updated net/openvpn to 2.1rc7

* Added a few extra files that exist in the svn repo but were
  not being copied into the tarball by make dist.

* Fixup null interface on close, don't use ip addr flush (Alon Bar-Lev).

* Fixed options checking bug introduced in rc5 where legitimate configuration
  files might elicit the error: "Options error: Parameter pkcs11_private_mode
  can only be specified in TLS-mode, i.e. where --tls-server or --tls-client
  is also specified."

* Added "forget-passwords" command to the management interface
  (Alon Bar-Lev).

* Added --management-signal option to signal SIGUSR1 when the
  management interface disconnects (Alon Bar-Lev).

* Modified command line and config file parser to allow
  quoted strings using single quotes ('') (Alon Bar-Lev).

* Use pkcs11-helper as external library, can be downloaded from
  https://www.opensc-project.org/pkcs11-helper (Alon Bar-Lev).

* Fixed interim memory growth issue in TCP connect loop where
  "TCP: connect to %s failed, will try again in %d seconds: %s"
  is output.

* Fixed bug in epoll driver in event.c, where the lack of a
  handler for EPOLLHUP could cause 99% CPU usage.

* Defined ALLOW_NON_CBC_CIPHERS for people who don't
  want to use a CBC cipher for OpenVPN's data channel.

* Added PLUGIN_LIBDIR preprocessor string to prepend a default
  plugin directory to the dlopen search list when the user
  specifies the basename of the plugin only (Marius Tomaschewski).

* Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS
  to allow forward slash characters ("/") in the X509 common name
  (Pavel Shramov).

* Allow OpenVPN to run completely unprivileged under Linux
  by allowing openvpn --mktun to be used with --user and --group
  to set the UID/GID of the tun device node.  Also added --iproute
  option to allow an alternative command to be executed in place
  of the default iproute2 command (Alon Bar-Lev).

* Fixed --disable-iproute2 in ./configure to actually disable
  iproute2 usage (Alon Bar-Lev).

* Added --management-forget-disconnect option -- forget
  passwords when management session disconnects (Alon Bar-Lev).

(martti)

2008-02-13 12:06:30 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.247

  2052  7.1.230  memory leak when executing SourceCmd autocommands
  8648  7.1.231  when shifting lines the change is acted upon multiple times
  2002  7.1.232  (after 7.1.207 and 7.1.211) compiler warnings with MSVC
  3249  7.1.233  crash with Insert mode completion for a user defined command
  6865  7.1.234  display problems when diff'ing three files
  5925  7.1.235  pattern matching is slow when using a lot of simple patterns
28992  7.1.236  hang when using complicated pattern and 'hlsearch' or ":match"
  1704  7.1.237  compiler warning on an Alpha processor in Motif code
  1801  7.1.238  searchpair() may fail when using 'c' or 'r' flag
  1639  7.1.239  (after 7.1.233) compiler warning for sprintf() argument
  5157  7.1.240  "gUe" may stop before the end of the word
  3093  7.1.241  focus change events not always ignored
  2262  7.1.242  "cib" doesn't work properly on "(x)"
  4475  7.1.243  (after 7.1.240) "U" doesn't work on all text in Visual mode
  1847  7.1.244  GUI may have part of the command line cut off
  2767  7.1.245  pressing CTRL-\ three times causes Vim to quit
  2739  7.1.246  configure hangs when the man pager is something strange
  6028  7.1.247  Netbeans: backspacing in Insert mode may skip a character

(martti)

2008-02-13 12:05:26 UTC MAIN commitmail json YAML

Updated net/mrtg to 2.16.0

* Makesure mrtg repopulates its cache only once even in fork mode
* Added support for RRDtool based Holt-Winters aberrant behaviour detection.
  Threshold based alerts have been enhanced to be able to fire based on the
  FAILURES RRA. Note that Holt-Winters aberrant behaviour detection can only
  be enabled on newly created RRAs.
* when thresholds were UNboraken, the threshprogok did not run necessarily
* MIB parser rewritten for better compatibility
* allow RouterUptime to contain an explicit OID for queriing the uptime.
* support for nortel passport 8600 in cfgmaker
* Added Documentation for GeTNEXT prefix
* Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs)
* Upgrade to SNMP Session 1.10
* Updates for  Net_SNMP_util.pm  and  SNMP_util.pm
* Fix if_is_ciscovlan condition in cfgmaker
* Updated port syntax in documentation (based on trac entry)

(martti)

2008-02-12 14:23:26 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.92.1

(martti)

2008-02-12 14:17:16 UTC MAIN commitmail json YAML

2008-01-17 14:03:24 UTC MAIN commitmail json YAML

postfix-2.5.0rc2

(martti)

2008-01-17 14:03:05 UTC MAIN commitmail json YAML

2008-01-17 13:56:37 UTC MAIN commitmail json YAML

2008-01-17 13:47:01 UTC MAIN commitmail json YAML

2008-01-15 11:53:24 UTC MAIN commitmail json YAML

2008-01-15 11:53:13 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.229

  1750  7.1.213  aborting ":tabedit" from the ATTENTION dialog leaves tab open
  8399  7.1.214  ":1s/g\n\zs1//" deletes characters from the first line
  6476  7.1.215  it's difficult to figure out the nesting of syntax items
  2360  7.1.216  variants of --remote-tab are not mentioned for "vim --help"
  7103  7.1.217  the "help-tags" tag may be missing from runtime/doc/tags
  1864  7.1.218  syntax region without "keepend" could be truncated
12134  7.1.219  (after 7.1.215) synstack() doesn't work for one char region
  3928  7.1.220  cursor may end up on trail byte after ")"
  1978  7.1.221  when inserting a "(" the following highlighting may be wrong
  3531  7.1.222  (after 7.1.217) wildcards of ":helptags" are not expanded
  8138  7.1.223  glob() doesn't handle "'" when 'shell' is "sh" or "bash"
  2131  7.1.224  "vim -F -o one two" sets 'rightleft' in one window only
  1767  7.1.225  using unitialized value when XGetWMNormalHints() fails
  1957  7.1.226  command line completion fails for a file name with a '&' char
  5595  7.1.227  hang in syntax HL when moving over a ")"
  1678  7.1.228  with 'foldmethod' "indent" fold can't be closed after "3>>"
  1758  7.1.229  a fold is closed when backspacing in Insert mode

(martti)

2008-01-10 07:47:53 UTC MAIN commitmail json YAML

2008-01-10 07:47:30 UTC MAIN commitmail json YAML

Updated mail/clamsmtp to 1.9

1.9 [2007-05-28]
  - Resolve any DNS name for each connection.
  - Use my real name 'Stefan Walter'
    See: http://memberwebs.com/nielsen/

(martti)

2008-01-09 14:10:07 UTC MAIN commitmail json YAML

- Some "pkglint -Wall" fixes
- Make this build on Solaris 10 by checking for strcasestr (patch received
  from Andri Piik in a private mail)

(martti)

2008-01-09 13:47:43 UTC MAIN commitmail json YAML

2008-01-09 13:38:28 UTC MAIN commitmail json YAML

2008-01-09 13:37:45 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.212

  2943  7.1.176  compiling with Aap fails if "compiledby" contains '<' or '>'
  5450  7.1.177  freeing memory twice when in debug mode while reading a script
  1567  7.1.178  "%" doesn't work on "/* comment *//* comment */"
  6581  7.1.179  configure doesn't find TCL 8.5
  7099  7.1.180  regexp patterns are not sufficiently tested
  1878  7.1.181  accessing uninitialized memory in Farsi mode with ":s"
  5457  7.1.182  with tab pages and an argument list session file may be wrong
  2489  7.1.183  Internal error for ":echo matchstr('a', 'a\%[\&]')"
  2132  7.1.184  crash when deleting backwards over a line break in Insert mode
  3744  7.1.185  "gR" and then BS doesn't work properly with multi-byte chars
  3294  7.1.186  "expand('<afile>')" returns a bogus value after ":cd dir"
  2341  7.1.187  Win32 GUI: custom completion using system() doesn't work
  1688  7.1.188  "W10" message could be displayed in the second column
  1950  7.1.189  (after 7.1.104) need to call plain_vgetc() in ask_yesno()
  1685  7.1.190  cursor after end-of-line: "iA sentence.<Esc>)"
  2007  7.1.191  Win32 GUI: when not in focus click in scrollbar doesn't work
  2605  7.1.192  CTRL-C doesn't stop duplicating text for "s" in Visual block
  2962  7.1.193  some of the Vim 5.x digraphs could be supported
  1650  7.1.194  Unix: ":echo glob('~/{}')" results in "/home/user//"
  2273  7.1.195  '0 mark doesn't work for "~/foo ~ foo"
  2642  7.1.196  (extra) Win32 GUI: "\n" in a tooltip doesn't cause line break
  2308  7.1.197  Mac: "make install" doesn't work when $prefix is set
  1460  7.1.198  hang when using ":s/\n//gn"
  3572  7.1.199  can't do command line completion for a file name extension
  2310  7.1.200  (after 7.1.177 and 7.1.182) compiler warnings
  2705  7.1.201  when reading stdin 'fenc' and 'ff' are not set
  2383  7.1.202  incomplete utf-8 byte sequence is not checked for validity
  2261  7.1.203  if 'virtualedit' is "onemore" then ":normal 99|" is not right
  2891  7.1.204  (extra) Win32: 'balloonexpr' tooltip disappears after 4 sec
  5481  7.1.205  can't get the operator in an ":omap"
  1690  7.1.206  compiler warnings when using MODIFIED_BY
  7708  7.1.207  netbeans: "remove" cannot delete one line
  2051  7.1.208  on Alpha get an unaligned access error
  2249  7.1.209  GTK GUI: when using the netrw plugin ":gui" causes a hang
  1923  7.1.210  listing mapping for 0xdb fails when 'encoding' is utf-8
25525  7.1.211  matchparen plugin may take so long it looks like Vim hangs
  1491  7.1.212  accessing a byte before a line

(martti)

2008-01-04 06:48:18 UTC MAIN commitmail json YAML

Updated devel/scmcvs to 1.11.22

(martti)

2008-01-04 06:48:07 UTC MAIN commitmail json YAML

Updated devel/scmcvs to 1.11.22

* The CVS client again correctly reports files with conflicts when using
  servers running CVS 1.11.20/1.12.12, or earlier (and maybe 3rd party
  servers).

* The GSSAPI server should now build under HP-UX.

* `cvs rtag' now correctly tags files that have been removed from the trunk.

* Code efficiency has been improved slightly.

* A rare race condition that could leave a lock on the val-tags file has been
  avoided.

* A potential buffer overflow in the history command has been fixed.

* Thanks to a report and patch from Garrett Rooney <grooney@collab.net>, paused
  trigger processes no longer cause the CVS server to consume 100% CPU.

* Thanks to a suggestion from Joseph P. Skudlarek <Jskud@Jskud.com>, an
  :extssh: has been added as a synonym of the :ext: access method, as a
  kindness to users of old version of Eclipse.

* Misc documentation updates and minor bug fixes.

(martti)