summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-09Add an option to build zenmap (not enabled by default)adrianp3-2/+270
2008-06-09Add comments for stupid configure script.obache1-2/+3
2008-06-09Need pkg-config to build.obache1-1/+2
Noticed by Hasso Tepper in PR 38917.
2008-06-09 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.obache1-8/+20
* 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-09Wrap expansion of local patches inside LOCALPATCHES, given that it is undefinedsketch1-1/+3
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-09Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38920.
2008-06-09For some reason, devel/bmake now requires shells/pdksh on Solaris. Updatesketch1-3/+3
the save-files list to accommodate.
2008-06-09In rc.d script, mkdir and chown /var/run/nagios so that nagios cangdt2-4/+12
write the pid file. PKGREVISION++. OK tonnerre@.
2008-06-09Updated databases/openldap, databases/openldap-client, databases/openldap-docghen1-1/+5
and databases/openldap-server to 2.4.9.
2008-06-09Update openldap packages to 2.4.9. Reviewed by tron.ghen5-14/+24
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- aria2, update done.wiz1-2/+1
2008-06-09+ apr-1.3.0, awesome-2.3.1, bochs-2.3.7, classpath-0.97.2, curl-7.18.2,wiz1-10/+23
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-09Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).markd1-2/+2
2008-06-09Pass $SDL_LIBS when checking SDL_mixer in configure. Fixes build onsnj2-5/+14
DragonFly. Fix from Hasso Tepper in PR pkg/38853.
2008-06-08Commit two fixes which at least for me appear to be required whenhe2-4/+5
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+zenmapadrianp1-0/+1
2008-06-08Updated net/nmap to 4.65adrianp1-1/+2
2008-06-08Update to 4.65adrianp6-57/+121
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-nmapfeadrianp2-3/+3
-nmap
2008-06-08-nmapfeadrianp1-2/+1
2008-06-08nmapfe has been retired in favour of zenmap in nmapadrianp3-43/+0
2008-06-08Add example showing how to mark all packages depdending on X11 forgdt2-2/+10
rebuild, useful for moving to X11_TYPE=modular. From tnn@.
2008-06-08Note update of the "rdesktop" package to version 1.6.0.tron2-3/+3
2008-06-08Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:tron11-280/+26
* 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+ Updated x11/rgb to 1.0.3 [bjs 2008-06-08]bjs1-1/+2
2008-06-08Update to version 1.0.3. Changes since 1.0.1:bjs2-6/+6
- 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-08Note update of the "phpmyadmin" package to version 2.11.6.tron2-3/+3
2008-06-08Update "phpmyadmin" package to version 2.11.6. Changes since 2.11.5.2:tron2-6/+6
- 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-08Remove some broken malloc logic from the nagios-plugins library.tonnerre3-2/+30
Discovered and patch provided by Wolfgang Solfrank.
2008-06-08-uim-1.5.1 [pkg/38811]obache1-2/+1
2008-06-08Updated inputmethod/uim-tomoe-gtk to 0.6.0nb1obache1-1/+2
2008-06-08Bump PKGREVISION due to update of uim.obache1-1/+2
2008-06-08Suppress package non portable own localedir replacement command.obache2-1/+15
2008-06-08Updated inputmethod/uim to 1.5.1obache1-1/+2
2008-06-08Update uim to 1.5.1.obache8-49/+226
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-08Also needs p5-XML-Parser if included intltool should work.wiz1-3/+4
2008-06-08Add missing @dirrm.obache1-1/+2
2008-06-08Note update of x11/xfd package to 1.0.1nb1.taca1-1/+2
2008-06-08Add a missing application default file to PLIST.taca2-2/+4
Reported by PR pkg/38845 from Hasso Tepper. Bump PKGREVISION.
2008-06-08-ntp4-4.2.4p3obache1-2/+1
2008-06-08Updated net/ntp4 to 4.2.4p4obache1-1/+2
2008-06-08Update ntp to 4.2.4p4.obache5-86/+81
--- (4.2.4p4) Released by Harlan Stenn <stenn@ntp.org> * [Bug 902] Fix problems with the -6 flag. * Updated include/copyright.def (owner and year). * [Bug 878] Avoid ntpdc use of refid value as unterminated string. * [Bug 881] Corrected display of pll offset on 64bit systems. * [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command. * [Bug 889] avoid malloc() interrupted by SIGIO risk * ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still open. * [Bug 885] use emalloc() to get a message at the end of the memory unsigned types cannot be less than 0 default_ai_family is a short lose trailing , from enum list clarify ntp_restrict.c for easier automated analysis * [Bug 884] don't access recv buffers after having them passed to the free list. * [Bug 882] allow loopback interfaces to share addresses with other interfaces. --- (4.2.4p3) Released by Harlan Stenn <stenn@ntp.org> * [Bug 863] unable to stop ntpd on Windows as the handle reference for events changed --- (4.2.4p2) Released by Harlan Stenn <stenn@ntp.org> * [Bug 854] Broadcast address was not correctly set for interface addresses * [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging to reflect the actual configuration. * [Bug 795] Moved declaration of variable to top of function. * [Bug 789] Fix multicast client crypto authentication and make sure arriving multicast packets do not disturb the autokey dance. * [Bug 785] improve handling of multicast interfaces (multicast routers still need to run a multicast routing software/daemon) * [Bug 527] Don't write from source address length to wrong location * Upgraded autogen and libopts. * [Bug 811] ntpd should not read a .ntprc file. --- (4.2.4p1) (skipped) --- (4.2.4p0) Released by Harlan Stenn <stenn@ntp.org> * [Bug 793] Update Hans Lambermont's email address in ntpsweep. * [Bug 776] Remove unimplemented "rate" flag from ntpdate. * [Bug 586] Avoid lookups if AI_NUMERICHOST is set. * [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert). * [Bug 768] Fix io_setbclient() error message. * [Bug 765] Use net_bind_service capability on linux. * [Bug 760] The background resolver must be aware of the 'dynamic' keyword. * [Bug 753] make union timestamp anonymous (Philip Prindeville). * confopt.html: move description for "dynamic" keyword into the right section. * pick the right type for the recv*() length argument. --- (4.2.4) Released by Harlan Stenn <stenn@ntp.org> * monopt.html fixes from Dave Mills. * [Bug 452] Do not report kernel PLL/FLL flips. * [Bug 746] Expert mouseCLOCK USB v2.0 support added.' * driver8.html updates. * [Bug 747] Drop <NOBR> tags from ntpdc.html. * sntp now uses the returned precision to control decimal places. * sntp -u will use an unprivileged port for its queries. * [Bug 741] "burst" doesn't work with !unfit peers. * [Bug 735] Fix a make/gmake VPATH issue on Solaris. * [Bug 739] ntpd -x should not take an argument. * [Bug 737] Some systems need help providing struct iovec. * [Bug 717] Fix libopts compile problem. * [Bug 728] parse documentation fixes. * [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms. * [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu. * [Bug 721] check for __ss_family and __ss_len separately. * [Bug 666] ntpq opeers displays jitter rather than dispersion. * [Bug 718] Use the recommended type for the saddrlen arg to getsockname(). * [Bug 715] Fix a multicast issue under Linux. * [Bug 690] Fix a Windows DNS lookup buffer overflow. * [Bug 670] Resolved a Windows issue with the dynamic interface rescan code. * K&R C support is being deprecated. * [Bug 714] ntpq -p should conflict with -i, not -c. * WWV refclock improvements from Dave Mills. * [Bug 708] Use thread affinity only for the clock interpolation thread. * [Bug 706] ntpd can be running several times in parallel. * [Bug 704] Documentation typos. * [Bug 701] coverity: NULL dereference in ntp_peer.c * [Bug 695] libopts does not protect against macro collisions. * [Bug 693] __adjtimex is independent of ntp_{adj,get}time. * [Bug 692] sys_limitrejected was not being incremented. * [Bug 691] restrictions() assumption not always valid. * [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked. * [Bug 688] Fix documentation typos. * [Bug 686] Handle leap seconds better under Windows. * [Bug 685] Use the Windows multimedia timer. * [Bug 684] Only allow debug options if debugging is enabled. * [Bug 683] Use the right version string. * [Bug 680] Fix the generated version string on Windows. * [Bug 678] Use the correct size for control messages. * [Bug 677] Do not check uint_t in configure.ac. * [Bug 676] Use the right value for msg_namelen. * [Bug 675] Make sure ntpd builds without debugging. * [Bug 672] Fix cross-platform structure padding/size differences. * [Bug 660] New TIMESTAMP code fails tp build on Solaris Express. * [Bug 659] libopts does not build under Windows. * [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS. * [Bug 656] ntpdate doesn't work with multicast address. * [Bug 638] STREAMS_TLI is deprecated - remove it. * [Bug 635] Fix tOptions definition. * [Bug 628] Fallback to ntp discipline not working for large offsets. * [Bug 622] Dynamic interface tracking for ntpd. * [Bug 603] Don't link with libelf if it's not needed. * [Bug 523] ntpd service under Windows does't shut down properly. * [Bug 500] sntp should always be built. * [Bug 479] Fix the -P option. * [Bug 421] Support the bc637PCI-U card. * [Bug 342] Deprecate broken TRAK refclock driver. * [Bug 340] Deprecate broken MSF EES refclock driver. * [Bug 153] Don't do DNS lookups on address masks. * [Bug 143] Fix interrupted system call on HP-UX. * [Bug 42] Distribution tarballs should be signed. * Support separate PPS devices for PARSE refclocks. * [Bug 637, 51?] Dynamic interface scanning can now be done. * Options processing now uses GNU AutoGen. --- (4.2.2p4) Released by Harlan Stenn <stenn@ntp.org> * [Bug 710] compat getnameinfo() has off-by-one error * [Bug 690] Buffer overflow in Windows when doing DNS Lookups --- (4.2.2p3) Released by Harlan Stenn <stenn@ntp.org> * Make the ChangeLog file cleaner and easier to read * [Bug 601] ntpq's decodeint uses an extra level of indirection * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP * release engineering/build changes * Documentation fixes * Get sntp working under AIX-5 --- (4.2.2p2) (broken) * Get sntp working under AIX-5 --- (4.2.2p1) * [Bug 661] Use environment variable to specify the base path to openssl. * Resolve an ambiguity in the copyright notice * Added some new documentation files * URL cleanup in the documentation * [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size * quiet gcc4 complaints * more Coverity fixes * [Bug 614] manage file descriptors better * [Bug 632] update kernel PPS offsets when PPS offset is re-configured * [Bug 637] Ignore UP in*addr_any interfaces * [Bug 633] Avoid writing files in srcdir * release engineering/build changes --- (4.2.2) * SNTP * Many bugfixes * Implements the current "goal state" of NTPv4 * Autokey improvements * Much better IPv6 support * [Bug 360] ntpd loses handles with LAN connection disabled. * [Bug 239] Fix intermittent autokey failure with multicast clients. * Rewrite of the multicast code * New version numbering scheme
2008-06-08Updated archivers/star to 1.4.3nb4tonnerre1-1/+2
2008-06-08Fix directory traversal vulnerability (CVE-2007-4134) in star.tonnerre3-3/+68
2008-06-08Updated chat/konversation to 1.0.1nb8tonnerre1-1/+2
2008-06-08Add patch for CVE-2007-4400 for Konversation to stop escape song namestonnerre3-3/+16
properly in the media script.
2008-06-08DESTDIR support.joerg1-4/+6
2008-06-08Change nb5 to nb6 for mit-krb5, I do not see the point in having 2 entriestonnerre1-2/+2
2008-06-07Add more patches, now for MITKRB5-SA-2007-006, MITKRB5-SA-2008-001 andtonnerre8-10/+421
MITKRB5-SA-2008-002. Bump PKGREVISION now finally.
2008-06-07Update to 0.17.gdt4-71/+15
Significant Changes from version 0.16 * Exiv2 utility - [tools] exiv2 now writes a proper XMP sidecar file (it used to just dump the XMP packet to a file). - [tools] exiv2 can now also save Exif and IPTC data in the XMP sidecar file (conversion of Exif/IPTC to/from XMP). * Exiv2 library - 0000546: [exif] Exiv2 crashes while converting Nikon lens information for pretty printing.