summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13Use buildlink2. Use perl5/module.mk.seb42-251/+128
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4
2002-10-13Use perl5/module.mk.seb3-15/+6
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4
2002-10-13mail/tnef-1.1.2 update [minor]wiz1-1/+2
2002-10-13Update to 1.1.2. Buildlink1 -> buildlink2.wiz2-7/+8
Changes since 1.1.1: * Fixing bug with MAPI_ATTACH_OBJ_DATA instead of attATTACHMENT usage. * Minor Updates of copyright and bug reporting address.
2002-10-13updated audio/SDL-mixer to 1.2.4wiz1-1/+2
2002-10-13Update to 1.2.4:wiz3-8/+8
1.2.4: * Updated the CodeWarrior project files * Added a function to query the music format: Mix_GetMusicType() * Added a function to load audio data from memory: Mix_QuickLoad_RAW() * Cleaned up threading issues in the music playback code * Fixed deadlock introduced in the last release 1.2.3: * Updated autogen.sh for new versions of automake * Specify the SDL API calling convention (C by default) * Fixed recursive audio lock in the mixing function * Fixed setting invalid volume when querying mixer and music volumes * Implemented Ogg Vorbis stream rewinding * Added native midi support on Linux, using GPL code --enable-music-native-midi-gpl * Added seek support for MP3 files * Sample "finished" callbacks are now always called when a sample is stopped. 1.2.2: * Added an API for seeking in music files (implemented for MOD and Ogg music) Mix_FadeInMusicPos(), Mix_SetMusicPosition() * Exposed the mikmod synchro value for music synchronization Mix_SetSynchroValue(), Mix_GetSynchroValue() * Fixed MOD music volume when looping * Stop implicit looping, set fade out and other flags on MOD files * The music file type is now determined by extension as well as magic * Reworked playwave.c to make it more useful as a mixer testbed * Added a realtime sound effect API to SDL_mixer.h * Added the following standard sound effects: panning, distance attenuation, basic positional audio, stereo reversal * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION() * Updated MikMod code to version 3.1.9a * Added support for loading AIFF audio chunks * Added native MIDI music support on MacOS and MacOS X * Added native MIDI music support on Windows * Added Project Builder projects for building MacOS X framework * Fixed compilation problems with mikmod under MacOS X * Fixed AIFF music playing support * Fixed building Ogg Vorbis support on Windows * Added Mix_ChannelFinished() and Mix_GetChunk() * Added VOC sound file support * Fixed crashes when API used with audio not initialized * Added support for building RPM directly from tar archive
2002-10-13Note update of devel/SDL to 1.2.5.kristerw1-1/+2
2002-10-13Oops. Forgot to add patch-aa in previous commit.kristerw1-0/+15
2002-10-13Update SDL to version 1.2.5.kristerw16-1812/+386
This update consists of numerous bugfixes. See http://www.libsdl.org/release/changes-1.2.html for a full list.
2002-10-13Remove a bogus directory in the post-install step.wiz1-1/+6
2002-10-13Note update of www/squid package to 2.5.1 (squid-2.5.STABLE1).taca1-1/+2
2002-10-13Update squid to 2.5.1 with several patches fromtaca16-1110/+320
http://www.squid-cache.org/Versions/v2/2.5/bugs/. Now try to install more authentication modules, but those modules should be handled by proper frame work (Curretly, SASL modules aren't handled). Changes to squid-2.5 (): - Major rewrite of proxy authentication to support other schemes than basic. First in the line is NTLM support but others can easily be added (minimal digest is present). See Programmers Guide. (Robert Collins & Francesco Chemolli) - Reworked how request bodies are passed down to the protocols. Now all client side processing is inside client_side.c, and the pass and pump modules is no longer used. - Optimized searching in proxy_auth and ident ACL types. Squid should now handle large access lists a lot more efficiently. (Francesco Chemolli) - Fixed forwarding/peer loop detection code (Brian Degenhardt) - now a peer is ignored if it turns out to be us, rather than committing suicide - Changed the internal URL code to obey appendDomain for internal objects if it needs appending. This fixes weirdnesses where a machine can think it is "foo.bar.com", and "foo" is requested. (Brian Degenhardt) - Added the use of Automake to create the Makefile.in's in the squid source tree. This will allow libtool in the future, and immediately allows better dependency tracking - with or without gcc - as well as the dist-all and distcheck targets for developers which respectively build a tar.gz and a tar.bz2 distribution, and check that what will be distributed builds. - Added TOS and source address selection based on ACLs, written by Roger Venning. This allows administrators to set the TOS precedence bits and/or the source IP from a set of available IPs based upon some ACLs, generally to map different users to different outgoing links and traffic profiles. - Added 'max-conn' option to 'cache_peer' - Added SSL gatewaying support, allowing Squid to act as a SSL server in accelerator setups. - SASL authentication helper by Ian Castle - msntauth updated to v2.0.3 - no_cache now applies to cache hits as well as cache misses - the Gopher client in Squid has been significantly improved - Squid now sanity checks FTP data connections to ensure the connection is from the requested server. Can be disabled if needed by turning off the ftp_sanitycheck option. - external acl support. A mechanism where flexible ACL checks can be driven by external helpers. See the external_acl_type and acl external directives. - Countless other small things and fixes - HTML pages generated by Squid or CacheMgr as well as the ERR documents now contain a doctype declaration so that browsers know which HTML specification the document uses. In addition to that they have a new look (background-color, font) and are valid according to the HTML standards at www.w3.org. (Clemens Löser) - Login and password send to Basic auth helpers is now URL escaped to allow for spaces and other "odd" characters in logins and passwords - Proxy Authentication is no longer blindly forwarded to peer caches if not used locally. If forwarding of proxy authentication is desired then it must now be configured with the login=PASS cache_peer option. - Responses with Vary: in the header are now cached by squid. (Henrik Nordstrom). - Removed unused 'siteselect_timeout' directive.
2002-10-13back out previous. EXTRACT_SUFX is already set to .binjschauma2-8/+2
Pointed out by jlam.
2002-10-13Fix DISTNAME (silent symlink update on the master site).wiz2-8/+7
2002-10-13buildlink1 -> buildlink2.wiz1-5/+5
2002-10-13Unused.wiz1-43/+0
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-5/+6
2002-10-13Add and enable Speex.wiz1-1/+2
2002-10-13Note addition of audio/Speex.wiz1-1/+2
2002-10-13Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.wiz6-0/+84
The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-13Make more readable, and fix right hand side of DEPENDS.wiz1-2/+2
2002-10-13buildlink1 -> buildlink2.wiz9-35/+24
2002-10-13Still one user (dylan-*).wiz2-0/+128
2002-10-13buildlink1 -> buildlink2.wiz2-8/+8
2002-10-13buildlink1 -> buildlink2.wiz2-6/+9
2002-10-13Unused.wiz1-34/+0
2002-10-13buildlink1 -> buildlink2.wiz1-7/+8
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-2/+3
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-13Unused.wiz1-70/+0
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-13Unused.wiz1-58/+0
2002-10-13buildlink1 -> buildlink2.wiz5-23/+16
2002-10-13Unused.wiz1-36/+0
2002-10-13buildlink1 -> buildlink2.wiz9-28/+28
2002-10-13buildlink1 -> buildlink2.wiz4-22/+12
2002-10-13buildlink1 -> buildlink2. Use perl5/module.mk.wiz1-7/+5
2002-10-13buildlink1 -> buildlink2.wiz7-32/+19
2002-10-13We still need this a bit longer.wiz1-0/+59
2002-10-13Reorder EVAL_PREFIX, PKG_JAVA_HOME, and CLASSPATH sections so thatjlam1-40/+47
EVAL_PREFIX is evaluated at the correct time so that the variables it defines are usable by the CLASSPATH code and the buildlink2 code.
2002-10-13buildlink1 -> buildlink2 and use java.mk instead of relying on olderjlam1-15/+10
(buggier) Java-handling in bsd.pkg.mk.
2002-10-13Initial cut at java.mk that completely replaces the USE_JAVA-handling codejlam1-0/+213
in bsd.pkg.mk. The java.mk Java handling is largely based on the lang/python/pyversion.mk file. There are two new variables: PKG_JVM_DEFAULT is a user-settable variable whose value is the default JVM to use. PKG_JVMS_ACCEPTED is a package-settable list of JVMs that may be used as possible dependencies for the package. Two existing variables have been redefined to be only read-only, though there is some logic to handle legacy /etc/mk.conf which may contain an explicit PKG_JVM=... PKG_JVM is a publicly readable variable containing the name of the JVM we will be using. PKG_JAVA_HOME is a publicly readable variable containing ${JAVA_HOME} for the PKG_JVM described above. To do: Have some way to specify which JVMs are acceptable for each platform, and use the intersection of these JVMs and the ones listed in PKG_JVMS_ACCEPTED as the JVMS that may really be used. Currently, we assume all of the JVMs are usable by all platforms. I'm not sure if Darwin's special stub sun-{jre,jdk}13 packages are usable by buildlink2. This needs to be verified.
2002-10-13Note update of libnasl and nessus{-libraries,-core,-plugins} to 1.2.6.frueauf1-1/+6
2002-10-13Update nessus{-libraries,-core,-plugins} and libnasl to 1.2.6.frueauf9-23/+228
Changes since 1.2.0: 1.2.6 : . changes by Michael Slifcak (Michael.Slifcak@guardent.com) - Added Bugtraq cross reference in the plugins - Added support for BID in nessusd (this has yet to be done on the client side) . changes by Axel Nennker (Axel.Nennker@t-systems.com) - fixed the xml and html outputs - fixed array issues in a couple of plugins . changes by Michel Arboi (arboi@bigfoot.com) - find_service now detects services protected by TCP wrappers or ACL - find_service detects gnuserv - ptyexecvp() replaced by nessus_popen() (*) . changes by Renaud Deraison (deraison@cvs.nessus.org) - Fixed a bug which may make nasl interpret backquoted strings (\n and \r) received from the network (problem noted by Pavel Kankovsky) - nmap_wrapper.nes calls _exit() instead of exit() (*) - Solved the lack of bpf's on Free/Open/NetBSD and MacOSX by sharing _one_ among all the Nessus processes. As a result, Nessus's ping is much more effective on these platforms - bugfix in plug_set_key() which would eventually make some scripts take too long when writing in the KB - Plugins of family ACT_SETTINGS are run *after* plugins of family ACT_SCANNERS - replaced the implementation of md5 which was used when OpenSSL is disabled by the one from RSA (the old one would not work on a big-endian host) - Fixed plugins build issues on MacOS X - The nessus client compiles and links against GTK+-2.0. Of course, it will be horrible and instable, as the GTK team does not care about backward compatibility (*) These two modifications solve the problems of nmap hanging under FreeBSD 1.2.5 : . changes by Michel Arboi (arboi@bigfoot.com) - find_service now displays unknown services that run on assigned ports - read_stream_connection smarter (smaller timeout) - find_service sometimes declared IDENT as "unknown" . changes by Renaud Deraison (deraison@cvs.nessus.org) - Fixed a deadlock that would prevent some plugins from completing - Fixed a possible (although rare) corruption issue in the reports (the script IDs could under some circumstances be random) - Fixed a potential segfault in the execution of nasl scripts 1.2.4 : . changes by Renaud Deraison (deraison@cvs.nessus.org) - Reverted back to autoconf 2.13. - Bug fix in nessus-core/nessusd/pluginlaunch.c - under some circumstances, data might have be lost in the reports - Fixed a bug in several plugins for web checks (under some circumstances, a plugin would do N x N checks against the remote web servers (where N equals to the number of web servers running on the remote host) 1.2.3 : . changes by Isaac Dawson (idawson@securitymanagementpartners.com) - New html output layout. . changes by Pasi Eronen (pasi.eronen@nixu.com) - fix in nmap_wrapper . changes by Renaud Deraison (deraison@cvs.nessus.org) - Fixed a bug which could make, under some circumstances, make nessusd crash the host it is running on. - If the option log_whole_attack is set to "no", then only the begining and the end of the attack is logged (and not the time each plugin takes) - Improved no404.nasl to further reduce false positives - Bug fix in nessusd - under some rare circumstances, report data could be lost (if many many plugins were enabled at the same time and were sending data at the same time). - UDP packets are resent while we wait for a reply (avoids to loose packets en route) - Fixed the option "auto_enable_dependencies" which would not always work - Sending a SIGTERM to the nessus client during a command line scan forces it to save its result to the current test file - Non-printables characters are not shown in the report any more 1.2.2 : . changes by Renaud Deraison (deraison@cvs.nessus.org) - In the GUI, while running a scan, plugins names are only updated once in a while (saves CPU) - Bugfix in the client : some host names would make the client crash - Repaired the '-P' switch in the client 1.2.1 : . changes by Simon Law (sfllaw@engmail.uwaterloo.ca) - Made a manpage for nessus-mkcert-client(1) and have it installed by the Makefile - Revised most other manpages for missing information and to increase clarity
2002-10-13Note that using this package implies needing datasize >= 131204 by addingjlam1-1/+2
datasize to UNLIMIT_RESOURCES.
2002-10-13Default to a build dependency as usually packages that need Java will onlyjlam3-3/+6
need a full dependency on the JRE, not the JDK.