Age | Commit message (Collapse) | Author | Files | Lines |
|
make it possible to use recent Linux applications on a NetBSD-current
(1.5ZC built from 2002-04-04 sources) kernel.
|
|
|
|
|
|
- Create fake libtool object (*.lo) if no shared libwrap exists.
|
|
|
|
<explorer@flame.org> for most of the work on this update.
Pkgsrc changes from the previous version include removing Makefile.ssl and
some patches that have been integrated into this release of PostgreSQL. We
leave open the question of when to byte-compile the Python modules for the
PyGreSQL interface and just do it as before, although we should consider
doing the compilation as a post-install step to ensure that the timestamps
are correct. We also reorder some lines in the Makefile to include
Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY)
as they may possibly trigger different portions of Makefile.common.
*** Please note that a dump/restore is required to migrate an existing ***
*** PostgreSQL installation to 7.2. ***
Major changes from version 7.1.3 are geared toward improving use in
high-volume applications and include:
VACUUM
Vacuuming no longer locks tables, thus allowing normal user access
during the vacuum. A new "VACUUM FULL" command does old-style
vacuum by locking the table and shrinking the on-disk copy of the
table.
Transactions
There is no longer a problem with installations that exceed four
billion transactions.
OID's
OID's are now optional. Users can now create tables without OID's
for cases where OID usage is excessive.
Optimizer
The system now computes histogram column statistics during
"ANALYZE", allowing much better optimizer choices.
Security
A new MD5 encryption option allows more secure storage and
transfer of passwords. A new Unix-domain socket authentication
option is available on Linux and BSD systems. PAM authentication
is also available.
Statistics
Administrators can use the new table access statistics module to
get fine-grained information about table and index usage.
|
|
than "smart" mode so that the the database will always cleanly shutdown.
Previously, postgres would wait for clients to disconnect before stopping
the database process, which sometimes resulted in unclean shutdowns.
Problem noted by Curt Sampson <cjs@cynic.net> in private email.
I also convert this to use /etc/rc.subr if it is present.
|
|
which fixes compile problems noted in PR pkg/16160 by
Daniel Senderowicz <daniel@bicho.SynchroDS.COM>.
Thanks to Simon Burge for helping on this.
|
|
Bump pkg revision.
Contributed in private mail by Charlie Root <root@gornik.tgr.lubin.edu.pl>
|
|
Update contributed by Dawid Szymañski <dawszy@arhea.net> in PR 16184
|
|
|
|
|
|
|
|
|
|
|
|
by using HOMEPAGE).
|
|
initial import of onyx 3.0.2 package. from DESCR:
Onyx is an embeddable stack-based threaded interpreted language. This package
contains both a stand alone interpreter and a library that can be used to embed
Onyx in an application. Extensive documentation is included.
WWW: http://www.canonware.com/
|
|
line length to BUFSIZ; it should now be possible to index the mozilla
source
|
|
|
|
in PLIST. now we only have to update VERS=. (thanks nick.)
|
|
o new /on dcc_list hook, for /dcc list output
o /dcc list bug fixed
o status clock gets very slow bug fixed
o fix /window new server foo.com channel #foo,foo
o fix build problem on BSD/OS 4.3
o new --disable-non-blocking to turn off non blocking connects
o new /load autoquery, to automatically create a new query window
when /msg'ing. apparently like mIRC
o /whois works on ICB again
o multi-server connections should work much better now, including
when loaded from a script
o new help file for /window where, missing since forever
o server "." refers to the last connected server in this window, eg
`/window server .' and `/server .'
|
|
- Change DH group handling in the pre-generated parts of the
configuration. Add a -GRP{1,2,5} component to transform and suite
names to directly specify which group to use. If no group is
specified, use DH group 2 (MODP_1024). Earlier transforms and suites
using the MD5 hash defaulted to DH group 1, this is no longer true.
- Unbreak MD5 and SHA1 passphrases in policy check.
- Don't message_dump_raw() bad length messages, i.e too short.
- Fix a couple of snprintf length bugs.
- Compile without warnings for older/newer OpenSSL.
|
|
disappeared.
|
|
|
|
from databases/postgresql. Also honor PKG_SYSCONFDIR.
|
|
|
|
|
|
|
|
|
|
more.
|
|
- IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6)
- Makefile modified for easier compile time configuration
- EDNS(0) bug fixed
- Default database changed to all lowercase, red-black tree to make nsd
DNSSEC ready
- REQUIREMENTS are cleaned up and updated
- Signal names changed in nsdc.sh.in
- Default compile options dont include -DMIMIC_BIND8
|
|
same entity so linkage will fail if "NKF" is present.
|
|
|
|
private mail -- thanks!)
Changes are:
* Fixed stream4 offset initialization
* Double Open of snort log file
* Lots of new rules
* Fatal error on problems other than -> and <>
* Fixed stream4 several low memory conditions
* Error checking in stream4/frag2 argument parsing
* snortdb schema updates to 1.05
* --with-pcap-includes should now look at specified pcap
* packet statistics now should be more accurate with regards to
lost packets werwerwerwerwer
* double PID file write
* S4 alignment problems on Sparc fixed
* new snmptrap code
* documentation updates
* Stability fixes in frag2
|
|
`1.2-compatible' should be inverted.
|
|
|
|
|
|
Espie <espie@nerim.net> in tech-pkg@netbsd.org.
* Honor USE_IMAKE.
* Prepend DESTDIR to /var/dict. (No meaning for now?)
Bump PKGREVISION.
|
|
* s/ndtpdcheck/ndtpcheck/ in ndtpd.sh.
Pointed out by Koji Kondo <koji@iijmio-mail.jp> in private mail.
Bump PKGREVISION.
|
|
This is mostly to get the improved/fixed version number handling provided
by this version of the tools, but see the log of
pkgsrc/pkgtools/pkg_install/Makefile revision 1.47 for a summary of
changes.
|
|
|
|
*) Upgraded to Apache 1.3.24
*) Support leading whitespaces in commands of SSLLog "|..." directives.
*) Fixed timeout handling on connection establishment by correctly
resetting the timeout on errors.
*) Fixed two memory leaks related to CA certificate configuration.
*) Fixed memory leak related to temporary DH key handling.
*) Fixed memory leak on shutdown if CRLs are used.
*) Fixed remaining SIGBUS problems on SPARC inside SHMCB session
cache implementation.
|
|
Relevant changes from version 1.3.23 include:
* Prevent invalid client hostnames from appearing in the log file.
* Various mod_proxy improvements, such as the new ProxyIOBufferSize
directive.
* The new ''IgnoreCase' keyword to the IndexOptions directive.
* mod_rewrite's 'rnd' was broken and has been fixed.
* The '-S' option of 'apxs' was not able to handle quotes; also 'apxs'
is now rebuilt when options are changed.
* proxy now correctly handles Cookies and X-Cache headers.
* Fixed a problem in TPF when we were using the wrong subpool when
opening the error log.
* pthread accept() mutexes on Solaris were broken (since we were
not linking against pthread)
|
|
+ use pkgsrc libtool, and override the libtool that's provided
+ HAS_CONFIGURE + (CONFIGURE_ARGS+= --prefix=${PREFIX}) = GNU_CONFIGURE
+ PLIST_SUBST already contains MKDIR and RMDIR - don't add them to PLIST_SUBST.
+ add X11 buildlink functionality
|
|
|
|
by Rui-Xiang Guo <rxg@netbsd.org> in pkg/14773. This package stems from
FreeBSD's one.
From DESCR:
TrueType fonts cannot be converted to Type 1 fonts without loss of
quality, since conversion introduces rounding errors and loses hinting
information. Therefore, newer PostScript interpreters (Adobe
PostScript since version 2013, ghostscript since 5.03) include a
TrueType rasterizers. To use a TrueType font with them, it has to be
embedded in a PostScript font dictionary; this format is called Type 42.
This program generates such Type 42 fonts from TrueType fonts. It
can also generate Adobe Font Metrics files (AFM files), including
kerning information.
Not yet supported are TrueType Collections and the creation of CID
keyed fonts from large TrueType fonts (East Asian or Unicode fonts).
|
|
This helps on Solaris.
|
|
Bump to 0.105
|
|
|
|
|