You can subscribe to this list here.
| 2004 |
Jan
|
Feb
(22) |
Mar
(42) |
Apr
(48) |
May
(27) |
Jun
(35) |
Jul
(33) |
Aug
(49) |
Sep
(36) |
Oct
(39) |
Nov
(63) |
Dec
(38) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(54) |
Feb
(32) |
Mar
(37) |
Apr
(55) |
May
(39) |
Jun
(35) |
Jul
(40) |
Aug
(36) |
Sep
(50) |
Oct
(51) |
Nov
(42) |
Dec
(29) |
| 2006 |
Jan
(47) |
Feb
(26) |
Mar
(27) |
Apr
(36) |
May
(41) |
Jun
(30) |
Jul
(35) |
Aug
(39) |
Sep
(46) |
Oct
(38) |
Nov
(31) |
Dec
(30) |
| 2007 |
Jan
(43) |
Feb
(30) |
Mar
(33) |
Apr
(27) |
May
(35) |
Jun
(43) |
Jul
(39) |
Aug
(33) |
Sep
(40) |
Oct
(30) |
Nov
(21) |
Dec
(23) |
| 2008 |
Jan
(33) |
Feb
(29) |
Mar
(23) |
Apr
(23) |
May
(21) |
Jun
(33) |
Jul
(35) |
Aug
(32) |
Sep
(30) |
Oct
(39) |
Nov
(36) |
Dec
(29) |
| 2009 |
Jan
(40) |
Feb
(22) |
Mar
(23) |
Apr
(53) |
May
(50) |
Jun
(25) |
Jul
(42) |
Aug
(34) |
Sep
(47) |
Oct
(36) |
Nov
(37) |
Dec
(38) |
| 2010 |
Jan
(52) |
Feb
(49) |
Mar
(48) |
Apr
(37) |
May
(25) |
Jun
(38) |
Jul
(24) |
Aug
(29) |
Sep
(37) |
Oct
(40) |
Nov
(35) |
Dec
(38) |
| 2011 |
Jan
(44) |
Feb
(25) |
Mar
(30) |
Apr
(35) |
May
(31) |
Jun
(37) |
Jul
(30) |
Aug
(36) |
Sep
(26) |
Oct
(30) |
Nov
(1) |
Dec
|
|
From: <no...@fr...> - 2005-01-28 23:52:12
|
This email is to inform you about the release of version '2.2.0' of 'Shoreline Firewall' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/shorewall/ The changes in this release are as follows: This release adds support for Kernel 2.6 Native IPSEC. Release focus: 5 - Major feature enhancements Project added: Wed, Mar 14th 2001 12:54 (3 years, 10 months ago) Project description: Shorewall is an iptables-based firewall for Linux Systems. Its configuration is very flexible, allowing it to be used in a wide range of firewall/gateway/router and VPN environments. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX :: Linux [Programming Language] Unix Shell [Topic ] System :: Networking, System :: Networking :: Firewalls, System :: Systems Administration If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-28 09:42:42
|
This email is to inform you about the release of version '4.1.4' of 'sed' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/sed/ The changes in this release are as follows: In this version, \B correctly means "not on a word boundary" rather than "inside a word", matching sed 3.x and Perl. Regular expression addresses no longer use leftmost-longest matching: e.g. /.\+/ only looks for a single character, and does not try to find as many of them as possible like it used to do. Documentation about the new interpretation of `s|abc\|def||' in NEWS, and about localization issues, was added. A --disable-nls build problems on Solaris was fixed, as was `make check' in non-English locales. Speedups (up to 30-40%) to regular expression matching were made. Release focus: 7 - Major bugfixes Project added: Tue, May 12th 1998 18:42 (6 years, 8 months ago) Project description: Sed, the GNU Stream Editor, copies the named files (standard input default) to the standard output, edited according to a script of commands. Trove categories: [Environment ] Console (Text Based) [Intended Audience ] End Users/Desktop [License ] OSI Approved :: GNU General Public License (GPL) [Topic ] Utilities If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-27 17:33:30
|
This email is to inform you about the release of version '1.2.0' of 'GNU Transport Layer Security Library' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/gnutls/ The changes in this release are as follows: The API was cleaned up, so data types now use the "_t" suffix. SRP password authentication has been moved to the LGPL'ed part of the library. Fixes were made to handle denial of service problems when verifying long certificate chains. The manual was converted to Texinfo, and an API reference manual was added. Many bugfixes and improvements were made since the previous stable 1.0.x branch. Release focus: 5 - Major feature enhancements Project added: Thu, Oct 26th 2000 10:22 (4 years, 3 months ago) Project description: GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. It implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP. Trove categories: [Development Status ] 5 - Production/Stable [License ] OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU Lesser General Public License (LGPL) [Operating System ] POSIX, Unix [Programming Language] C [Topic ] Security :: Cryptography, Software Development :: Libraries If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-27 17:31:22
|
This email is to inform you about the release of version '1.1.23' of 'GNU Transport Layer Security Library' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/gnutls/ The changes in this release are as follows: It is now possible to generate PKCS#12 structures without private keys. Certtool now prints information for the RSA and DSA parameters of certificates and private keys. Client X.509 authenticated connections via gnutls-cli should now work again. Use libtasn1 0.2.13. Various bug fixes and small improvements. Release focus: 4 - Minor feature enhancements Project added: Thu, Oct 26th 2000 10:22 (4 years, 3 months ago) Project description: GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. It implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP. Trove categories: [Development Status ] 5 - Production/Stable [License ] OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU Lesser General Public License (LGPL) [Operating System ] POSIX, Unix [Programming Language] C [Topic ] Security :: Cryptography, Software Development :: Libraries If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-27 07:13:14
|
This email is to inform you about the release of version '1.180' of 'Webmin' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/webmin/ The changes in this release are as follows: Password timeouts are now enabled by default to prevent brute-force password guessing attacks. A SMART Drive Status module was added along with support for TARing multiple directories and chaining backups in the Filesystem Backup module. Numerous improvements were made in the LDAP Users and Groups module. Solaris 10 support was improved. Support for sending problem reports using SNMP traps was added to the System and Server Status module. Support for tracing process system calls in real time on Linux and Solaris was added in the Running Processes module. Release focus: 5 - Major feature enhancements Project added: Sun, Jan 11th 1998 20:52 (7 years, 0 months ago) Project description: Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Web Environment [Intended Audience ] System Administrators [License ] OSI Approved :: BSD License (original) [Operating System ] POSIX :: AIX, POSIX :: BSD :: BSD/OS, POSIX :: BSD :: FreeBSD, POSIX :: BSD :: NetBSD, POSIX :: BSD :: OpenBSD, POSIX :: HP-UX, POSIX :: IRIX, POSIX :: Linux, POSIX :: SCO, POSIX :: SunOS/Solaris [Programming Language] Perl [Topic ] System :: Systems Administration If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-26 22:44:04
|
This email is to inform you about the release of version '0.81' of 'Clam AntiVirus' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/clamav/ The changes in this release are as follows: Scan engine improvements were made. The internal email scanner now supports multipart/partial messages, and support for decoding non-standard mail files was greatly enhanced. clamav-milter by default uses libclamav and scans email messages itself without the use of clamd. libclamav can now extract RFC2397 encoded data within HTML documents, block zip archives with modified information in local header, and scan HQX files. PE file structure rebuilding from compressed executables was improved. clamdwatch users should upgrade to the latest version (under contrib/) as soon as possible. Release focus: 8 - Minor security fixes Project added: Wed, May 8th 2002 05:45 (2 years, 8 months ago) Project description: Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon, a commandline scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use in your own software. Trove categories: [Environment ] Console (Text Based) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX [Programming Language] C [Topic ] Communications :: Email :: Filters, Security, Utilities If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-26 12:14:12
|
This email is to inform you about the release of version '4.0.7' of 'Shadow' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/shadow/ The changes in this release are as follows: This version switches faillog, lastlog, and chpasswd to use getopt_long(). It fixes landle large files in lastlog and faillog. Updated translations include da, es, fi, it, nl, pl, and pt. It adds ro, sq, and zh_TW translations. It also adds a --md5 option in chpasswd, and man pages fixes and cleanups. Release focus: 6 - Minor bugfixes Project added: Sun, Feb 15th 1998 12:03 (6 years, 11 months ago) Project description: The Shadow password file utilities package includes the programs necessary to convert traditional V7 UNIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords). Trove categories: [Environment ] Console (Text Based) [Intended Audience ] End Users/Desktop [License ] OSI Approved :: BSD License (original) [Topic ] System :: Systems Administration If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-26 12:07:42
|
This email is to inform you about the release of version '3.2.5' of 'procps' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/procps/ The changes in this release are as follows: This release fixes a great many minor problems and gets slabtop working on the 2.6.10 kernel. Release focus: 0 - N/A Project added: Wed, Jun 10th 1998 13:01 (6 years, 7 months ago) Project description: procps is a package of utilities which includes ps, vmstat, top, w, skill, snice, pgrep, pkill, free, sysctl, pmap, uptime, and kill. These utilities report what is running, who is logged in, how long the system has been running, and what is using up memory. They can be used to kill processes and change run-time kernel configuration values. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based), Console (Text Based) :: Curses [Intended Audience ] Advanced End Users, System Administrators [License ] DFSG approved, OSI Approved, OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU Lesser General Public License (LGPL) [Operating System ] POSIX :: Linux [Programming Language] C [Topic ] System :: Monitoring, System :: Systems Administration, Utilities If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-25 18:53:20
|
This email is to inform you about the release of version '2.0' of 'bison' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/bison/ The changes in this release are as follows: Several new directives were added. GLR grammars now support locations. %token numbers can now be hexadecimal integers. A POSIX conformant yacc command and -ly library installation can now be disabled at build. Numbers are no longer arbitrarily limited to 16-bit counts. Semicolons are now allowed before "|" in grammar rules, as POSIX requires. Bison-generated parsers no longer default to using the alloca function to extend the parser stack. Furthermore, there have been incompatible changes to error token location, semicolon handling, and NUL byte and newline handling. Release focus: 5 - Major feature enhancements Project added: Fri, Feb 12th 1999 21:02 (5 years, 11 months ago) Project description: Bison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc. Trove categories: [Intended Audience ] Developers [License ] OSI Approved :: GNU General Public License (GPL) [Topic ] Software Development If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-25 11:50:50
|
This email is to inform you about the release of version '1.0.24' of 'GNU Transport Layer Security Library' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/gnutls/ The changes in this release are as follows: Bugfixes in the library and the certtool program. Release focus: 6 - Minor bugfixes Project added: Thu, Oct 26th 2000 10:22 (4 years, 3 months ago) Project description: GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. It implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP. Trove categories: [Development Status ] 5 - Production/Stable [License ] OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU Lesser General Public License (LGPL) [Operating System ] POSIX, Unix [Programming Language] C [Topic ] Security :: Cryptography, Software Development :: Libraries If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-25 00:17:14
|
This email is to inform you about the release of version '2.1.1' of 'grsecurity' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/grsecurity/ The changes in this release are as follows: This release adds gradm bugfixes, more configurable learning heuristics, automatic tty sniffing detection in the RBAC system, and fixes for hidden file support. Release focus: 6 - Minor bugfixes Project added: Mon, Apr 23rd 2001 18:15 (3 years, 9 months ago) Project description: grsecurity is a complete security system for Linux 2.4 that implements a detection/prevention/containment strategy. It prevents most forms of address space modification, confines programs via its Role-Based Access Control system, hardens syscalls, provides full-featured auditing, and implements many of the OpenBSD randomness features. It was written for performance, ease-of-use, and security. The RBAC system has an intelligent learning mode that can generate least privilege policies for the entire system with no configuration. All of grsecurity supports a feature that logs the IP of the attacker that causes an alert or audit. Trove categories: [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX :: Linux [Programming Language] C [Topic ] Security, Security :: Cryptography, System :: Logging, System :: Monitoring, System :: Operating System Kernels :: Linux If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-24 22:45:41
|
This email is to inform you about the release of version '1.9.3' of 'syslog-ng' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/syslog-ng/ The changes in this release are as follows: The first usable release from the development branch, featuring a complete rewrite and adding numerous features. Release focus: 5 - Major feature enhancements Project added: Wed, Feb 17th 1999 16:21 (5 years, 11 months ago) Project description: syslog-ng, as the name shows, is a syslogd replacement, but with new functionality for the new generation. The original syslogd allows messages only to be sorted based on priority/facility pairs; syslog-ng adds the possibility to filter based on message contents using regular expressions. The new configuration scheme is intuitive and powerful. Forwarding logs over TCP and remembering all forwarding hops makes it ideal for firewalled environments. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based), No Input/Output (Daemon) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX :: AIX, POSIX :: BSD, POSIX :: BSD :: FreeBSD, POSIX :: BSD :: NetBSD, POSIX :: BSD :: OpenBSD, POSIX :: IRIX, POSIX :: Linux, POSIX :: SunOS/Solaris [Programming Language] C [Topic ] System :: Logging If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-23 15:30:35
|
This email is to inform you about the release of version '2.4.29' of 'Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/linux/ The changes in this release are as follows: Updates were made to XFS, Intel e1000, SATA, and Netfilter. Release focus: 6 - Minor bugfixes Project added: Fri, Feb 2nd 2001 09:18 (3 years, 11 months ago) Project description: Linux is a clone of the Unix kernel, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. It has all the features you would expect in a modern fully-fledged Unix kernel, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and TCP/IP networking. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based) [Intended Audience ] Developers, End Users/Desktop, System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX, POSIX :: Linux [Programming Language] C, C++ [Topic ] System :: Operating System, System :: Operating System Kernels :: Linux If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-23 13:05:38
|
This email is to inform you about the release of version '2.20' of 'Dnsmasq' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/dnsmasq/ The changes in this release are as follows: This release fixes some fairly obscure bugs. It also fixes compilation on Mac OS X. There are a few additional, fairly minority-interest, features and configuration options, notably support for the SRV DNS record type. Release focus: 6 - Minor bugfixes Project added: Sat, Apr 8th 2000 14:44 (4 years, 9 months ago) Project description: Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and (optionally) DHCP to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] No Input/Output (Daemon) [Intended Audience ] End Users/Desktop, System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] MacOS X, POSIX :: BSD :: FreeBSD, POSIX :: BSD :: NetBSD, POSIX :: BSD :: OpenBSD, POSIX :: Linux [Programming Language] C [Topic ] Internet :: Name Service (DNS) If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-22 22:37:44
|
This email is to inform you about the release of version '22.7-beta1' of 'LILO' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/lilo/ The changes in this release are as follows: Matching of boot selection was altered from exact matching to matching the first characters. Compilation of a DOS/Windows utility, LILO.COM, was added. This implements the -q, -R, -V (-C -m -v) switches, and its primary use is to re-set the default boot command line (-R). Release focus: 4 - Minor feature enhancements Project added: Fri, Dec 4th 1998 22:06 (6 years, 1 month ago) Project description: LILO is a Boot loader for Linux/x86 and other PC operating systems. It is responsible for loading your Linux kernel from either a floppy or a hard drive and passing control to it. It is capable of booting beyond cylinder 1024 of a hard disk if the BIOS supports EDD packet call extensions to the int 0x13 interface. LILO can also be used to boot many other operating systems, including DOS, Windows (all versions), OS/2, and the BSD variants. The LILO distribution includes full source, documentation and support files. Trove categories: [Development Status ] 5 - Production/Stable [Intended Audience ] End Users/Desktop, System Administrators [License ] OSI Approved :: BSD License (original) [Operating System ] POSIX :: Linux [Topic ] System :: Boot If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-22 22:20:00
|
This email is to inform you about the release of version '0.1.6.9' of 'AMaViS "Next Generation"' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/amavis-ng/ The changes in this release are as follows: A broken Exim MTA module was fixed. Release focus: 7 - Major bugfixes Project added: Mon, Mar 25th 2002 10:22 (2 years, 10 months ago) Project description: AMaViS-ng is a modular rewrite of amavisd and amavis-perl. It scans email for malicious code inside attachments and archive files, stopping delivery if malicious code is found. It supports integration of several third-party virus scanners and integrates nicely into several MTA setups. Unlike amavis-perl and amavisd, there is no need for build-time configuration. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] No Input/Output (Daemon) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX [Programming Language] Perl [Topic ] Communications :: Email :: Filters If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-22 10:04:20
|
This email is to inform you about the release of version '2005-01-20' of 'Layer-7 Packet Classifier for Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/l7-filter/ The changes in this release are as follows: A pattern for SSDP was added and the Jabber, Shoutcast/Icecast, and Gnutella patterns were improved. Bugs in the HTTP audio, HTTP video, HTTP cache hit, and HTTP cache miss patterns were fixed. The WinMX and Bearshare patterns were removed, as they are covered by the Gnutella pattern. Release focus: 4 - Minor feature enhancements Project added: Mon, May 12th 2003 15:13 (1 year, 8 months ago) Project description: L7-filter is a Netfilter match module which classifies packets based on application layer (OSI layer 7) data. This means that it is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc., regardless of ports. It complements existing matches that classify based on port numbers, packet length, TOS bits, and so on. Combined with Linux QoS, it allows for full layer 7 packet shaping. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] No Input/Output (Daemon) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX :: Linux [Programming Language] C [Topic ] Communications, Internet, System, System :: Networking, System :: Networking :: Firewalls, System :: Networking :: Monitoring, System :: Operating System Kernels :: Linux, System :: Systems Administration If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-21 11:53:29
|
This email is to inform you about the release of version '1.12' of 'sg_utils and sg3_utils' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/sg_utils/ The changes in this release are as follows: This release adds sg_reassign, sg_wr_mode, and sg_rtpg utilities, as well as various other fixes and enhancements. Release focus: 4 - Minor feature enhancements Project added: Mon, Dec 24th 2001 15:21 (3 years, 0 months ago) Project description: sg_utils and sg3_utils are packages that contain tools for working with devices that use the SCSI command set. They include variants of the Unix dd command called sg_dd and sgp_dd that speed copies to, from, and between SCSI disks and CDROMs. sg_map and sg_scan supply information about SCSI devices and how they are related to other drivers. There are utilities for timing and testing SCSI devices and retrieving mode and log page data. The sg3_utils package is for the Linux 2.4 and 2.6 series, while sg_utils is for the 2.2 series with some support for the 2.0 series. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based) [License ] OSI Approved :: GNU General Public License (GPL) If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-20 10:43:48
|
This email is to inform you about the release of version '0.81rc1' of 'Clam AntiVirus' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/clamav/ The changes in this release are as follows: Scan engine improvements were made. The internal mail scanner now supports multipart/partial messages, and support for decoding non-standard mail files was greatly enhanced. A new clamav-milter can use libclamav directly and scan emails itself without the use of clamd. libclamav can now extract RFC2397 encoded data within HTML documents, block zip archives with modified information in local header, and scan HQX files. PE file structure rebuilding from compressed executables was improved. Release focus: 7 - Major bugfixes Project added: Wed, May 8th 2002 05:45 (2 years, 8 months ago) Project description: Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon, a commandline scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use in your own software. Trove categories: [Environment ] Console (Text Based) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX [Programming Language] C [Topic ] Communications :: Email :: Filters, Security, Utilities If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-19 23:37:35
|
This email is to inform you about the release of version '3.2.6' of 'DSPAM' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/dspam/ The changes in this release are as follows: Another last minute fix to set the default level of statistical sedation to 0 (off). The previous default (5) caused a problem in that it would instantiate if the command line was overridden with other features. Release focus: 6 - Minor bugfixes Project added: Mon, Apr 14th 2003 11:43 (1 year, 9 months ago) Project description: DSPAM is a server-side statistical anti-spam agent for Unix email servers. It masquerades as the email server's local delivery agent and effectively filters spam using a combination of de-obfuscation techniques, specialized algorithms, and statistical analysis. The result is an administratively maintenance-free, self-learning anti-spam tool. DSPAM has yielded real-world success rates beyond 99.9% accuracy with less than a 0.01% chance of false positives. Trove categories: [Development Status ] 5 - Production/Stable [Intended Audience ] Developers, System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] Unix [Programming Language] C [Topic ] Communications :: Email :: Filters, Internet, Text Processing :: Filters If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-19 23:28:04
|
This email is to inform you about the release of version '2.2.1' of 'OpenH323 Gatekeeper' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/gnugk/ The changes in this release are as follows: This release contains a security fix and better error checking in socket handling. It also supports the new RouteToGateway command for virtual queue routing, more flexible rewrite rules and prefix matching with wildcards, and per call proxy control. Release focus: 8 - Minor security fixes Project added: Sun, Dec 12th 1999 09:03 (5 years, 1 month ago) Project description: The OpenH323 Gatekeeper is a free H.323 gatekeeper based on the OpenH323 project. You can use it to manage a Voice-over-IP network and let endpoints (e.g., Netmeeting) communicate through symbolic names. It also has an external interface for billing and other applications. It runs on a number of Unix versions (including Linux and Solaris) and Windows. Trove categories: [Environment ] Console (Text Based) [Intended Audience ] Developers, End Users/Desktop, System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Programming Language] C++ [Topic ] Communications :: Telephony, System :: Networking If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-19 18:15:29
|
This email is to inform you about the release of version '3.2.5' of 'DSPAM' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/dspam/ The changes in this release are as follows: A bug was fixed where the statisticalSedation preference was never read into the analysis engine, giving the impression of poor filtering for users who tried to change it or systems where the default was set incorrectly. Release focus: 7 - Major bugfixes Project added: Mon, Apr 14th 2003 11:43 (1 year, 9 months ago) Project description: DSPAM is a server-side statistical anti-spam agent for Unix email servers. It masquerades as the email server's local delivery agent and effectively filters spam using a combination of de-obfuscation techniques, specialized algorithms, and statistical analysis. The result is an administratively maintenance-free, self-learning anti-spam tool. DSPAM has yielded real-world success rates beyond 99.9% accuracy with less than a 0.01% chance of false positives. Trove categories: [Development Status ] 5 - Production/Stable [Intended Audience ] Developers, System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] Unix [Programming Language] C [Topic ] Communications :: Email :: Filters, Internet, Text Processing :: Filters If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are mission-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-19 10:02:20
|
This email is to inform you about the release of version '8.0.0' of 'PostgreSQL' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/pgsql/ The changes in this release are as follows: This release features native support for Win32, savepoints, point in time recovery, tablespaces, overhauled buffer management for better performance and scalability, the ability to change the type of a column via ALTER TABLE, and much more. Release focus: 5 - Major feature enhancements Project added: Fri, Feb 13th 1998 16:41 (6 years, 11 months ago) Project description: PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] Console (Text Based), No Input/Output (Daemon) [Intended Audience ] Developers, End Users/Desktop, System Administrators [License ] OSI Approved :: BSD License (original), OSI Approved :: BSD License (revised) [Programming Language] SQL [Topic ] Database :: Database Engines/Servers If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net ____________________________| Advertising |____________________________ Are you about to purchase an IT Product that's all hype? Find out at the IT Product Guide. Read real reviews from actual users and learn which products are missing-critical to your enterprise now. Start reading reviews at http://productguide.itmanagersjournal.com/ ____________________________| Advertising |____________________________ |
|
From: <no...@fr...> - 2005-01-18 23:12:52
|
This email is to inform you about the release of version '2005-01-17' of 'Layer-7 Packet Classifier for Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/l7-filter/ The changes in this release are as follows: The Yahoo! pattern has been improved. The HTTP-iTunes and Battlefield 1942 patterns have been fixed. Release focus: 6 - Minor bugfixes Project added: Mon, May 12th 2003 15:13 (1 year, 8 months ago) Project description: L7-filter is a Netfilter match module which classifies packets based on application layer (OSI layer 7) data. This means that it is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc., regardless of ports. It complements existing matches that classify based on port numbers, packet length, TOS bits, and so on. Combined with Linux QoS, it allows for full layer 7 packet shaping. Trove categories: [Development Status ] 5 - Production/Stable [Environment ] No Input/Output (Daemon) [Intended Audience ] System Administrators [License ] OSI Approved :: GNU General Public License (GPL) [Operating System ] POSIX :: Linux [Programming Language] C [Topic ] Communications, Internet, System, System :: Networking, System :: Networking :: Firewalls, System :: Networking :: Monitoring, System :: Operating System Kernels :: Linux, System :: Systems Administration If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net |
|
From: <no...@fr...> - 2005-01-18 19:08:29
|
This email is to inform you about the release of version '2.2-20050117' of 'Postfix' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/postfix/ The changes in this release are as follows: This snapshot is the first production release with IPv6 support. In order to accommodate both IPv4 and IPv6 support, some low-level networking code had to be restructured. After extensive testing and cleanup, the code should now be safe to use. This snapshot does not include TLS support. Release focus: 5 - Major feature enhancements Project added: Mon, Dec 14th 1998 07:44 (6 years, 1 month ago) Project description: Postfix is an attempt to provide an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and hopefully secure, while at the same time being sendmail compatible enough to not upset your users. Trove categories: [Environment ] No Input/Output (Daemon) [Intended Audience ] End Users/Desktop [License ] OSI Approved :: IBM Public License [Topic ] Communications :: Email :: Mail Transport Agents If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects and categories you're subscribed to in the right column, which you may cancel by highlighting the project or category in question and clicking the 'delete' button. Sincerely, freshmeat.net |