Boris Samorodov
b1c875c561
. fix build at FreeBSD-6.x (add a variable initialization,
...
the patch submitted upstream);
. bump PORTREVISION (the logic has changed).
2009-03-12 08:01:19 +00:00
Lars Thegler
18966d31a5
Update to 1.009
2009-03-12 07:53:04 +00:00
David E. O'Brien
ebfea16aaf
Now that the build break is quickly dealt with, update the description
...
and conflicts.
2009-03-12 05:10:17 +00:00
David E. O'Brien
69ce1c6372
Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now all
...
the patch logic won't get in the way.
2009-03-12 04:53:42 +00:00
Wesley Shields
d3475bbc71
PKtAnon performs network trace anonymization. It is highly configurable
...
and uses anonymization profiles. Anonymization profiles allow for
mapping of arbitrary anonymization primitives to protocol attributes,
thus providing high flexibility and easy usability. A huge number of
anonymization primitives and network protocols are supported and ready
to use for online and offline anonymization.
WWW: http://www.tm.uka.de/software/pktanon/
2009-03-12 04:03:16 +00:00
Jeremy Messenger
3d77cd661b
Update to 1.1.4.
2009-03-12 03:26:36 +00:00
Thomas Abthorpe
673ff0c2eb
- Document epiphany -- untrusted search path vulnerability
2009-03-12 02:30:02 +00:00
Gabor Pali
3c7ebcd4a8
- Update to 0.10.0
...
- Un-break the build
Approved by: gabor
2009-03-12 00:10:32 +00:00
Dmitry Marakasov
d484df5b9f
- Update to 2.0.7
...
PR: 132417
Submitted by: Andy Kosela <akosela at andykosela dot com> (maintainer)
2009-03-11 22:46:44 +00:00
Boris Samorodov
28ffaaed4f
Update to version 1.1.1.
...
PR: ports/131377
Submitted by: bsam (me)
Approved by: maintainer (timeout 5 weeks)
2009-03-11 22:25:13 +00:00
Boris Samorodov
284140b5d2
. update graphics/exiv2 to the new version;
...
. bump ports which depends upon libexiv2.so
(the library was bumpted from *.so.3 to *.so.7);
. mark current graphics/py-exiv2 as broken since it doesn't compile
with new libexiv2; this should change with graphics/py-exiv2-0.2.
PR: ports/131376
Submitted by: bsam (me)
Discussed with: kde@
Approved by: maintainer timeout (5 weeks)
2009-03-11 22:19:40 +00:00
Yen-Ming Lee
d4f2f7c589
- apply patch to prevent from segfault
...
PR: 131450
Submitted by: maintainer
2009-03-11 21:16:49 +00:00
Yen-Ming Lee
24f56b1028
- update to 0.14
2009-03-11 21:13:12 +00:00
Johan van Selst
6aa23a32ff
Make dependency on gnu libiconv explicit
2009-03-11 20:40:05 +00:00
Martin Wilke
93e803637e
- Update to 20090310
2009-03-11 20:26:20 +00:00
Thomas Abthorpe
3ad800ee34
- Document apache -- Cross-site scripting vulnerability
2009-03-11 20:17:10 +00:00
Erwin Lansing
bbaff4a278
Fix a segfault when receiving duplicate packets.
...
Submitted by: Gregg Stefancik
2009-03-11 19:52:28 +00:00
Martin Wilke
377e3790b7
- Update to 1.4.21
2009-03-11 18:03:14 +00:00
Martin Wilke
128e08691e
- Update to 1.7.7
2009-03-11 17:59:44 +00:00
Martin Wilke
f944a3e5a5
- Fix mail adress
2009-03-11 17:58:40 +00:00
Erwin Lansing
ffd55b916b
Update to 5.13
...
PR: 132549
Submitted by: Wen Heping <wenheping@gmail.com>
2009-03-11 17:29:15 +00:00
Dennis Herrmann
8376a89416
- Chase security/cvm shlib bump
...
- Bump PORTREVISION
PR: 132502
Submitted by: Alex Povolotsky <tarkhil@over.ru>
Approved by: miwi (mentor)
2009-03-11 17:04:03 +00:00
Dennis Herrmann
f62d63aa2d
- Update to 0.95
...
PR: 132501
Submitted by: Alex Povolotsky <tarkhil@over.ru>
Approved by: miwi (mentor)
2009-03-11 17:02:50 +00:00
David E. O'Brien
f2fde45612
Fix nit in version number.
2009-03-11 17:00:37 +00:00
Martin Wilke
086043e27f
- Update to 2.3
...
PR: 132545
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2009-03-11 16:57:39 +00:00
Martin Wilke
51c8bdd15f
- Update to 1.2
...
PR: 132544
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2009-03-11 16:56:46 +00:00
Martin Wilke
0de23aa9ed
- Update to 2.1
...
PR: 132539
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2009-03-11 16:55:58 +00:00
Martin Wilke
323af7e33f
- Update to 1.1
...
PR: 132538
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2009-03-11 16:55:08 +00:00
Martin Wilke
46231ee6e9
- Update to 0.2.1
...
PR: 132534
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-11 16:54:14 +00:00
Martin Wilke
ea5308ff77
This module provides an API for parts of the perl parser. It can be
...
used to modify code while it's being parsed.
WWW: http://search.cpan.org/dist/B-Hooks-Parser/
PR: ports/132532
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2009-03-11 16:53:57 +00:00
Martin Wilke
7018a8419a
PL_check is an array indexed by opcode number (op_type) that contains
...
function pointers invoked as the last stage of optree compilation,
per op.
WWW: http://search.cpan.org/dist/B-OPCheck/
PR: ports/132531
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2009-03-11 16:53:26 +00:00
Martin Wilke
e81c413680
- Update to 0.32
...
- Pass maintainership to submitter
PR: 132533
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-11 16:52:10 +00:00
Martin Wilke
efec82df67
- Update to 1.07
...
- Pass maintainership to perl
PR: 132530
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-11 16:50:45 +00:00
David E. O'Brien
2f6ee01948
Update to 4.0 PL0.
2009-03-11 16:49:28 +00:00
Martin Wilke
bfaefbeceb
- Update to 20081115
...
PR: 132002
Submitted by: Dennis Herrmann <adox@mcx2.org>
2009-03-11 16:46:11 +00:00
Martin Wilke
73303309d5
- Update to 0.02
...
PR: 132355
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by: maintainer
2009-03-11 16:45:33 +00:00
Martin Wilke
8e6cd19912
- Update to 0.23
...
PR: 132356
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by: maintainer
2009-03-11 16:44:37 +00:00
Martin Wilke
a97daa1dd6
- Update to 0.780
...
PR: 132387
Submitted by: hideo <hideo@lastamericanempire.com>
2009-03-11 16:43:59 +00:00
Martin Wilke
27f11aeb62
FormValidator::Simple like lightweight form validation library.
...
WWW: http://search.cpan.org/dist/FormValidator-Lite/
PR: ports/132444
Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
2009-03-11 16:43:37 +00:00
Martin Wilke
f8e68c85ae
The module provides means of pasting large texts into http://pastebin.com
...
pastebin site.
WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-PastebinCom-Create/
PR: ports/132492
Submitted by: bapt <baptiste.daroussin at gmail.com>
2009-03-11 16:43:11 +00:00
Martin Wilke
3cb0c1f13a
The module provides means of pasting large texts into http://rafb.net/
...
pastebin site.
WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-RafbNet-Create/
PR: ports/132493
Submitted by: bapt <baptiste.daroussin at gmail.com>
2009-03-11 16:42:19 +00:00
Martin Wilke
892eb00246
Mahara is an open source ePortfolio system with a flexible display framework.
...
Mahara, meaning 'think' or 'thought' in Te Reo M.ori, is user centred
environment with a permissions framework that enables different views of an
e-portfolio to be easily managed. Mahara also features a weblog, resume builder
and social networking system, connecting users and creating online learner
communities.
WWW: http://www.mahara.org/
PR: ports/131932
Submitted by: Wen Heping <wenheping at gmail.com>
2009-03-11 16:41:42 +00:00
Martin Wilke
0cea91c5c7
This module implements the encoding and decoding of the IPv6 layer.
...
RFC: 2460
WWW: http://search.cpan.org/dist/Net-Frame-Layer-IPv6/
PR: ports/132448
Submitted by: Mars G Miro <spry at anarchy.in.the.ph>
2009-03-11 16:40:48 +00:00
Martin Wilke
169e2af541
These modules implement the encoding and decoding of the ICMPv6 layer.
...
RFCs: 2463, 2461, 2460
WWW: http://search.cpan.org/dist/Net-Frame-Layer-ICMPv6/
PR: ports/132445
Submitted by: Mars G Miro <spry at anarchy.in.the.ph>
2009-03-11 16:40:07 +00:00
Sergey A. Osokin
6d3b6aa6de
Update from 0.7.40 to 0.7.41.
...
<ChangeLog>
*) Bugfix: a segmentation fault might occur in worker process, if a
"server_name" or a "location" directives had captures in regular
expressions; the issue had appeared in 0.7.40.
Thanks to Vladimir Sopot.
</ChangeLog>
2009-03-11 15:57:27 +00:00
Alex Dupre
2782c31365
Update to 0.2.1 release.
2009-03-11 14:40:01 +00:00
Alex Dupre
be7c192abc
Always use FreeBSD sed.
...
PR: ports/132543
Submitted by: Helmut Schneider <jumper99@gmx.de>
2009-03-11 14:02:59 +00:00
Edward Tomasz Napierala
199f292674
Update to 1.0.2.
2009-03-11 13:25:27 +00:00
Edward Tomasz Napierala
2e57b3026c
Update to 1.1.3.
2009-03-11 13:24:37 +00:00
Edward Tomasz Napierala
954353222f
Update to 1.3.3.
2009-03-11 13:24:00 +00:00