Commit graph

35013 commits

Author SHA1 Message Date
mrg
65ea1f6846 update to bozohttpd 20021106. changes:
o  add .bz2 support
	o  properly escape <, > and & in error messages, partly from
	   Nicolas Jombart <ecu@mariejeanne.net>
	o  new -H flag to hide .* files in directory index mode
	o  fix buffer reallocation when parsing a request, to avoid
	   overflowing the buffer with carriage returns (\r)
	o  do not decode "%XY"-style cgi-bin data beyond the "?"
2002-11-06 11:03:28 +00:00
wiz
f8e7e6e0c9 tin-1.4.6 update. 2002-11-06 10:57:16 +00:00
wiz
d051441a72 Unneeded. 2002-11-06 10:39:08 +00:00
wiz
3004f6c821 Update to 1.4.6, provided by Stefan Krüger in PR 18923.
Changes:
* Bug fixed: missing Subject caused crashes when followupping
* allow new GTLDs: .biz, .info, .name, .museum
* base64 encoding was broken
* format-string fixes
* empty random organization file could crash tin
and some more.
2002-11-06 10:38:33 +00:00
wiz
29d31458f5 Add buildlink2.mk. Closes PR 18918. 2002-11-06 10:27:24 +00:00
thorpej
ea426c0454 Note simh update. 2002-11-06 08:39:31 +00:00
thorpej
3f48a0c8f5 Update the DELQA module to beta5. Changes:
22-Oct-02  DTH  Added all_multicast and promiscuous support
  21-Oct-02  DTH  Added write buffer max size check (code by Jason Thorpe)
                  Corrected copyright again
                  Implemented NXM testing and recovery

  22-Oct-02  DTH  Added all_multicast and promiscuous support
                  Fixed not attached behavior
  21-Oct-02  DTH  Added NetBSD code from Jason Thorpe
                  Patched buffer size to make sure entire packet is read in
                  Made 'ethX' check characters passed as well as length
                  Corrected copyright again

Bump revision to nb2.
2002-11-06 08:37:46 +00:00
tron
916b2538de Note downgrade of "libxml2" package to version 2.4.25. 2002-11-06 07:58:21 +00:00
tron
1977a6d315 Upon approval by Martti Kuparinen downgrade the "libxml2" package to
version 2.4.25. Version 2.4.26 has just too many bugs which e.g.
break building the KDE 2 desktop. This fixes PR pkg/18873 by myself.
2002-11-06 07:56:51 +00:00
sjg
5ad14425a6 Make this build on 1.6 at least. 2002-11-06 06:52:00 +00:00
grant
989355443c fix /usr/local paths in man page. 2002-11-06 00:59:30 +00:00
wiz
a612d312ad Do not mention rc.d/vmware, since it does not exist.
Noted by Lubos Vrbka in PR 18490.
2002-11-06 00:14:26 +00:00
wiz
1a0e1b882c Add #ifdef around definition of MSR_TSC, which conflicts with the definition
from machine/specialreg.h since the MP merge (but they have the same value).

Noted by Juergen Hannken-Illjes in PR 18540.
2002-11-06 00:13:16 +00:00
wiz
8537928c2e regen (patch-aa) 2002-11-05 21:11:58 +00:00
jlam
9227f61970 Re-add lines accidentally removed in previous commit. Thanks wiz! 2002-11-05 19:25:07 +00:00
martti
5db49f4f4a kannel-1.2.1 2002-11-05 13:14:12 +00:00
martti
359fdab1bd Updated kannel to 1.2.1
* bug fixes

* new features

* compatibility breakers:

  SMPP module users should note that the 'msg-id-type' default behaviour
  has changed. The SMPP spec says that msg ids should be C strings and
  hence we treat them as such per default. If your SMSC gives msg ids
  in submit_sm and deliver_dm PDUs in different numbering basing, then
  please use the 'msg-id-type' config directive to set it accordingly.
2002-11-05 13:13:04 +00:00
tron
9a71a14871 Fix bad target directory in installation target so that "ipv6logconv"
gets installed into the correct directory.
2002-11-05 10:57:53 +00:00
simonb
c978843c60 Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem in
pkg/18933.

Suggested by Roland Dowdeswell and checked by Nick Hudson.
2002-11-05 08:22:31 +00:00
simonb
c476f60c49 Add USE_X11 so this works with xpkgwedge. 2002-11-05 07:59:31 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
itojun
d5cec59696 net/LaBrea 2002-11-05 06:21:08 +00:00
itojun
bcf449eb3b upgrade to 2.3. master site has changed, it seems.
---
Revision 2.3  2001/11/20  17:10:19  tliston
Added support for Linux window probes.

Revision 2.2  2001/10/02  22:51:51  tliston
I screwed up!  Moved something I shouldn't oughtta move...  Sorry!

Revision 2.1  2001/10/02  17:04:23  tliston
Added many new command line parameters (-T, -d, -q, -R, -o) and did some
minor bug squashing and cleanup.
2002-11-05 06:20:27 +00:00
wiz
c065578b47 Depend on latest kde1 package. 2002-11-04 23:27:18 +00:00
wiz
779ebb2c4d pkgdiff-0.107 update. 2002-11-04 23:11:48 +00:00
hubertf
ee1311af8e Update ipv6calc to 0.44. Changes:
20021104/PB:
	update IPv6 address allocation for 2001::/16
	update IPv4 databases
	remove user/group on "make install" to enable non-root RPM build
	update text on ipv6calcweb.cgi
	minor reviews
	tag version 0.44

