| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=206511
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sort pkg-plist alphabetically.
Bump PORTREVISION.
PR: ports/119943
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: Michael Scheidell (maintainer), garga (mentor)
Notes:
svn path=/head/; revision=206510
|
|
|
|
| |
Notes:
svn path=/head/; revision=206509
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
- Update mastersites.
PR: ports/119910
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Notes:
svn path=/head/; revision=206508
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix radsqlrelay.
- Update mastersites.
PR: ports/119909
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Notes:
svn path=/head/; revision=206507
|
|
|
|
|
|
|
|
| |
PR: ports/119195
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206506
|
|
|
|
|
|
|
|
| |
PR: ports/119194
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206505
|
|
|
|
|
|
|
|
| |
PR: ports/119193
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206504
|
|
|
|
|
|
|
|
| |
PR: ports/119186
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Notes:
svn path=/head/; revision=206503
|
|
|
|
|
|
|
|
| |
PR: ports/119156
Submitted by: Craig Butler <craig001@lerwick.hopto.org>
Notes:
svn path=/head/; revision=206502
|
|
|
|
|
|
|
|
| |
- Try to remove /var/lob/bnbt at deinstall.
- Add a pointer to the configuration wiki page in pkg-message.
Notes:
svn path=/head/; revision=206501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
following when trying to upload configuration or download images
from it: The TFTP server doesn't support the blocksize option.
My curiousity was triggered, it took me some reading of RFCs and
other documentation to find out what was possible and what could
be done. Was plain TFTP very simple in its handshake, TFTP with
options was kind of messy because of its backwards capability: The
first packet returned could either be an acknowledgement of options,
or the first data packet.
Going through the source code of src/libexec/tftpd and going through
the code of src/usr.bin/tftp showed that there was a lot of duplicate
code, and the addition of options would only increase the amount
of duplicate code. After all, both the client and the server can
act as a sender and receiver.
At the end, it ended up with a nearly complete rewrite of the tftp
client and server. It has been tested against the following TFTP
clients and servers:
- Itself (yay!)
- The standard FreeBSD tftp client and server
- The Fedora Core 6 tftp client and server
- Cisco router tftp client
- Extreme Networks tftp client
It supports the following RFCs:
RFC1350 - THE TFTP PROTOCOL (REVISION 2)
RFC2347 - TFTP Option Extension
RFC2348 - TFTP Blocksize Option
RFC2349 - TFTP Timeout Interval and Transfer Size Options
RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability
Statement for the Trivial File Transfer Protocol (TFTP)
It supports the following unofficial TFTP Options as described at
http://www.compuphase.com/tftp.htm:
blksize2 - Block size restricted to powers of 2, excluding protocol headers
rollover - Block counter roll-over (roll back to zero or to one)
From the tftp program point of view the following things are changed:
- New commands: "blocksize", "blocksize2", "rollover" and "options"
- Development features: "debug" and "packetdrop"
If you try this tftp/tftpd implementation, please let me know if
it works (or doesn't work) and against which implementaion so I can
get a list of confirmed working systems.
Author: Edwin Groothuis <edwin@FreeBSD.org>
Notes:
svn path=/head/; revision=206499
|
|
|
|
|
|
|
| |
With hat: portmgr (was wreaking havoc on pointyhat)
Notes:
svn path=/head/; revision=206498
|
|
|
|
| |
Notes:
svn path=/head/; revision=206497
|
|
|
|
| |
Notes:
svn path=/head/; revision=206496
|
|
|
|
|
|
|
|
|
| |
PR: ports/117230
Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com>
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=206495
|
|
|
|
| |
Notes:
svn path=/head/; revision=206494
|
|
|
|
|
|
|
|
| |
PR: ports/120174
Submitted by: Matthias Andree <matthias.andree gmx.de> (maintainer)
Notes:
svn path=/head/; revision=206493
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=206492
|
|
|
|
|
|
|
|
| |
PR: ports/120172
Submitted by: Paul Schmehl <pauls utdallas.edu>
Notes:
svn path=/head/; revision=206491
|
|
|
|
|
|
|
| |
(update).
Notes:
svn path=/head/; revision=206490
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206489
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-Complex/ChangeLog
Notes:
svn path=/head/; revision=206488
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-MatrixReal/CHANGES
Notes:
svn path=/head/; revision=206487
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Bump portrevision
PR: ports/119398
Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp>
Approved by: (maintainer timeout)
Notes:
svn path=/head/; revision=206486
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Algorithm-SVM/Changes
Notes:
svn path=/head/; revision=206485
|
|
|
|
|
|
|
| |
Submitted by: pav@ via email.
Notes:
svn path=/head/; revision=206484
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: ahze
Notes:
svn path=/head/; revision=206483
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=206482
|
|
|
|
|
|
|
|
|
|
|
| |
optimization) [1].
- Bump PORTREVISION.
- Install additional warriors (fsh88 hill) for benchmark.
Reported by: pav [1]
Notes:
svn path=/head/; revision=206481
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=206480
|
|
|
|
|
|
|
|
|
|
| |
- Fixes gcc-4.2 build errors
PR: ports/120145
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Notes:
svn path=/head/; revision=206479
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206478
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206477
|
|
|
|
|
|
|
|
| |
PR: 120164
Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
Notes:
svn path=/head/; revision=206476
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206475
|
|
|
|
|
|
|
| |
I got a few of good routers.
Notes:
svn path=/head/; revision=206474
|
|
|
|
|
|
|
| |
Security: Fix remote exploit which could crash Deluge.
Notes:
svn path=/head/; revision=206473
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: beech
Notes:
svn path=/head/; revision=206472
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: alepulver
Notes:
svn path=/head/; revision=206471
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206470
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206469
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: vanilla
Notes:
svn path=/head/; revision=206468
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206467
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: miwi
Notes:
svn path=/head/; revision=206466
|
|
|
|
| |
Notes:
svn path=/head/; revision=206465
|
|
|
|
| |
Notes:
svn path=/head/; revision=206464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Yahoo! User Interface (YUI) Library is a set of utilities and
controls, written in JavaScript, for building richly interactive
web applications using techniques such as DOM scripting, DHTML and
AJAX. The YUI Library also includes several core CSS resources. All
components in the YUI Library have been released as open source
under a BSD license and are free for all uses.
PR: ports/120135
Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
Notes:
svn path=/head/; revision=206462
|
|
|
|
|
|
|
|
|
| |
PR: ports/120153
Reported by: pointyhat via pav
Approved by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Notes:
svn path=/head/; revision=206461
|
|
|
|
| |
Notes:
svn path=/head/; revision=206460
|