Commit graph

127012 commits

Author SHA1 Message Date
gdt
2dd260800c Take MAINTAINERship. 2008-06-10 13:06:57 +00:00
gdt
943d4a1159 Update to 8.2.6. Significant changes (plus assorted minor changes and
bugfixes);

     * asciidoc(1) and a2x(1) man pages formatted to conform to
       man-pages(7) recommendations.
     * Old code-filter syntax (pre-8.1.0) is no longer recognized so that
       malformed two-line level 2 titles are no longer confused with
       code-filter block delimiters.
2008-06-10 13:06:30 +00:00
markd
454f4f8b16 libtrace update 2008-06-10 10:23:23 +00:00
markd
aa88ad5b1b Update libtrace to 3.0.4
libtrace 3.0.4 (2008-01-02)
Deprecate wtf:/wag: format. These traces no longer exist.
Cleanup bpf: capture format
add LINUX_SLL header support to get_source_mac()
deprecate trace_get_link() and replace it with the newer
 trace_get_packet_buffer()/trace_get_layer2()
Bug: Don't crash when destroying an output trace that failed to
 initialise
Use Linux's in kernel BPF filter if available
Add support for Cisco HDLC over PoS
Allow BPF bytecode to be used to construct a filter
Code cleanups
Fix libtrace_ip's bitfields
Fix pcapfile output bug
Documentation cleanups
Discard RT packets when writing pcapfile: files
Add a new "stats" example program
Build system cleanups
Avoid using assert() to report errors
RT packet issues
Properly deal with the packet parsing/length cache when using the
 event system
Add a new loss counter framework
Bug: Event framework not generating sleep events when reading traces
 from disk
Be more strict about returning NULL from trace_get_payload_from_X()
 functions

libtrace 3.0.3 (2007-09-05)
Code cleanups w.r.t warnings
tracesplit_dir now provides a warning of the number of packets that had
 an unknown direction at the end of the trace
Fix a segfault in tracereport with rxerrors, non ip
Add support for decoding 802.2 LLC/SNAP and Ethernet II in 802.11 frames
Documentation fixes and clarifications
Fix bug with trace_get_payload_from_80211() and 3 vs 4 frame formats
Deal correctly with uri's with parse errors causing segfaults on cleanup
Minor tidyups to protocol decoders
Add more information to libtracepktdump
Correctly deal with PPP captures
Cache trace_get_capture_length() and trace_get_l3() which are both
 heavily used internally
Build system cleanups
Add a GRE tracepktdump decoder
Add a preliminary PPPoE tracepktdump decoder
Add more information to tracereport
Fix bug in legacy decoder with wire lengths
Fix bug in trace_ether_ntoa
Add legacynzix: trace format
Don't assert() on bad packets (instead return BADPACKET) for erf traces
Add TRACE_OPTION_EVENT_REALTIME to allow the event framework to playback
 traces in realtime
Rename TRACE_META_FREQ to TRACE_OPTION_META_FREQ to follow naming
 convention
Correctly deal with errors when using trace_set_option
Deal better with signals when writing packets to files
Add support for dag 3.x
Improved dag 2.5+ support
dag2.5+ supports setting the snaplen from libtrace
Add support for setting direction on linux int: formats
Consider loopback packets outgoing, not incoming
Fix trace_get_source_mac() for wireless frames
Add support for interfaces_per_input to tracemerge
Fix tracereport direction report
Deprecated wag: and wtf formats

libtrace 3.0.2 (2007-04-27)
Fixed make install for libpacketdump
Add support for tsh: and rf+ tracefiles.
Update support for radiotap
Add a new tool traceflow(1)
More correctly deal with pcap LINKTYPE's vs DLT's
Major cleanups of tracereport
libpacketdump Decoder cleanups
trace_event() memory leak fixes
Fix segfaults with bad arguments in tracesplit(1)
Don't suffix a number if we are only generating one file
Support snapping packets
Minor bugs in libtrace error handling
Misc cleanups and bug fixes

