summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-27Updated gnuradio to 2.8: Synchronized meta-pkg with actual release ofwulf2-12/+16
gnuradio-2.8
2006-04-27Update usrp to 0.12:wulf4-213/+185
* simplified installation of fpga files * fixed make distcheck failure * added support for specifying firmware and fpga files * added method to retrieve serial number
2006-04-27Updated gnuradio-wxgui to 0.6:wulf4-11/+13
* now uses system configuration file * manual or auto scaling
2006-04-27Updated gnuradio-usrp to 0.8:wulf3-15/+10
* replaced 64e6 with fpga_master_clock_frequency * allow specification of firmware and fpga files to load * added method to retrieve serial number
2006-04-27Updated to version 0.6: New tarball release for gnuradio-2.8wulf2-7/+6
2006-04-27Updated gnuradio-gsm to 0.3: Ensure that local copy of swig is used whenwulf2-7/+6
building from tarballs
2006-04-27Update gnuradio-examples to 0.7:wulf3-10/+12
* added dboard supoprt * new multi-usrp examples * new xmit example using 2 daugherboars * doc fixes
2006-04-27Updated gnuradio-audio-oss to 0.9: Now install and uses system configurationwulf3-10/+13
2006-04-27Updated gnuradio-core to 2.8: new features and many bug fixeswulf4-4954/+5609
* new squelch block * support for hierachical blocks * new block gr_rms_cf and gr_rms_ff * new forecast method to gr_simple_framer * new block gr_filter_delay_fc * new gmsk
2006-04-26+ dspam-3.6.5, gcalctool-5.8.9, gdm-2.14.4, hyperestraier-1.2.3wiz1-6/+8
[pkg/33252], qdbm-1.8.49 [pkg/33369], rhythmbox-0.9.4.1, tin-1.8.2.
2006-04-26Note www/{ja-,}trac security update.salo2-3/+4
2006-04-26Update to version 0.9.5.1salo2-7/+7
From Akio OBATA via PR pkg/33368. Changes: Trac-0.9.5-ja-1 (Apr 19, 2006) - Merge trac-0.9.5 - Update to current statement. - README.trac-ja - wiki-default/TracJa Trac 0.9.5 (Apr 18, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.5 - Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html - Smaller memory usage when accessing subversion history. - Fixed issue with incorrectly generated urls when installed behind a web proxy (#2531). - Fixed bugs: #2531, #2777, #3020.
2006-04-26Update to version 0.9.5salo2-7/+6
From Akio OBATA via PR pkg/33367. Changes: Trac 0.9.5 (Apr 18, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.5 - Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html - Smaller memory usage when accessing subversion history. - Fixed issue with incorrectly generated urls when installed behind a web proxy (#2531). - Fixed bugs: #2531, #2777, #3020. Trac 0.9.4 (Feb 15, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.4 - Deletion of reports has been fixed. - Various encoding issues with the timeline RSS feed have been fixed. - Fixed a memory leak when syncing with the repository. - Milestones in the roadmap are now ordered more intelligently. - Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430, #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553, #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706, #2707, #2735
2006-04-26Ant hasn't depended on crimson in a very long time -- it has a built-intv1-4/+2
Xerces copy in the distribution. Remove DEPENDS and bump PKGREVISION.
2006-04-26xterm updated to patch 212, mostly bugfixes.joerg1-1/+2
2006-04-26Update xterm to patch 212, featuring a number of small improvements,joerg2-7/+6
bugfixes and portability fixes.
2006-04-26Added a patch to support SunPro.rillig2-1/+25
2006-04-26Update converters/bibtex2html to 1.80tonio1-1/+2
2006-04-26Update converters/bibtex2html to 1.80tonio2-8/+7
Version 1.80, 15/3/2006 ======================= o remove leading ./ in front of relative URLs (was introduced a long time ago to circumvent an Internet Explorer bug; see below) o no more escaping of the character & in URLs Version 1.79, 22/2/2006 ======================= o fixed bug with ISO-latin characters in bib2bib conditions o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-26Allow a package to specify the ownership and permission onjlam2-4/+17
${PKG_SYSCONFDIR} if PKG_SYSCONFSUBDIR is defined and non-empty. A package may now set PKG_SYSCONFDIR_PERMS to an "owner group mode" triplet, which defaults to "${ROOT_USER} ${ROOT_GROUP} 755".
2006-04-26Updated ham/gmfsk to 0.6nb7: Fixed build problem caused by definition ofwulf7-4/+100
log2() function in misc.c and several compiler warnings.
2006-04-25Rename the test directory to a more suggestive name.jlam2-4/+4
2006-04-25Modify the DIRS line format to match the FILES one, where the modejlam2-29/+42
precedes the user and group.
2006-04-25Added the missing directories that must exist before installing the files.rillig1-1/+3
2006-04-25Use colons as separators instead of slashes on the off-chance that "/"jlam2-27/+27
is used in either the user or group name due to some bizarro set of circumstances.
2006-04-25First try at fixing a deficiency in the package +INSTALL scripts,jlam5-24/+263
where they don't verify that any pre-existing config files and directories have the correct permissions. For example, if you are upgrading a package to a newer version and the config files and directories used by the package need to have different permissions than in previous versions of the package, then the new package may fail to work because it can't access pre-existing files and directories. This commit improves on this by doing the following: (1) Teach the +FILES and +DIRS scriptlets two new actions "PERMS" and "CHECK-PERMS". "PERMS" fixes permissions on existing files and directories. "CHECK-PERMS" will verify those same bits and warn the user when they are wrong. The "CHECK-PERMS" actions for the two scriptlets are run immediately after the "ADD" actions. (2) Add a new variable PKG_CONFIG_PERMS that controls whether the "PERMS" action will automatically fix permissions. PKG_CONFIG_PERMS is only consulted if PKG_CONFIG is "yes". PKG_CONFIG_PERMS can be set in the shell environment when running pkg_add, e.g.: export PKG_CONFIG=yes export PKG_CONFIG_PERMS=yes pkg_add /path/to/binary/package.tgz The default value of PKG_CONFIG_PERMS embedded into the +INSTALL script may also be set in /etc/mk.conf. This value defaults to "no", so that by default, the +INSTALL script will not modify or destroy any existing configuration files or directories. The +INSTALL script will now always warn you if there are files or directories whose permissions differ from what the package is expecting to use, and if PKG_CONFIG_PERMS is set to "yes", then it will go ahead and fix those permissions for you automatically.
2006-04-25+ kbarcode-2.0.2.wiz1-2/+2
2006-04-25Remove as maintainer of this package. I'm no longer using it on anytron1-2/+2
system I administrate.
2006-04-25re-apply the fix for alignment of radiotap data fields, and fixdrochner2-1/+120
two newly introduced problems: -botch in picking up IEEE80211_RADIOTAP_FLAGS -wrong offset passed to inner dissector
2006-04-25Note www/paros update.salo1-1/+2
2006-04-25Update to version 3.2.10salo2-7/+6
Changes: - Tracking session state problem reported (previously only restart can reset session state). - Paros startup problem when added server authentication into authentication panel. - Authentnciation entry reappear even after deleted (when proxy reloads).
2006-04-25Note update ofhiramatsu2-3/+5
- p5-DateTime - p5-DateTime-Locale - p5-DateTime-TimeZone
2006-04-25Update p5-DateTime to 0.30.hiramatsu2-7/+6
Changes from 0.27: 0.30 2005-12-22 [ ENHANCEMENTS ] - Expanded and rewrote the docs on date math to try to explain exactly how DateTime.pm works, and in particular cover the problems DST introduces to various types of date math. The docs now also include some specific recommendations on getting sane results from datetime math. - Added calendar_duration() and clock_duration() methods to DateTime::Duration - Explicitly override the stringification method for DateTime::Infinite objects. They now stringify as whatever the IEEE infinity and negative infinity numbers stringify to on your platform. On Linux this is "inf" and "-inf". CPAN RT #16632. [ BUG FIXES ] - delta_md() and delta_days() did not always return correct values when crossing a DST change. - The pure Perl version of the code had a dependency ordering problem where DateTime::LeapSecond depended on other pure Perl code that wasn't yet available. I'm not sure how this ever worked. - Remove mentions of leap second on 1971-12-31 from the docs, because there was no leap second that day. Reported by Mike Schilli. - If you added a second to a datetime that was on a leap second (like 2005-12-31T23:59:60) it got "stuck" and kept returning the same datetime. Reported by Mike Schilli. - Changes to the tests in 20infinite.t may fix failures seen on some platforms and with new versions of Test::More (0.62 was known to cause failures) [ *** BACKWARDS INCOMPATIBILITIES *** ] - The subtract_datetime() method switched back to using the local portion of the date _and_ time, but it now accounts for days with DST changes specially. This produces results that fix the bugs that were fixed by previous subtraction changes in 0.28 and 0.29, but without introducing even more bugs. The overall result should be sane, but please see the docs for details. 0.2901 2005-07-04 - A leap second for the end of 2005 was announced. 0.29 2005-06-03 [ *** BACKWARDS INCOMPATIBILITIES *** ] - When adding/subtracting a duration with months or days that crossed a DST change, the result was based on the local time, not the UTC time. For consistent results, it is necessary to use the UTC time (but local date) for all date math. Reported by J. Alexander Docauer. 0.28 2005-02-27 [ ENHANCEMENTS ] - The era names for the era() method are now retrieved from the DateTime.pm object's associated locale. The old era() method, which was hard-coded to use BCE and CE, is renamed secular_era(). The christian_era() method remains the same. [ BUG FIXES ] - Fixed an embarassing bug in the subtract_datetime() method. It was subtracting local times, not UTC, which caused bugs when doing subtraction across a DST change. This method is used to implement subtraction overloading, so that was affected as well. Reported by Mike Schilli. - The docs for the %U and %W strftime specifiers implied that these should be zero-padded, but the code was not doing so. Reported by J Docauer.
2006-04-25Update p5-DateTime-TimeZone to 0.44.hiramatsu2-6/+6
Changes from 0.42: 0.44 2006-04-17 - This release is based on version 2006d of the Olson database. 0.43 2006-04-13 - This release is based on version 2006c of the Olson database. - Added a link for AKST9AKDT (to America/Anchorage).
2006-04-25Update p5-DateTime-Locale to 0.22:hiramatsu2-7/+6
Changes from 0.09: 0.22 2005-05-31 - Allow id names passed to load() to contain dashes or underscores, in order to support RFC 3066 locale names, which use dashes. - Fix bugs when a custom locale was registered and a "class" parameter was passed to register(). Patch from Yann Kerherv. - Switched to a "traditional" Makefile.PL file at Perrin Harkins' request. 0.21 2005-02-28 - Fix era() method for year 0. 0.20 2005-02-26 * BACKWARDS INCOMPATIBILITY - The way DateTime::Locale::Base subclasses work has changed. Subclasses should no longer implement the date_formats() or time_formats() methods. Instead, they need to provide one method per format length (full_date_format(), long_date_format(), etc). - Uses much newer (August, 2004) data from ICU. This includes a number of new locales. See DateTime::LocaleCatalog for a list. This new data also adds a new type of differentiator for locales, the script (Latin vs Cyrillic, for example). - Added new methods to get the "narrow" forms of a day or month. - Implemented per-locale eras. - Fix a number of doc typos and buglets. Patch by Jean Forget.
2006-04-25Bump revision of sqlrelay: PLIST fixes, many new options, Perl adapterjoerg1-1/+2
no longer the default.
2006-04-25Explicitly disable all features not enabled via option.joerg3-15/+99
The configure script is too agreessive and bypasses the buildlink3 framework. Add options for sqlite, odbc, freetds and perl. Fix PLIST. Bump revision. OK by maintainer.
2006-04-25Note net/nmap update.salo2-3/+4
2006-04-25Update to version 4.03salo4-21/+21
Changes: - Updated the LibPCRE build system to add the -fno-thread-jumps option to gcc when compiling on the new Intel-based Apple Mac OS X systems. Hopefully this resolves the version detection crashes that several people have reported on such systems. Thanks to Kurt Grutzmacher (grutz(a)jingojango.net) for sending the configure.ac patch. - Increased a write buffer length to avoid Nmap from quitting with the message "log_vwrite: write buffer not large enough -- need to increase". Thanks to Dave (dmarcher(a)pobox.com) for reporting the issue. - Made some portability fixes to keep Nmap compiling with the newest Visual Studio 2005. Thanks to KX (kxmail(a)gmail.com) for suggesting them. - Service fingerprints are now provided in the XML output whenever they would appear in the interactive output (i.e. when a service respons with data but is unrecognized). They are shown in a new 'servicefp' attribute to the 'service' tag. Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for sending the patch. - Improved the Windows build system -- mswin32/Makefile now takes care of packaging Nmap and creating the installers once Visual Studio (GUI) is done building the Release version of mswin32/nmap.sln. If someone knows how to do this (build) step on the command line (using the Makefile), please let me know. Or if you know how to at least make 'Release' (rather than Debug) the default configuration, that would be valuable. - WinPcap 3.1 binaries are now shipped in the Nmap tarball, along with a customized (for Nmap) installer written by Doug Hoyte. That new WinPcap installer is now used in the Nmap self-installer. - Fixed (I hope) a problem where aggresive --min-parallelization option values could cause Nmap to quit with the message "box(300, 100, 15) called (min,max,num)". Thanks to Richard van den Berg (richard.vandenberg(a)ins.com) for reporting the problem. - Fixed a rare crash bug thanks to a report and patch from Ganga Bhavani (GBhavani(a)everdreamcorp.com)
2006-04-25Sync with src: HOMEPAGE is optinal, noted by wiz.dillo2-25/+30
Regen catman page.
2006-04-25Note security/nessus update.salo2-3/+7
2006-04-25Update to version 2.2.7salo20-81/+113
Approved by <frueauf> Changes: - make it work as binary packages, - remove useless MESSAGE files, - add nmap.nasl plugin, not included by default upstream, - make the installation a bit more sane and easier to configure. 2.2.7: ====== Nessus 2.2.7 contains several fixes for bugs which have been found during the 3.x developement process and have been backported to this branch. It also slightly extends the NASL language by adding support for arrays of arrays. We will use this feature in some key plugins (SMB in particular) within 6 months, so you should definitely upgrade to 2.2.7 or 3.0.x. nessus-libraries: - Fixed a NULL pointer dereferencement in the BPF server (this mostly affects OpenBSD and FreeBSD < 5) - The 'service' functions now only deal with the services file provided - with Nessus (instead of using a mix of /etc/services and others) libnasl: - Fixed off-by-one bugs in insstr() and str_replace() which would sometimes prevent these two functions from properly dealing with the last character of a string - Fixed tcp_ping() which was too aggressive and may therefore sometimes miss a live host - Fixed a bug in send() which would not properly validate the value of the 'length' variable - Now handle arrays of arrays - Fixed open_priv_sock_tcp() which would report a successful connection when timing out nessusd: - Properly install the file 'nessus-services' in $prefix/var/nessus/ - Bigger buffer when receiving preferences from the client (to avoid a possible truncation of the plugin list in the future) - Fixed a bug in the preferences parser which would cause nessusd to die on startup when processing a malformed preference file nessus client: - Fixed an unlikely but potential segmentation fault when viewing the report in the GUI - Erase the credentials from memory after having used them (thanks to Sumiut Siddhart for noticing this) plugins: - Fixed several bugs in find_services.c which would not properly set the key Transport/SSL or which may read some data beyond its buffer - Fixed a bad #if/#endif clause in nessus_tcp_scanner.c which prevented it from recomputing the RTT, hence negatively impacting the performance - nmap.nasl has been removed from the main distribution (to use nmap from within Nessus read http://www.nessus.org/documentation/?doc=nmap-usage)
2006-04-25delint.salo2-4/+3
2006-04-25Note update of "ethereal" package to version 0.99.0.tron1-1/+2
2006-04-25Update "ethereal" package to version 0.99.0.tron4-36/+11
Changes since version 0.10.14 include: - security fixes for problems discovered by a Coverity scan - new utility "dumpcap" for capturing packets from a live network and writing them to a file has been added. - support for ACP133, E.212, Nortel LGE Monitor and OICQ protocols
2006-04-25Undo previous as it is not needed (pointed out by wiz@)martti2-4/+4
2006-04-25Use PKGMANDIR instead of manmartti3-7/+8
2006-04-25Make this work with GNU make 3.81: continuation lines for the shellkim2-17/+10
work differently now, so the @# prefix to comment the lines out no longer works. (A plain '#' might work, though.)
2006-04-25keychain-2.6.2martti1-1/+2
2006-04-25Updated security/keychain to 2.6.2martti2-10/+10
Add --confirm option and corresponding regression tests for Debian bug 296382. Thanks to Liyang HU for the patch. Also add initialization for $ssh_timeout which was being inherited from the environment and add regression tests for --timeout