Commit graph

45127 commits

Author SHA1 Message Date
taca
5e1d2270f9 Note update of security/ruby-ossl package to 0.1.4.1 (0.1.4a) and
www/ruby-webrick to 1.2.3nb1.
2003-07-21 17:27:03 +00:00
martti
86c6e000bc COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
taca
72fe278a62 Change depends to ruby-ossl package from ruby-openssl.
Bump package revision.
2003-07-21 17:24:15 +00:00
martti
de776a690f COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
taca
40c8427593 Update ruby-ossl package to 0.1.4.1 (0.1.4a).
Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4a released

Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* extconf.rb: check CRYPTO_malloc for libcrypto.
	* ossl.h: include <openssl/bn.h>.
	* ossl_bn.c: use BN_CTX_new instead of BN_CTX_init.
	* ossl_cipher.c: NIDs of AES were changed.
	* ossl_x509store.c: alias add_cert add_trusted.
	* lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity.

Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4 released

Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* openssl_missing.h: add MS_CALLBACK.
	* extconf.rb: should check <openssl/e_os.h>.
	* ossl.h: check HAVE_OPENSSL_E_OS_H.
	* net/https.rb: follow ruby-1.8.
2003-07-21 17:21:32 +00:00
taca
2f59e6a07c Update ruby-ossl package to 0.1.4.1 (0.1.4a).
Add conflict with its older name, ruby-openssl package.
Thanks to advise by a private mail from wiz.

Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4a released

Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* extconf.rb: check CRYPTO_malloc for libcrypto.
	* ossl.h: include <openssl/bn.h>.
	* ossl_bn.c: use BN_CTX_new instead of BN_CTX_init.
	* ossl_cipher.c: NIDs of AES were changed.
	* ossl_x509store.c: alias add_cert add_trusted.
	* lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity.

Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4 released

Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* openssl_missing.h: add MS_CALLBACK.
	* extconf.rb: should check <openssl/e_os.h>.
	* ossl.h: check HAVE_OPENSSL_E_OS_H.
	* net/https.rb: follow ruby-1.8.
2003-07-21 17:21:30 +00:00
martti
c1b54b4f61 COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
taca
1bf05cdb37 Note rename security/ruby-openssl package to security/ruby-ossl. 2003-07-21 17:09:38 +00:00
taca
249fbc04ed Deleted ruby-openssl since it renamed to ruby-ossl. 2003-07-21 17:08:56 +00:00
taca
cf3b05407a remove ruby-openssl and add ruby-ossl. 2003-07-21 17:05:56 +00:00
taca
953a7b7655 Re-import security/ruby-openssl as security/ruby-ossl for changing
the package name.
2003-07-21 17:04:27 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
seb
e24fd045f9 Convert to USE_NEW_TEXINFO. 2003-07-21 17:00:43 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
seb
cdbd97130a Note update of lang/pgcc to version 2.95.2.1nb1 [mostly install prefix change] 2003-07-21 12:51:55 +00:00
seb
1baca3f9d8 Make this package similar to lang/gcc{,3}.
User visible changes:
- Install in ${GCC_PREFIX} for all platforms.
- Install example mk.conf in ${PREFIX}/share/examples/${PKGNAME_NOREV}/mk.conf.

Rewrite the Makefile to adopt a look and feel similar to those of
lang/gcc{,3}: convert to USE_NEW_TEXINFO, USE_PKG_INSTALL for FILE_SUBST,
mostly dynamic PLIST, platform independent MESSAGE, ...

Bump PKGREVISION.
2003-07-21 12:48:43 +00:00
martti
3e82d1e1f3 Updated bins and distcc 2003-07-21 12:41:36 +00:00
martti
6c8831e3fd Updated distcc to 2.9
* Optional LZO1X compression of network traffic, to make distcc
  faster on slow or overloaded networks.  This is turned on by
  appending ",lzo" to each host specification.

* The daemon by default allows 2+NCPUS, rather than 3*NCPUS.  The
  two extras are to allow for some processes to be blocked on
  network IO, but allowing more than two of them is probably not
  useful on multiprocessor machines.

* Larger files are sent and received using memory mappings where
  possible.

* Use of mmap and compression makes distcc substantially faster in
  at least some cases.

