-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path200501.html
769 lines (769 loc) · 31.7 KB
/
200501.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>OpenBSD ports changes - January 2005</title>
<link rev="made" href="mailto:[email protected]">
<meta name="resource-type" content="document">
<meta name="description" content="OpenBSD-ports changes">
<meta name="keywords" content="openbsd,ports,changes">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2001-2005 by OpenBSD.">
</head>
<body bgcolor="#ffffff" text="#000000" link="#23238e">
<img alt="[OpenBSD]" height=30 width=141 src="../images/smalltitle.gif">
<p>
<h2><font color="#e00000">Changes made to the ports collection in 2005</font>
</h2>
<p>
This page lists changes to the OpenBSD <a href="../ports.html">ports</a>
collection made in 2005.
<p>
<big>
<b><a href="200412.html">For ports changes in 2004, click here</a>.</b>
</big>
<p>
<hr>
<p>
<h3><font color="#0000e0">January 2005</font></h3>
<ul>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/rox-filer/"
>x11/rox-filer</a></b><br>
Gtk file manager with desktop features<br>
Updated rox-filer to version 2.2.0 <i>[couderc 2005-01-31]</i>
<li><b>net/named-xfer</b><br>
Removed named-xfer <i>[jakob 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/nsd/"
>net/nsd</a></b><br>
Authoritative-only name server daemon<br>
Updated nsd to version 2.2.0 <i>[jakob 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/pmk/"
>devel/pmk</a></b><br>
Dependency configuration tool<br>
Updated pmk to version 0.9.2 <i>[couderc 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/dante/"
>security/dante</a></b><br>
SOCKS client and server<br>
Updated dante to version 1.1.15 <i>[jakob 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/4.0/"
>lang/gcc/4.0</a></b><br>
GNU compiler collection': core C compiler<br>
Updated gcc-4.0 to version 20050123 <i>[espie 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics/openexr/"
>graphics/openexr</a></b><br>
High dynamic range image format<br>
Added OpenEXR-1.2.1; unmaintained <i>[espie 2005-01-31]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/emulators/spim/"
>emulators/spim</a></b><br>
MIPS R2000/R3000 simulator<br>
Updated spim to version 7.1 <i>[kevlo 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/lighttpd/"
>www/lighttpd</a></b><br>
Secure, fast, compliant, and very flexible web-server<br>
Updated lighttpd to version 1.3.8 <i>[brad 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/passwdqc/"
>security/passwdqc</a></b><br>
Plugin password complexity checker for passwd(1)<br>
Added passwdqc-0.1; unmaintained <i>[djm 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/tor/"
>net/tor</a></b><br>
Anonymity service using onion routing<br>
Updated tor to version 0.0.9.3 <i>[naddy 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/p5-Unix-Syslog/"
>sysutils/p5-Unix-Syslog</a></b><br>
Interface to the UNIX system logger<br>
Updated p5-Unix-Syslog to version 0.100 <i>[naddy 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/converters/p5-Convert-UUlib/"
>converters/p5-Convert-UUlib</a></b><br>
Interface to the uulib library<br>
Updated p5-Convert-UUlib to version 1.04 <i>[naddy 2005-01-30]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/gnupg/"
>security/gnupg</a></b><br>
GNU privacy guard - a free PGP replacement<br>
Updated gnupg to version 1.4.0 <i>[sturm 2005-01-29]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/imap-uw/"
>mail/imap-uw</a></b><br>
University of Washington IMAP4rev1/POP2/POP3 mail servers<br>
<font color="#e00000"><strong>SECURITY FIX: Updated imap-uw to version
2004.357</strong></font> <i>[jakob 2005-01-29]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/radmind/"
>sysutils/radmind</a></b><br>
Remote administration software<br>
Updated radmind to version 1.4.1 <i>[pvalchev 2005-01-28]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/gaim/"
>net/gaim</a></b><br>
Gtk AIM, ICQ, IRC, Jabber, MSN, Yahoo, SILC and Zephyr client<br>
Updated gaim to version 1.1.2 <i>[fgsch 2005-01-28]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/drac/"
>mail/drac</a></b><br>
Dynamic relay authorization control daemon<br>
Added drac-1.12; maintained by <a
href="mailto:[email protected]">Antoine Jacoutot</a> <i>[alek 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/clamav/"
>security/clamav</a></b><br>
Free virus scanner<br>
Updated clamav to version 0.81 <i>[mbalmer 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/
www/p5-MasonX-Interp-WithCallbacks/"
>www/p5-MasonX-Interp-WithCallbacks</a></b><br>
Mason callback support via Params::CallbackRequest<br>
Added p5-MasonX-Interp-WithCallbacks-1.13; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/p5-HTTP-BrowserDetect/"
>www/p5-HTTP-BrowserDetect</a></b><br>
Determine web browser from an HTTP user agent string<br>
Added p5-HTTP-BrowserDetect-0.98; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/
devel/p5-Params-CallbackRequest/">devel/p5-Params-CallbackRequest</a></b><br>
Functional and object-oriented callback architecture<br>
Added p5-Params-CallbackRequest-1.13; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-Test-Class/"
>devel/p5-Test-Class</a></b><br>
Easily create test classes in an xUnit style<br>
Added p5-Test-Class-0.07; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-Cache-Mmap/"
>devel/p5-Cache-Mmap</a></b><br>
Shared data cache using memory mapped files<br>
Added p5-Cache-Mmap-0.081; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-27]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/openwebmail/"
>mail/openwebmail</a></b><br>
Highly configurable webmail client<br>
Updated openwebmail to version 2.50 <i>[kevlo 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/p5-Libxml/"
>textproc/p5-Libxml</a></b><br>
Perl module collection for working with XML<br>
Updated p5-Libxml to version 0.08 <i>[kevlo 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/p5-IO-Socket-SSL/"
>security/p5-IO-Socket-SSL</a></b><br>
Perl interface to SSL sockets<br>
Updated p5-IO-Socket-SSL to version 0.96 <i>[kevlo 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/p5-Net_SSLeay/"
>security/p5-Net_SSLeay</a></b><br>
Perl module for using OpenSSL<br>
Updated p5-Net_SSLeay to version 1.25 <i>[kevlo 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/p5-Quota/"
>sysutils/p5-Quota</a></b><br>
Quota manipulation module<br>
Updated p5-Quota to version 1.5.0 <i>[kevlo 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/exim/"
>mail/exim</a></b><br>
Flexible mail transfer agent<br>
<font color="#e00000"><strong>SECURITY FIX: Updated exim to version
4.44</strong></font> <i>[sturm 2005-01-26]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/dvd+rw-tools/"
>sysutils/dvd+rw-tools</a></b><br>
Mastering tools for DVD+RW/+R/-R/-RW<br>
Added dvd+rw-tools-5.21.4.10.8; maintained by <a
href="mailto:[email protected]">Jacob Meuser</a> <i>[espie 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/databases/openldap/"
>databases/openldap</a></b><br>
Open source LDAP software (client)<br>
Updated openldap to version 2.2.23 <i>[jakob 2005-01-26]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/mailman/"
>mail/mailman</a></b><br>
Mailing list manager with web interface<br>
<font color="#e00000"><strong>SECURITY FIX: Updated mailman to version
2.1.5p2</strong></font> <i>[brad 2005-01-25]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/squid/"
>www/squid</a></b><br>
WWW and FTP proxy cache and accelerator<br>
<font color="#e00000"><strong>SECURITY FIX: Updated squid to version
2.5.STABLE7p2</strong></font> <i>[brad 2005-01-25]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/radmind/"
>sysutils/radmind</a></b><br>
Remote administration software<br>
Updated radmind to version 1.4.0 <i>[pvalchev 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/news/yencode/"
>news/yencode</a></b><br>
Encoder/decoder tool for the Usenet yEnc encoding format<br>
Added yencode-0.46; unmaintained <i>[fgsch 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-btreefolder2/"
>www/zope-btreefolder2</a></b><br>
Zope folder-like product to store many more items<br>
Updated zope-btreefolder2 to version 1.0.1 <i>[xsa 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/multimedia/transcode/"
>multimedia/transcode</a></b><br>
Video stream processing tools<br>
Updated transcode to version 0.6.14 <i>[naddy 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/nicotine/"
>net/nicotine</a></b><br>
Gtk soulseek client written in Python<br>
Updated nicotine to version 1.0.8 <i>[mjc 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/uuid/"
>devel/uuid</a></b><br>
ISO-C API and CLI for generating Universally Unique Identifiers<br>
Updated uuid to version 1.2.0 <i>[robert 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/xorp/"
>net/xorp</a></b><br>
EXtensible Open Router Platform<br>
Added xorp-1.0; maintained by <a
href="mailto:[email protected]">Christian Weisgerber</a> <i>[naddy
2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-zwiki/"
>www/zope-zwiki</a></b><br>
Wiki engine for Zope<br>
Updated zope-zwiki to version 0.37.0 <i>[xsa 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-cmfquickinstaller/"
>www/zope-cmfquickinstaller</a></b><br>
Facility for activation/deactivation of CMF compliant products<br>
Updated zope-cmfquickinstaller to version 1.5.1 <i>[xsa 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/linkchecker/"
>www/linkchecker</a></b><br>
Checks HTML documents for broken links<br>
Updated linkchecker to version 2.2 <i>[xsa 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/phpmyadmin/"
>www/phpmyadmin</a></b><br>
Tool to handle the administration of MySQL over the web<br>
Updated phpmyadmin to version 2.6.1 <i>[kevlo 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/flawfinder/"
>devel/flawfinder</a></b><br>
C/C++ source code auditing tool<br>
Updated flawfinder to version 1.26 <i>[xsa 2005-01-25]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/sma/"
>mail/sma</a></b><br>
Sendmail Log Analysis Report<br>
Updated sma to version 1.4 <i>[matthieu 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/synergy/"
>net/synergy</a></b><br>
Mouse and keyboard sharing utility<br>
Added synergy-1.2.1; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/ike-scan/"
>net/ike-scan</a></b><br>
VPN scanner and identifier<br>
Updated ike-scan to version 1.7 <i>[naddy 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/postgrey/"
>mail/postgrey</a></b><br>
Postfix greylist daemon<br>
Updated postgrey to version 1.17 <i>[jakob 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/news/leafnode/"
>news/leafnode</a></b><br>
USENET software package designed for small sites<br>
Updated leafnode to version 1.10.8 <i>[sturm 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics/sodipodi/"
>graphics/sodipodi</a></b><br>
SVG vector drawing application.<br>
Added sodipodi-0.34p0; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-24]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/snapshot/"
>mail/postfix/snapshot</a></b><br>
Fast, secure sendmail replacement<br>
Updated postfix-snapshot to version 2.2.20050119 <i>[jakob 2005-01-23]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/lopster/"
>audio/lopster</a></b><br>
Full featured GTK Napster client<br>
Updated lopster to version 1.2.2 <i>[naddy 2005-01-23]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/fluxbox/"
>x11/fluxbox</a></b><br>
Window manager based on the original Blackbox code<br>
Updated fluxbox to version 0.9.12 <i>[matthieu 2005-01-23]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/comms/jpilot/"
>comms/jpilot</a></b><br>
Desktop organizer software for the palm pilot<br>
Updated jpilot to version 0.99.7 <i>[pvalchev 2005-01-22]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/nostromo/"
>www/nostromo</a></b><br>
Nostromo webserver<br>
Updated nostromo to version 1.5 <i>[mbalmer 2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/py-cElementTree/"
>textproc/py-cElementTree</a></b><br>
C implementation of the ElementTree API<br>
Added py-cElementTree-1.0.1; maintained by <a
href="mailto:[email protected]">Aleksander Piotrowski</a> <i>[alek
2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/py-ElementTree/"
>textproc/py-ElementTree</a></b><br>
Pure-Python implementation of the ElementTree API<br>
Updated py-ElementTree to version 1.2.4 <i>[alek 2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/getmail/"
>mail/getmail</a></b><br>
POP3 mail retriever<br>
Updated getmail to version 4.3.1 <i>[sturm 2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/subversion/"
>devel/subversion</a></b><br>
Subversion revision control system<br>
Updated subversion to version 1.1.3 <i>[alek 2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/ircII/"
>net/ircII</a></b><br>
Internet Relay Chat client<br>
Updated ircII to version 20040820 <i>[naddy 2005-01-21]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/daapd/"
>audio/daapd</a></b><br>
Server for the DAA protocol<br>
Added daapd-0.2.4a; unmaintained <i>[jolan 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-SVK/"
>devel/p5-SVK</a></b><br>
Decentralized version control system<br>
Added p5-SVK-0.29; maintained by <a
href="mailto:[email protected]">Kevin Lo</a> <i>[kevlo 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/howl/"
>net/howl</a></b><br>
Zeroconf networking implementation<br>
Added howl-0.9.8; unmaintained <i>[jolan 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/gkrellm/
plugins/volume/">sysutils/gkrellm/plugins/volume</a></b><br>
Volume dial for Gkrellm2<br>
Updated gkrellm-plugins-volume to version 2.1.13 <i>[sturm 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/gkrellm/plugins/
shoot/">sysutils/gkrellm/plugins/shoot</a></b><br>
Snapshot and background plugin for Gkrellm2<br>
Updated gkrellm-plugins-shoot to version 0.4.3 <i>[sturm 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/gkrellm/plugins/
mms/">sysutils/gkrellm/plugins/mms</a></b><br>
XMMS plugin for Gkrellm2<br>
Updated gkrellm-plugins-mms to version 2.1.21 <i>[sturm 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope/"
>www/zope</a></b><br>
Object-oriented web application server<br>
Updated zope to version 2.7.4 <i>[mbalmer 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/clisp/"
>lang/clisp</a></b><br>
ANSI Common Lisp compiler<br>
Updated clisp to version 2.33.2 <i>[espie 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-Term-ReadKey/"
>devel/p5-Term-ReadKey</a></b><br>
Change terminal modes, and perform non-blocking reads<br>
Updated p5-Term-ReadKey to version 2.30 <i>[kevlo 2005-01-20]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-SVN-Mirror/"
>devel/p5-SVN-Mirror</a></b><br>
Subversion repository mirroring tool<br>
Updated p5-SVN-Mirror to version 0.55 <i>[kevlo 2005-01-19]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/sylpheed/"
>mail/sylpheed</a></b><br>
Mail/news client in gtk+<br>
Updated sylpheed to version 1.0.0 <i>[couderc 2005-01-19]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/xpdf/"
>textproc/xpdf</a></b><br>
PDF viewer for X<br>
<font color="#e00000"><strong>SECURITY FIX: Updated xpdf with a buffer overflow
fix</strong></font> <i>[robert 2005-01-19]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/libJudy/"
>devel/libJudy</a></b><br>
General purpose dynamic array<br>
Added libJudy-1.0.1; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-18]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/unrtf/"
>textproc/unrtf</a></b><br>
RTF document converter<br>
<font color="#e00000"><strong>SECURITY FIX: Updated unrtf with a buffer
overflow fix</strong></font> <i>[robert 2005-01-17]</i><br>
<a href="../ports.html#stable"><font color="#00b000">[Applied to
ports-stable]</font></a>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/py-psyco/"
>devel/py-psyco</a></b><br>
Extension module to speed up the execution of Python code<br>
Updated py-psyco to version 1.4 <i>[fgsch 2005-01-17]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/4.0/"
>lang/gcc/4.0</a></b><br>
GNU compiler collection': core C compiler<br>
Updated gcc-4.0 to version 20050116 <i>[espie 2005-01-17]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-xmlmethods/"
>www/zope-xmlmethods</a></b><br>
Methods to apply to Zope objects for XML/XSLT processing<br>
Added zope-xmlmethods-1.0.0; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-17]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-ldapuserfolder/"
>www/zope-ldapuserfolder</a></b><br>
Zope LDAPUserFolder product<br>
Added zope-ldapuserfolder-2.4; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-17]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/palm/coldsync/"
>palm/coldsync</a></b><br>
Tool for synchronizing PalmOS devices<br>
Added coldsync-3.0pre4; maintained by <a
href="mailto:[email protected]">joshua stein</a> <i>[jcs 2005-01-16]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/mod_ruby/"
>www/mod_ruby</a></b><br>
Module that embeds Ruby into Apache<br>
Added mod_ruby-1.2.3; maintained by <a
href="mailto:[email protected]">Adam Montague</a> <i>[couderc
2005-01-16]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/epiphany/"
>www/epiphany</a></b><br>
Extremely lightweight and simple web browser for gnome<br>
Added epiphany-1.2.10p0; maintained by <a
href="mailto:[email protected]">Igor Boehm</a> <i>[wilfried 2005-01-16]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/print/cups/"
>print/cups</a></b><br>
Common Unix Printing System<br>
Added cups-1.1.23p1; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-16]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/converters/libiconv/"
>converters/libiconv</a></b><br>
Character set conversion library<br>
Updated libiconv to version 1.9.2 <i>[brad 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/databases/sqlite/"
>databases/sqlite</a></b><br>
Embedded SQL implementation<br>
Updated sqlite to version 2.8.15 <i>[jolan 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics/ggi/"
>graphics/ggi</a></b><br>
Generic Graphics Library<br>
Updated ggi to version 2.1.0p1 <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics/gii/"
>graphics/gii</a></b><br>
General Input Library (used by libggi)<br>
Updated gii to version 0.9.0 <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/comms/p5-SendPage/"
>comms/p5-SendPage</a></b><br>
SNPP, TAP, email notification application<br>
Added p5-SendPage-0.9.14; maintained by <a
href="mailto:[email protected]">Todd T. Fries</a> <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/converters/p5-MIME-Base64/"
>converters/p5-MIME-Base64</a></b><br>
Perl5 module for Base64 and Quoted-Printable encodings<br>
Updated p5-MIME-Base64 to version 3.05 <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/converters/
p5-Convert-BinHex/">converters/p5-Convert-BinHex</a></b><br>
Module to extract data from Macintosh BinHex files<br>
Added p5-Convert-BinHex-1.119; unmaintained <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/p5-Net-SNPP/"
>net/p5-Net-SNPP</a></b><br>
Perl Simple Network Pager Protocol Client<br>
Added p5-Net-SNPP-1.17; maintained by <a
href="mailto:[email protected]">Todd T. Fries</a> <i>[todd 2005-01-14]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/plans/"
>www/plans</a></b><br>
Powerful and flexible web calendar<br>
Updated plans to version 6.5.4 <i>[kevlo 2005-01-13]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/education/drgeo-doc/"
>education/drgeo-doc</a></b><br>
Interactive geometry program, documentation<br>
Updated drgeo-doc to version 1.5 <i>[kevlo 2005-01-13]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/education/algotutor/"
>education/algotutor</a></b><br>
Interactive tutorial for algorithms and data structures<br>
Added algotutor-0.6.2; maintained by <a
href="mailto:[email protected]">Kevin Lo</a> <i>[kevlo 2005-01-13]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/databases/mysql/"
>databases/mysql</a></b><br>
Multithreaded SQL database (client)<br>
Updated mysql to version 4.0.23 <i>[brad 2005-01-13]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/emulators/mips64emul/"
>emulators/mips64emul</a></b><br>
MIPS machine emulator<br>
Updated mips64emul to version 0.2.4.1 <i>[grange 2005-01-13]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/p5-Tk/"
>x11/p5-Tk</a></b><br>
Tk 8.4 bindings for Perl<br>
Updated p5-Tk to version 804.027 <i>[kevlo 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/linkchecker/"
>www/linkchecker</a></b><br>
Checks HTML documents for broken links<br>
Updated linkchecker to version 2.1 <i>[xsa 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics/feh/"
>graphics/feh</a></b><br>
Lightweight image viewer<br>
Updated feh to version 1.3.0 <i>[sturm 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/misc/p5-I18N-Charset/"
>misc/p5-I18N-Charset</a></b><br>
Module to map charset names registered with IANA<br>
Updated p5-I18N-Charset to version 1.375 <i>[kevlo 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-IO-Capture/"
>devel/p5-IO-Capture</a></b><br>
Module for capturing output<br>
Added p5-IO-Capture-0.03; maintained by <a
href="mailto:[email protected]">Kevin Lo</a> <i>[kevlo 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/p5-App-Info/"
>devel/p5-App-Info</a></b><br>
Interface for providing metadata about installed packages<br>
Updated p5-App-Info to version 0.44 <i>[kevlo 2005-01-12]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/dspam/"
>mail/dspam</a></b><br>
Anti-spam filter<br>
Added dspam-3.2.6; maintained by <a
href="mailto:[email protected]">Jakob Schlyter</a> <i>[jakob 2005-01-11]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/bnc/"
>net/bnc</a></b><br>
Simple IRC relay proxy with support for virtual hosting<br>
Updated bnc to version 2.9.2 <i>[robert 2005-01-11]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/automake/1.4/"
>devel/automake/1.4</a></b><br>
GNU Standards-compliant Makefile generator<br>
Added automake-1.4-p6p2; maintained by <a
href="mailto:[email protected]">Jason Ish</a> <i>[sturm 2005-01-11]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/py-psyco/"
>devel/py-psyco</a></b><br>
Extension module to speed up the execution of Python code<br>
Added py-psyco-1.4; unmaintained <i>[fgsch 2005-01-10]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/misc/py-imdb/"
>misc/py-imdb</a></b><br>
Python package to retrieve data of the IMDb movie database<br>
Updated py-imdb to version 1.6 <i>[xsa 2005-01-10]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/aewm/"
>x11/aewm</a></b><br>
Minimalistic window manager for X11<br>
Updated aewm to version 1.3.0 <i>[jcs 2005-01-09]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/clamav/"
>security/clamav</a></b><br>
Free virus scanner<br>
Added clamav-0.80; maintained by <a
href="mailto:[email protected]">Marc Balmer</a> <i>[mbalmer 2005-01-09]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/zope-coreblog/"
>www/zope-coreblog</a></b><br>
Weblog system for Zope<br>
Added zope-coreblog-1.0; maintained by <a
href="mailto:[email protected]">Xavier Santolaria</a> <i>[xsa 2005-01-08]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/astro/dgpsip/"
>astro/dgpsip</a></b><br>
Differential GPS over IP communication device<br>
Updated dgpsip to version 1.35 <i>[brad 2005-01-07]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/p5-SNMP-BridgeQuery/"
>net/p5-SNMP-BridgeQuery</a></b><br>
Perl extension for retrieving bridge tables<br>
Added p5-SNMP-BridgeQuery-0.58; maintained by <a
href="mailto:[email protected]">Nikolay Sturm</a> <i>[sturm 2005-01-07]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/xml2rfc/"
>textproc/xml2rfc</a></b><br>
Convert memos written in XML to the RFC format<br>
Updated xml2rfc to version 1.26 <i>[jakob 2005-01-07]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/nsd/"
>net/nsd</a></b><br>
Authoritative-only name server daemon<br>
Updated nsd to version 2.1.5 <i>[jakob 2005-01-07]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/gmp/"
>devel/gmp</a></b><br>
Library for arbitrary precision arithmetic<br>
Updated gmp to version 4.1.4 <i>[naddy 2005-01-06]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/books/JLS/"
>books/JLS</a></b><br>
Sun's official Java Language Specification<br>
Added JLS-2.0; maintained by <a
href="mailto:[email protected]">Ian Darwin</a> <i>[ian 2005-01-06]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/books/vol3ol/"
>books/vol3ol</a></b><br>
O'Reilly Volume 3: Users Guide, Open Look<br>
Added vol3ol-1.0; maintained by <a
href="mailto:[email protected]">Ian Darwin</a> <i>[ian 2005-01-06]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/books/vol6a/"
>books/vol6a</a></b><br>
O'Reilly Volume 6a: Motif Programming Manual<br>
Added vol6a-2.0; maintained by <a
href="mailto:[email protected]">Ian Darwin</a> <i>[ian 2005-01-06]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/games/scummvm/"
>games/scummvm</a></b><br>
Graphical adventure game interpreter<br>
Updated scummvm to version 0.7.0 <i>[jsg 2005-01-05]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/games/scummvm-tools/"
>games/scummvm-tools</a></b><br>
Collection of various tools for scummvm<br>
Updated scummvm-tools to version 0.7.0 <i>[jsg 2005-01-05]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/gaim/"
>net/gaim</a></b><br>
Gtk AIM, ICQ, IRC, Jabber, MSN, Yahoo, SILC and Zephyr client<br>
Updated gaim to version 1.1.1 <i>[fgsch 2005-01-05]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/xoops/"
>www/xoops</a></b><br>
Dynamic object oriented portal script written in PHP<br>
Updated xoops to version 2.0.9.2 <i>[kevlo 2005-01-04]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/
p5-Lingua-EN-Inflect/">textproc/p5-Lingua-EN-Inflect</a></b><br>
Convert singular to plural. Select a or an.<br>
Updated p5-Lingua-EN-Inflect to version 1.88 <i>[sturm 2005-01-04]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/databases/openldap/"
>databases/openldap</a></b><br>
Open source LDAP software (client)<br>
Updated openldap to version 2.2.20 <i>[jakob 2005-01-04]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/plans/"
>www/plans</a></b><br>
Powerful and flexible web calendar<br>
Added plans-6.5.3; maintained by <a
href="mailto:[email protected]">Kevin Lo</a> <i>[kevlo 2005-01-04]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/education/edict/"
>education/edict</a></b><br>
Commandline interface to online dictionaries<br>
Updated edict to version 2.0 <i>[kevlo 2005-01-04]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/tor/"
>net/tor</a></b><br>
Anonymity service using onion routing<br>
Updated tor to version 0.0.9.1 <i>[sturm 2005-01-03]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/getmail/"
>mail/getmail</a></b><br>
POP3 mail retriever<br>
Updated getmail to version 4.2.6 <i>[sturm 2005-01-03]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/4.0/"
>lang/gcc/4.0</a></b><br>
GNU compiler collection': core C compiler<br>
Updated gcc-4.0 to version 20050102 <i>[espie 2005-01-03]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/3.3/"
>lang/gcc/3.3</a></b><br>
GNU compiler collection': core C compiler<br>
Added gcc-3.3.5; maintained by <a
href="mailto:[email protected]">Marc Espie</a> <i>[espie 2005-01-03]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/stunnel/"
>security/stunnel</a></b><br>
SSL encryption wrapper for standard network daemons<br>
Updated stunnel to version 4.07 <i>[jakob 2005-01-03]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/lame/"
>audio/lame</a></b><br>
Lame ain't an MP3 encoder<br>
Updated lame to version 3.96.1 <i>[jakob 2005-01-02]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/pmk/"
>devel/pmk</a></b><br>
Dependency configuration tool<br>
Updated pmk to version 0.9.0p0 <i>[couderc 2005-01-02]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/archivers/gtar/"
>archivers/gtar</a></b><br>
GNU version of the traditional tar archiver<br>
Updated gtar to version 1.13.94 <i>[naddy 2005-01-01]</i>
<li><b><a
href="http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/abcde/"
>audio/abcde</a></b><br>
Command-line utility to rip and encode audio cds<br>
Updated abcde to version 2.2.0 <i>[espie 2005-01-01]</i>
</ul>
<p>
<hr>
<a href="../index.html"><img height=24 width=24
src="../images/back.gif" border=0 alt="OpenBSD"></a> <a
href="mailto:[email protected]">[email protected]</a><br>
<small>$OpenBSD: 200501.html,v 1.2 2005/02/07 23:32:16 jcs Exp $</small>
</body>
</html>