20020830/PB:
	add support of dashes on MAC/EUI-48 addresses
	showinfo prints now type of EUI-48 addresses

20020817/PB:
	fix configure.in, learnt now how to proper use AC_CHECK_LIB and AC_CHECK_HEADERS
	 credits to Arkadiusz Miskiewicz!

20020730/PB:
	fix not proper autodetection code for MAC addresses
	tag version 0.43

20020717/PB:
	update URL to OUI database, cosmetic OUI fixes, update databases
	tag version 0.42

20020511/PB:
	bugfix not showing OUI on showinfo "-i"
	update CIDR and OUI data
2002-11-04 23:08:22 +00:00
wiz
d4a9442bd3 Update to 0.107: Do not exit when pkgdiff fails on one file, just report
an error.
2002-11-04 23:07:37 +00:00
hubertf
6ff50914d7 Update screen to 3.9.13. Changes:
* 29.08.2002  3.09.12 Port to POSIX 1003.1-2001 hosts (Paul Eggert).
 *                     Fixed encoding for reattach password test.
 *                     Fixed NUL characters when encodings are active.
 *                     Fixed silly encodings bugs. Fixed bogus
 *                     oldflayer when a window gets freed.
 *                     Altscreen support by Gurusamy Sarathy.
 *                     Reuse old password in builtin_screenlock.
 *                     -- DISTRIBUTED
 * 05.09.2002  3.09.13 added missing break statement that broke
 *                     the eval command.
 *                     -- DISTRIBUTED

Upgrade requested by dolemite@wuli.nu in private mail.
2002-11-04 22:39:17 +00:00
wiz
be3fd173de pkgconfig-0.14.0 update. 2002-11-04 19:30:03 +00:00
wiz
01e087c130 Update to 0.14.0.
According to the website, this fixes a 'couple silly yet fairly high-
impact bugs'.
2002-11-04 19:29:37 +00:00
wiz
86d72eb187 wv-0.7.2nb1 update. 2002-11-04 19:20:38 +00:00
wiz
a8b8050536 Make sure libwmf is found. Bump PKGREVISION. 2002-11-04 19:20:10 +00:00
seb
d2a2ea44fd Fix USE_UCD_SNMP behaviour: previously net-snmp package was never considered
even with USE_UCD_SNMP not defined.
Include bsd.prefs.mk so PKG_INFO is defined.
2002-11-04 17:07:24 +00:00
seb
6f721a360c Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:
use perl5/module.mk with PERL5_CONFIGURE=NO.
2002-11-04 15:40:29 +00:00
wiz
025ed1fe6b Add USE_X11=YES. Approved by jlam. 2002-11-04 14:51:16 +00:00
wiz
933e6076a1 Add USE_X11=YES. Ok'd by jlam. 2002-11-04 14:40:04 +00:00
seb
fca293bf4a Note canned update of mail/cyrus-imapd to version 2.0.16nb2 [sparc64 build fix]
and then to 2.0.16nb3 [conflict resolution between IPv6 distribution patch and
package patch files].
2002-11-04 13:51:59 +00:00
seb
8295507d80 Add dependency on autoconf and have auto{header,conf} run at pre-configure
stage: this is need to avoid conflict between the distribution patch file for
IPv6 support and patches/patch-af (now removed) and patches/patch-ak.

Bump PKGREVISION (again).
2002-11-04 13:48:35 +00:00
seb
3df5fb5b95 Mention pkgsrc/mk/auto{conf,make}.mk in section 6.4 and fix examples. 2002-11-04 13:00:51 +00:00
wiz
293f4ea7df Note links, links-gui updates to 2.1.0.6. 2002-11-04 12:33:36 +00:00
wiz
82f7a84c2b Update to 2.1pre6; fixes compilation problem which patch-ad
also fixed.
2002-11-04 12:32:16 +00:00
tron
d5de6f39e1 Remove outdated URL from master site list. 2002-11-04 12:21:30 +00:00
seb
e9738c6fcc Bump PKGREVISION after patch-ao addition.
And  regen overlooked distinfo.
2002-11-04 09:54:30 +00:00
rh
081a196dba Note update of gnome-session to 2.0.8 2002-11-04 08:51:27 +00:00
rh
cdffddc437 Update gnome-session to 2.0.8. Changes include:
Session Manager
        * Don't grab the Xserver on logout with ally
        * Fix bug with splash screen layout
        * Start esd if enable_esd is set event if enable_sounds isn't

Configuration Dialog
        * Don't allow setting negative values for client priority
        * Don't ask to confirm saving after changes have been applied
        * Fix bogus warning about session name already existing

Translations
        * Abel Cheung, Anurag Seetha, Gil 'Dolfin' Osher, He Qiangqiang,
          Michal Bukovjan and Pablo Gonzalo del Campo.
2002-11-04 08:50:37 +00:00
rh
14abef5524 Note addition of gnome-panel-2.0.10 2002-11-04 08:29:33 +00:00
rh
d86c540f28 Add and enable gnome-panel 2002-11-04 08:28:56 +00:00
rh
b4668de630 Initial import of gnome-panel-2.0.10, the GNOME2 panel application.
This closes PR pkg/18219 by Julio Merino.
2002-11-04 08:28:00 +00:00
rh
86e564ca92 Note addition of gturing-0.1.1 2002-11-04 07:41:52 +00:00
rh
ff0e157c37 Add and enable gturing 2002-11-04 07:41:33 +00:00