* Bug fixes
2003-07-21 12:41:15 +00:00
martti
9e0e38f0ab Updated bins to 1.1.22
- Perl 5.8 UTF-8 file writting problem has been corrected.
- htmldefaults option of HTML::Clean has been removed, because it
  breaks UTF-8 strings in Perl 5.8.
- added satyap style templates from Satya.
- added Dutch translation (nl).
2003-07-21 12:41:13 +00:00
wiz
0b5a9c6717 Note new libggiwmh package. 2003-07-21 12:31:15 +00:00
wiz
7a4918e8c8 Add and enable libggiwmh. 2003-07-21 12:30:37 +00:00
wiz
5bd2a50b49 Initial import of libggiwmh, a window manager hints library for libggi.
Requested by Christian Egger.

LibGGIWMH is an LibGGI extension for GGI targets that are window
system based to allow access to things like setting the title bar,
resizing, etc.
2003-07-21 12:27:50 +00:00
wiz
f23e62a9f1 + bins-1.1.22, bluefish-0.10, distcc-2.9, isync-0.9.1 [pkg/22189],
jpilot-0.99.6, lilypond-1.6.11, mhonarc-2.6.5, slib-2.4.4 [pkg/22185],
  tinyproxy-1.6.0 [pkg/22161].
2003-07-21 11:58:54 +00:00
wiz
657f9bde56 Note new libggigcp package. 2003-07-21 09:59:39 +00:00
wiz
61e3f22efa Add and enable libggigcp. 2003-07-21 09:58:59 +00:00
wiz
07b638a8fb Initial import of libggigcp-0.8.2, requested by Christoph Egger.
LibGGIGCP is a generic color and palette management extension. It
supports conversion between different color spaces such as RGBA,
YUV, HSV, and CMYK. Furthermore it supports a generic color-blending,
which can also be used for translucency effects.
2003-07-21 09:56:35 +00:00
rh
822e7b1f7e Note update of cgoban-java to 2.5.2 2003-07-21 07:30:44 +00:00
rh
71e2606640 Update cgoban-java to 2.5.2. Changes include a bunch of bugfixes. Most
notably this fixes a bug that can get you thrown off the server if you
click on a position twice in succession.
2003-07-21 07:27:40 +00:00
taca
758364ffbc Note update of www/squid pacakge to 2.5.3nb2. 2003-07-21 06:21:29 +00:00
taca
b80774f912 Update squid package to 2.5.3nb2.
- (Minor) round-robin cache_dir selection incorrectly compares max-size
- (Major) cbdata.c:186: "c->valid" assertion due to peer digest not found
- (Major) Crash after ftpTimeout: timeout in SENT_PASV state
- (Minor) Requests denied by http_reply_access are not logged with TCP_DENIED
- (Minor) ie_refresh does not signal no-cache to peer caches
- (Medium) Client Socket Buffer leak on reply_body_max_size
- (Medium) Forward Host headers in place
- (Medium) Memory leak in deny_info TCP_RESET
- (Cosmetic) ERR_TOO_BIG Spanish translation
- (Cosmetic) minimum_retry_timeout unused
- (Minor) SNMP update of cachePeerPingsSent and cachePeerPingsAcked
- (Cosmetic) store_check_cachable_stats slghtly misleading
- (Minor) /etc/hosts and lines with comments after the host name
- (Minor) sbrk as fallback method for high_memory_warning
- (Minor) header_access fails when using peers
- (Cosmetic) neighbor_type_domain documentation update
- (Minor) issue warning if CARP load factor values decrease in the  cache_peer list
- (Cosmetic) Compile time warnings when using GCC-3.3
- (Minor) aufs Files queued for open counter mismatch
- (Minor) external_acl does not wait for ident lookups to complete
- (Minor) icmpRecv: recv: (11) Resource temporarily unavailable
- (Cosmetic) Incorrect RFC reference regarding URL syntax
- (Cosmetic) quote '%' character in logs
- (Cosmetic) check open("/dev/null") return value for errors.
- (Cosmetic) "cache_dir diskd" documentation update

Not all of the pathces are new but updated one.
2003-07-21 06:20:16 +00:00
sjg
79df94bc27 Updated bmake and mk-files 2003-07-20 23:39:36 +00:00
sjg
d69c3f61c0 Update to latest bmake which now uses a date based version.
Same for mk-files.  In the case of bmake the version closely
corresponds to the date of the latest sync with usr.bin/make.