libtrace 3.0.1 (2007-03-26)
Added missing manpages to release tarball
Update manpages
Fixed TCP option length calculation in libpacketdump
tracereport has had a massive tidy up
getopt support for disabling/enabling reports.
Documentation cleanups
Fix 0 byte gzwrite(3)'s were causing the compressed file checksum to fail
RT closing issues
Metadata available
tracedump renamed tracepktdump due to naming conflict in debian
Implement better PoS decoding in libtrace for erf, legacypos.
Build fixes for MacOS
2008-06-10 10:21:41 +00:00
markd
6d3ea4abb3 Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.
2008-06-10 10:11:21 +00:00
martti
76aff15f3d clamav-0.93.1 2008-06-10 08:24:09 +00:00
martti
26de1f6fca 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)
2008-06-10 08:23:54 +00:00
sketch
1c77803f61 Mark shells/pdksh as broken so it doesn't get removed part-way through the
build and kill bmake.  This isn't really a great solution as it means it
won't get built on any platform, maybe we should just make pdksh a bmake
dependancy on every OS.
2008-06-10 08:17:47 +00:00
wiz
87cc1b5550 Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.
2008-06-10 08:05:21 +00:00
jnemeth
2c418d56e9 This is the "Virtualmin" module for Webmin.
It is a Webmin module for managing multiple virtual hosts through a
single interface, like Plesk or Cpanel. It supports the creation and
management of Apache virtual hosts, BIND DNS domains, MySQL databases,
and mailboxes and aliases with Sendmail or Postfix. It makes use of the
existing Webmin modules for these servers, and so should work with any
existing system configuration, rather than needing it's own mail server,
web server and so on.

Virtualmin can also create a Webmin user for each virtual server, who is
restricted to managing just his domain and its files. Webmin's existing
module access control features are used, and are set up automatically to
limit the user appropriately. These server administrators can also manage
the mailboxes and mail aliases in their domain, via a web interface that
is part of the module.
2008-06-10 02:20:42 +00:00
adrianp
602e3995e2 Fix typo pointed out by Michael Stapelberg in private email 2008-06-09 19:37:01 +00:00
adrianp
512192f06c Add an option to build zenmap (not enabled by default) 2008-06-09 19:35:31 +00:00
obache
3a7c6693a5 Add comments for stupid configure script. 2008-06-09 15:47:24 +00:00
obache
f5d0ed9633 Need pkg-config to build.
Noticed by Hasso Tepper in PR 38917.
2008-06-09 15:36:43 +00:00
obache
368a4ead05 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.
* Not using glib, but ckeck it in configure, put fake glib.pc.
 * No need custom do-install target. change to normal install and post-install.
 * Add DESTDIR support.
2008-06-09 15:27:03 +00:00
sketch
f3f4c75257 Wrap expansion of local patches inside LOCALPATCHES, given that it is undefined
by default.  Previous behaviour would try to echo /<pkgpath> which leads to
interesting behaviour when /net is an autofs map...

Reduces runtime of mk/bulk/printdepends by 5.25 days on my test system.
2008-06-09 14:47:03 +00:00
obache
1abccb2dda Need msgfmt to build.
Noticed by Hasso Tepper in PR 38920.
2008-06-09 14:33:49 +00:00
sketch
18dffc798c For some reason, devel/bmake now requires shells/pdksh on Solaris. Update
the save-files list to accommodate.
2008-06-09 12:51:41 +00:00
gdt
830e5ba5a6 In rc.d script, mkdir and chown /var/run/nagios so that nagios can
write the pid file.  PKGREVISION++.

