summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-22Reimport as security/tcl-tls, suggested by Christoph Badura.peter8-0/+93
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel. Both client and server-side sockets are possible, and this code should work on any platform as it uses a generic mechanism for layering on SSL and Tcl.
2005-01-22Updated socat to 1.4.1.0adrianp2-3/+3
2005-01-22Update to 1.4.1.0adrianp2-5/+5
new features: option "wait-slave" blocks open of pty master side until a client connects, "pty-intervall" controls polling option -h as synonym to -? for help (contributed by Christian Lademann) filan prints formatted time stamps and rdev (disable with -r) redirect filan's output, so stdout is not affected (contributed by Luigi Iotti) filan option -L to follow symbolic links filan shows termios control characters corrections: proxy address no longer performs unsolicited retries filan -f no longer needs read permission to analyze a file (but still needs access permission to directory, of course) porting: Option dsusp FreeBSD options noopt, nopush, md5sig OpenBSD options sack-disable, signature-enable HP-UX, Solaris options abort-threshold, conn-abort-threshold HP-UX options b900, b3600, b7200 Tru64/OSF1 options keepinit, paws, sackena, tsoptena further corrections: address pty now uses ptmx as default if openpty is also available
2005-01-22mailsync was updated a while ago nowadrianp1-2/+1
2005-01-22New package for ov519view-0.00, software for use with USB cameras based OV519.hamajima1-1/+2
2005-01-22Note addition of tinyca-0.6.7adrianp2-2/+4
2005-01-22TinyCA is a simple graphical userinterface written in Perl/Gtk to manage aadrianp4-0/+75
small CA (Certification Authority). TinyCA works as a frontend for openssl. This is tinyca-0.6.7
2005-01-22Note addition of p5-Gnomeadrianp2-2/+4
2005-01-22The Gtk module allows Perl access to the Gtk+ graphical user interfaceadrianp3-0/+32
library. You can find more information about Gtk+ on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object-oriented interface and Perl-style calling conventions. This is the Gnome extension of the Gtk module.
2005-01-22Note addition of p5-Gdk-Imlibadrianp2-2/+4
2005-01-22The Gtk module allows Perl access to the Gtk+ graphical user interfaceadrianp3-0/+25
library. You can find more information about Gtk+ on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object-oriented interface and Perl-style calling conventions. This is the Gtk::Gdk::Imlib extension of the Gtk module.
2005-01-22Note remove of "mtv" package.tron1-1/+2
2005-01-22Remove "mtv" package. It is a very outdated, binary only MPEG 2 player. Andtron5-55/+1
there are much better players (e.g. "mplayer") available in the meantime.
2005-01-22Move pre-configure target to post-patch. This allows other subpackagesadrianp1-2/+2
to define their own pre-configure target which is needed.
2005-01-22Pass -DSYSCONFDIR="$sysconfdir" in the Makefile instead of the configurejlam4-15/+17
script to avoid bizarre quoting problems within the configure script. This also fixes the definition of SYSCONFDIR in the compiled library. Bump the PKGREVISION to 1.
2005-01-22Fix C99-isms to make this pkg build with gcc 2.95.kristerw1-2/+2
2005-01-22Make note of tct update.ben1-1/+2
2005-01-22Make tct build and run on NetBSD 2.0 and bump PKGREVISION.ben16-82/+190
This does not add support for ffsv2 filesystems nor superblocks. This addresses PR#28357.
2005-01-22Align with doc/Makefile-example.minskim1-10/+10
2005-01-22Note PKGREVISION bump of dirdiff.minskim1-1/+2
2005-01-22We don't have the tk80 category; replace it with tk.minskim2-4/+4
2005-01-22Switch to Tcl/Tk-8.4.minskim1-3/+5
Bump PKGREVISION due to dependency changes.
2005-01-22Update mrtg to 2.11.1adrianp2-3/+3
2005-01-22- Update to 2.11.1adrianp3-32/+25
- Fix bug with IPv6 support on non-IPv6 enabled systems - Tidy up Makefile - Move patch-aa to Makefile - ok'ed bouyer@ Changes 2.11.1, 2005-01-05 -------------------------- From: Artyom Adjemov <one.bofh location gmail.com> * new Windows docu ... running mrtg as an nt service with srvany. From: Joe Pruett <joey location clean.q7.com> * fixed snmp options parsing in MRTG_lib.pm to allow for ! From: Tobi * fixed secondmean and logscale to actually issue the propper options for rateup. * fixed compilation of rateup.exe for windows to get the new strftime function to be actually used ... Changes 2.11.00, 2004-12-08 --------------------------- From: Al Payne <apayne location pleiades.com> * integrated support for dellLan in cfgmaker * reindented cfgmaker From: Mike Nealon <mnealon location conversent.com> and Larry Fahnoe <fahnoe@FahnoeTech.com> * fix cfgmaker handling of 'lowspeed' highSpeed interfaces From: Tobi Oetiker * reindent rateup.c * remove @ signs from mail addresses in change log * added if_MTU variable to cfgmaker * make windows users happy. rateup.exe now uses a special strftime.c that knows about %V and will thus provided propper ISO week numbers for windows as well. Changed the default week format to V. From: zurkabsd location yahoo.com.cn * new chinese translation From: Jaime Damiao Anjos Cadete <jaime.d.cadete location ptprime.pt> * put -lm into LIBS to make sure it comes last From: Ian Duplisse <i.duplisse location cablelabs.com> * remove the flattening of peaks from the code in rateup.c this does not reflect what actually happens From: John Van Essen <vanes002 location umn.edu> * fix handling of unknonwn (-1) data in rateup ... From: Benjamin Despres <http://users.tmok.com/~pla/email_me.shtml> * Logscale and Secondmean logarithmic scaling for rateup From: alex <alex location craxor.com> * contributed mrtg message dll. Added note about it to mrtg-reference.pod From: Mateusz <mateusz location republika.pl> * support option derive is using rrdtool logging From: Ulf Härnhammar <Ulf.Harnhammar.9485 location student.uu.se> * prevent potential buffer overflow in ratup due to 'strange' input files Changes 2.10.15, 2004-08-08 --------------------------- From: NormW <normw location bocnet.com.au> * patches for netware support From: Tobi * the optional Conversion function wants to have the original data pulled in via snmp to work with, mapping \n and \r to nothing and stripping spaces must happen later. * better error message for missing library * Updated to snmp_session 1.05 From: Fuminori -Tany- Tanizaki <tany location tany.org> * fix for cuin and cout values saved in html comments From: Tom Pala <gotar location pld-linux.org> * fix for polish translation From: Georgi Georgiev <chutz location gg3.net> * nodetach option for running mrtg under daemontools From: Jozsef Szilagyi <j.szilagyi location atlastelecom.ro> * fixed indexmaker. added missing last for --section=portname code From: Bartosz Kwitniewski <zerg2000 location lurker.ath.cx> * fixed scaling bug in rateup (unsigned long) should have been long long From: Mike Mitchell <mcm location unx.sas.com> * fix indexmaker when used with 14all
2005-01-22Note addition of tls-1.5.0.peter1-1/+3
Note update of amsn to 0.94nb1.
2005-01-22Include security/tls as dependency.peter1-1/+3
Bump PKGREVISION. Should fix PR pkg/29024 from Julio M. Merino Vidal.
2005-01-22Add tls.peter1-1/+2
2005-01-22Initial import of tls-1.5.0 into the NetBSD Packages Collection.peter8-0/+93
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel. Both client and server-side sockets are possible, and this code should work on any platform as it uses a generic mechanism for layering on SSL and Tcl.
2005-01-22Make this package build again:magick4-14/+29
Remove esound-support from options.mk until i find the reason why libossaudio is not used. Fix canna-support with a patch from Thomas Klausner. Thanks.
2005-01-22put back INSTALL (in slighly simplified form) - it _is_ necessaryjdolecek3-1/+25
to setup the etc files for gtk & pango; add the files into PLIST, so that they are properly removed when package is deinstalled
2005-01-22firefox-bin updated to 1.0jdolecek1-1/+2
2005-01-22Update firefox-bin to firefox 1.0.jdolecek4-18/+20
Notes: * NetBSD-native version not available, this can be used only with MOZILLA_USE_LINUX * Linux sets MOZ_GTK2, gtk1-compiled version doesn't appear to be available * Solaris not tested
2005-01-22fix the MOZ_GTK2 OPSYS=NetBSD && MOZ_PLATFORM=linux DEPENDS - therejdolecek1-3/+3
are only emulators/suse91_gtk2 and emulators/suse91_locale, so use that direct in the paths
2005-01-22use updated gtk2 RPM, which fixes recently discovered Xpm-relatedjdolecek2-6/+6
vulnerabilities
2005-01-22the gtk/pango stuff doesn't appear to be necessary and causes uncleanjdolecek4-130/+1
package deinstall
2005-01-22do not put @PREFIX@/bin into LD_LIBRARY_PATH; it's not needed for thejdolecek1-2/+2
NetBSD case, and makes Linux firefox-bin 1.0 find NetBSD /usr/pkg/lib/libXcursor.so rather than using the Linux one supplied by the suse_x11 package
2005-01-22security update for suse91_x11jdolecek1-1/+2
2005-01-22Update to latest available version (4.3.99.902-43.35.3), which fixesjdolecek2-5/+6
the recently discovered Xpm vulnerabilities
2005-01-22suse91_libtiff updated to get fixes to the recently discoveredjdolecek1-1/+2
security problems in libtiff
2005-01-22Update to RPM version libtiff-3.6.1-38.14, which fixes the recentjdolecek2-5/+6
security problems in libtiff. Bump PKGREVISION
2005-01-22message whitespace fixgrant1-2/+2
2005-01-22Updated wm/3ddesktop to 0.2.8xtraeme2-3/+3
2005-01-22Update to 0.2.8xtraeme5-15/+46
Release 0.2.8 ------------- * Fix bug where every other goto does not exit in nonzoomed views * Removed KDE 2.x check in configure * Added --justswitch flag that switches desktops without graphics Release 0.2.7 ------------- * Fix a compilation issue about "two_face_gap" variable. * Fix the resolution picking logic (removed it) so no more monitor resets * Fix startup bug where 3ddesk was not finding the server it just started * Apply endianness patch [Colin Leroy] * Options to reverse mousewheel, swap mousebuttons and change mousebuttons [Eric Shattow] * Don't acquire desktop when activated if recently autoacquired Release 0.2.6 ------------- * Add 'f' as toggle for 'random fun mode' and --noautofun [Phil] * Avoid 3 sec delay when starting 3ddeskd from 3ddesk [Gregory Kovriga] * Use a lower priority for the deamon to lessen screen cap hit (use 12) * Add autoacquire feature to acquire current desktop every 2 seconds * Add random view option * Improvements to memory usage [Toph] * Add --dontexit flag to not exit after a goto * Flush message queue before activation * Have goto movement start right away rather then wait for entry movement * Show screen numbers greater then 10 correctly [Robert Wittams]
2005-01-22ImageMagick updated to 6.1.9-1jdolecek1-1/+2
2005-01-22Update ImageMagick to 6.9.1-1. List of changes not available, but 6.9.1-0jdolecek2-5/+5
doesn't appear to be available on the master server anymore
2005-01-22Note PKGREVISION bump of XF86Setup.minskim1-1/+2
2005-01-22Switch to Tcl/Tk-8.4.minskim3-12/+14
Bump PKGREVISION due to dependency changes.
2005-01-22+ cqcam-0.91minskim1-1/+2
2005-01-22Note PKGREVISION bump of cqcam.minskim1-1/+2
2005-01-22Switch to Tcl/Tk-8.4.minskim5-11/+49
Bump PKGREVISION due to dependency changes.