Changes to bmake since 3.1.18 include:

	Pick up fixes for const-correctness, now passes WARNS=3 on
	NetBSD.
	Pick up :ts modifier, allows controlling the separator used
	between words in variable expansion.

	* FILES: include boot-strap and os.sh

	* Makefile.in: only set WARNS if we are NetBSD, the effect on
	FreeBSD is known to be bad.

	* makefile.boot.in (bootstrap): make this the default target.

	* Makefile.in: bump version to 3.1.19

	* machine.sh: avoid A-Z with tr as it is bound to lose.

	Pick up fix for PR/19781 - unhelpful error msg on unclosed ${var:foo
	Plus some doc fixes.


Changes to mk-files since 1.3.2:

	Don't inlcue -pipe in CC for SunOS.

	Make it easier to do non-root installs by overriding *_INSTALL_OWN.
	Use STRIP_FLAG rather than STRIP for -s
	Avoid use of A-Z with tr.
	Avoid searching above /a/b/ when looking for
	top-of-tree Linux at least hangs if you try to examine an automount
	mount point.
2003-07-20 23:25:19 +00:00
dillo
4afd9c9c87 note package revision bump of mplayer-share to 4:
font distfiles changed (directory layout changed, runme scripts deleted)
2003-07-20 20:17:01 +00:00
dillo
375c60b46a font distfiles changed (directory layout changed, runme scripts deleted)
bump pkgrevision
2003-07-20 20:15:02 +00:00
seb
e59a7f655d Remove AC_FUNC_MALLOC: there is no need to check for a compatible GNU malloc
as there is no call to malloc(0) in this code.
As a side effect, need to explicitly add a check for <stdlib.h>.
2003-07-20 19:55:01 +00:00
seb
5b69ceb8f5 Info files need to be listed in INFO_FILES. 2003-07-20 16:48:53 +00:00
jmmv
73ccb5cd27 Properly set LD_PRELOAD in the environment so libkver works properly.
Pointed out by seb@.
2003-07-20 16:05:04 +00:00
jmmv
4956b01aef Note update of pkg_comp to 1.8. 2003-07-20 15:56:20 +00:00
jmmv
4780dff302 Update to 1.8:
- Add the NETBSD_RELEASE variable.  This is used to automatically configure
  pkgtools/libkver inside the chroot so that packages see the right kernel
  version when issuing calls to sysctl(8).  Suggested by seb@.
- Turn on emacs editing mode by default in sh/ksh.
2003-07-20 15:54:46 +00:00
seb
06c5a4ac05 Add support for picking up KVER_OSRELEASE in "/etc/mk.conf": both
when used as standalone sources and -as MAKECONF is set to /dev/null in
MAKE_ENV by bsd.pkg.mk- as package sources.
2003-07-20 15:37:46 +00:00
frueauf
a283327e19 Note update of fetchmail{conf} to 6.2.3. 2003-07-20 14:54:23 +00:00
frueauf
408fc7a666 Update fetchmail{conf} to 6.2.3.
Changes since 6.2.2:
* German, Danish, Spanish, and Turkish translations updated.
* Brian Sammon's patch to deal with malformed message lines containiing NULs.
* Fai's patch to ignore all but the first Return-Path (some spams have
  more than one of these).
* Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP.
  Fixes Debian bug #184469.
* Benjamin Drieu's patch to enable auth=cram-md5.
  Fixes Debian bug #185232.
* Sunil Shetye's configure.in patch to avoid spurious search order messages
  from GCC.
* Header-reading code now copes better with lines ending in \n only.
* Elias Israel's patches for POP3 NTLM support and dealing with byte-
  stuffing failures at socket level.
2003-07-20 14:52:45 +00:00
abs
b8922fffe7 Update cpuflags to 0.55
Exclude -finline-functions for userppp.
2003-07-20 14:21:52 +00:00
seb
3acd4bb717 Use english not french! 2003-07-20 13:56:25 +00:00
tron
a75141faf4 Note update of "bidwatcher" package to version 1.3.10. 2003-07-20 11:56:30 +00:00
tron
840a169b70 Update "bidwatcher" package to version 1.3.10. Changes since version 1.3.9:
- Fixed TimeSync issue.
- Fixed reserve detection.
- Fixed BuyItNow detection.
- Handle fixed price auctions.
2003-07-20 11:54:23 +00:00