OK tonnerre@.
2008-06-09 12:36:15 +00:00
ghen
3fcbeee5b6 Updated databases/openldap, databases/openldap-client, databases/openldap-doc
and databases/openldap-server to 2.4.9.
2008-06-09 09:08:34 +00:00
ghen
e4d8665107 Update openldap packages to 2.4.9. Reviewed by tron.
OpenLDAP 2.4.9 Release (2008/05/07)
	Fixed libldap to use unsigned port (ITS#5436)
	Fixed libldap error message for missing close paren (ITS#5458)
	Fixed libldap_r tpool pause checks (ITS#5364, #5407)
	Fixed slapcat error checking (ITS#5387)
	Fixed slapd abstract objectClass inheritance check (ITS#5474)
	Fixed slapd add operations requiring naming attrs (ITS#5412)
	Fixed slapd connection handling (ITS#5469)
	Fixed slapd delta-syncrepl resync (ITS#5378)
	Fixed slapd frontendDB backend selection (ITS#5419)
	Fixed slapd pagedresults stale state (ITS#5409)
	Fixed slapd pointer dereference (ITS#5388)
	Fixed slapd null argument dereference (ITS#5435)
	Fixed slapd REP_ENTRY flags (ITS#5340)
	Fixed slapd sets attribute description parsing (ITS#5402)
	Fixed slapd syncrepl hang on back-config (ITS#5407)
	Fixed slapd syncrepl compare_csns crash (ITS#5413)
	Fixed slapd syncrepl contextCSN update clash (ITS#5426)
	Fixed slapd syncrepl/glue failure (ITS#5430)
	Fixed slapd syncrepl crash on empty CSN (ITS#5432)
	Fixed slapd syncrepl refreshAndPersist (ITS#5454)
	Fixed slapd syncrepl modrdn processing (ITS#5397)
	Fixed slapd syncrepl MMR partial refresh (ITS#5470)
	Fixed slapd value list termination (ITS#5450)
	Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
	Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
	Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
	Fixed slapd-bdb referral rewrite (ITS#5339)
	Fixed slapd-config overlay stacking (ITS#5346)
	Fixed slapd-config attribute publishing (ITS#5383)
	Fixed slapd-ldap connection handler (ITS#5404)
	Fixed slapd-ldif file name handling & multi-suffix/dir catch (ITS#5408)
	Fixed slapd-meta connections on error (ITS#5440)
	Fixed slapd-meta crash on search (ITS#5481)
	Fixed slapo-accesslog null callback stack crash (ITS#5490)
	Fixed slapo-auditlog unnecessary syscall (ITS#5441)
	Added slapo-dynlist mapping to dynamic attrs generation (ITS#5466)
	Fixed slapo-refint dnSubtreeMatch (ITS#5427)
	Fixed slapo-refint global referential integrity (ITS#5428)
	Fixed slapo-syncprov psearch on closed connection (ITS#5401)
	Fixed slapo-syncprov psearch task delay (ITS#5405)
	Fixed slapo-syncprov psearch filter identity (ITS#5418, #5486)
	Fixed slapo-syncprov/glue contextCSN update (ITS#5433)
	Fixed slapo-syncprov/glue search ops (ITS#5434)
	Fixed slapo-syncprov null cookie (ITS#5437,#5444)
	Fixed slapo-syncprov double-free (ITS#5445)
	Fixed slapo-syncprov free syncop correctly (ITS#5484)
	Fixed slapo-syncprov glue deadlock (ITS#5451)
	Build Environment
		Fixed leave function naming for OSF1 (ITS#5411)
	Documentation
		Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400)
		Fixed slapd.meta(5) idassert-* documentation (ITS#5406)
		admin24 delta-syncrepl documentation (ITS#5476)
		admin24 set documentation (ITS#5278,ITS#5279,ITS#5281)
		admin24 slapo-ppolicy documentation (ITS#5479)
		admin24 syncrepl directives update (ITS#5425)
2008-06-09 09:07:38 +00:00
wiz
162f956aae - aria2, update done. 2008-06-09 08:00:46 +00:00
wiz
673d86f5b5 + apr-1.3.0, awesome-2.3.1, bochs-2.3.7, classpath-0.97.2, curl-7.18.2,
dbus-glib-0.76, fromcvs-0.0.0.124, gtk2-2.12.10, ikiwiki-2.49,
  imap-uw-2007b, intltool-0.40.0, iso-codes-3.0, loudmouth-1.4.0,
  p5-Class-Inspector-1.23, p5-Font-AFM-1.20, p5-Mail-IMAPClient-3.08,
  p5-XML-RSS-1.33, rails-2.1, scmgit-1.5.5.4, tailor-0.9.35,
  vte-0.16.14, x264-devel-20080607.
2008-06-09 07:53:16 +00:00
markd
d76784d0c6 Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path). 2008-06-09 07:50:59 +00:00
snj
84f0d11ee8 Pass $SDL_LIBS when checking SDL_mixer in configure. Fixes build on
DragonFly.  Fix from Hasso Tepper in PR pkg/38853.
2008-06-09 05:57:35 +00:00
he
a8e2184877 Commit two fixes which at least for me appear to be required when
doing an old-style bulk build on 4.0 or older systems:

 - in mk/bulk/build, do "make update" instead of "make install + clean"
   when installing a new pkg_install
 - in pkgtools/pkg_install/Makefile, don't try to use our own
   executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist

Discussed with joerg, and even though he's not entirely happy
with the latter change, he didn't appear to have a better suggestion.

This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH
appears to be required to get an old-style bulk build going.
2008-06-08 21:04:30 +00:00
adrianp
9c0077dc1e +zenmap 2008-06-08 18:33:28 +00:00
adrianp
50ab9b256a Updated net/nmap to 4.65 2008-06-08 18:13:06 +00:00
adrianp
f9021c330f Update to 4.65
Take MAINTAINER (agreed with salo@)

o Updated to include the latest MAC Address prefixes from the IEEE in
  nmap-mac-prefixes [Fyodor]
o NSE engine was cleaned up significantly.
o Nmap now understands the RFC 4007 percent syntax for IPv6 Zone IDs.
o Updated IANA assignment IP list for random IP (-iR)
  generation. [Kris]
o NmapFE is now gone. (zenmap is the replacement)
o Added the NSE library (NSELib) which is a library of useful
  functions (which can be implemented in LUA or as loadable C/C++
  modules) for use by NSE scripts.
o Integrated the Nmap Scripting Engine (NSE) into mainline Nmap.
2008-06-08 18:12:52 +00:00
adrianp
bf7fee91f1 -nmapfe
-nmap
2008-06-08 17:59:21 +00:00
adrianp
9be4f554e8 -nmapfe 2008-06-08 17:56:45 +00:00
adrianp
8fad3c6feb nmapfe has been retired in favour of zenmap in nmap 2008-06-08 17:56:11 +00:00
gdt
b1df4d999d Add example showing how to mark all packages depdending on X11 for
rebuild, useful for moving to X11_TYPE=modular.  From tnn@.
2008-06-08 17:29:01 +00:00
tron
e7b9e8b286 Note update of the "rdesktop" package to version 1.6.0. 2008-06-08 16:29:50 +00:00
tron
1ea29d5cf4 Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:
* Fix for potential vulnerability against compromised/malicious
  servers (reported by iDefense)
* Fix for crash with recent versions of X.Org
* Fix for connection to Windows 2008 Server
* ALSA driver added
* Sound drivers can now be selected at runtime
* Smartcard support (Alexi Volkov <alexi@my...>)
* Send physical mouse buttons rather than logical ones

The security fixes had already been integrated into "pkgsrc" as patches.
2008-06-08 16:29:28 +00:00
bjs
a6277f8908 + Updated x11/rgb to 1.0.3 [bjs 2008-06-08] 2008-06-08 14:36:37 +00:00
bjs
c8b6b8ce76 Update to version 1.0.3. Changes since 1.0.1:
-  rgb version 1.0.3
  -  Include rgb(1) man page from Solaris
  -  rgb version 1.0.2
  -  Update showrgb man page to better match current implementation
  -  Fix build to work with --with-rgb-db-type={dbm,ndbm}
  -  Also remove #includes of unused headers & convert K&R to ANSI C
2008-06-08 14:35:42 +00:00
tron
986efc26cf Note update of the "phpmyadmin" package to version 2.11.6. 2008-06-08 14:15:51 +00:00
tron
db956df774 Update "phpmyadmin" package to version 2.11.6. Changes since 2.11.5.2:
- bug #1903724 [interface] Displaying of very large queries
  in error message
- bug #1905711 [compatibility] Functions deprecated in PHP 5.3:
  is_a() and get_magic_quotes_gpc()
- bug [lang] catalan wrong accented characters
- bug #1893034 [Export] SET NAMES for importing with command-line
  client
+ [lang] Russian update
- bug #1910485 [core] Unsetting the whitelist during the loop
- bug #1906980 [Export] Import of VIEWs fails if temp table exists
- bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES
  sql_mode
- bug #1918531 [compatibility] Navigation isn't w3.org valid
- bug #1926357 [data] BIT defaults displayed incorrectly
- patch #1930057 [auth] colon in password prevents HTTP login
  on CGI/IIS
- patch #1929553 [lang] Don't output BOM character in Swedish
  language file
- patch #1895796 [lang] Typo in Japanese lang files
- bug #1935652 [auth] Access denied (show warning about mcrypt
  on login page)
- bug #1906983 [export] Reimport of FUNCTION fails
- bug #1919808 [operations] Renaming a database fails to handle
  functions
- bug #1934401 [core] Cannot force a language
- bug #1944077 [core] Config file containing a BOM
- bug #1947189 [scripts] Missing head tag in scripts/signon.php
+ [lang] Romanian update
2008-06-08 14:15:28 +00:00
tonnerre
3c082a0693 Remove some broken malloc logic from the nagios-plugins library.
Discovered and patch provided by Wolfgang Solfrank.
2008-06-08 14:08:47 +00:00
obache
27fb293d91 -uim-1.5.1 [pkg/38811] 2008-06-08 13:47:41 +00:00
obache
4050eac485 Updated inputmethod/uim-tomoe-gtk to 0.6.0nb1 2008-06-08 13:07:53 +00:00
obache
778cf06f7a Bump PKGREVISION due to update of uim. 2008-06-08 13:07:14 +00:00
obache
e12373ae6e Suppress package non portable own localedir replacement command. 2008-06-08 13:06:27 +00:00
obache
3e64660304 Updated inputmethod/uim to 1.5.1 2008-06-08 13:02:29 +00:00
obache
64e976e509 Update uim to 1.5.1.
Patch provided by Yamashiro Jun in PR 38811.

Changelog 1.4.2 to 1.5.1:
* Add new inputmethods:
 elatin -- Emacs-style Latin characters input method
 look -- Predictive input method for English
 anthy-utf8 (unsupported in this package)
 sj3 (unsupported in this package)
 wnn (unsupported in this package)
* Add Qt4 IM module(unsupported in this package)
* Various API and ABI changes (see doc/COMPATIBILITY)
* Bugfix and many internal changes.

Package changelog:
* Add new options.mk options:
 gnome: GNOME applet
 prime: inputmethod/prime
 m17nlib: devel/m17n-lib
2008-06-08 13:01:48 +00:00
wiz
2216aa7f7b Also needs p5-XML-Parser if included intltool should work. 2008-06-08 10:09:04 +00:00
obache
510f7993e2 Add missing @dirrm. 2008-06-08 09:42:20 +00:00
taca
4957347764 Note update of x11/xfd package to 1.0.1nb1. 2008-06-08 05:24:20 +00:00
taca
ca75a05936 Add a missing application default file to PLIST.
Reported by PR pkg/38845 from Hasso Tepper.

Bump PKGREVISION.
2008-06-08 05:22:57 +00:00