<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/pen, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-01-30T08:27:30Z</updated>
<entry>
<title>Update pen to the latest version (0.17.2, which almost a year old now).</title>
<updated>2008-01-30T08:27:30Z</updated>
<author>
<name>ghen</name>
<email>ghen</email>
</author>
<published>2008-01-30T08:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=537d6befacf669576edbd777a946f6d39cfae6fa'/>
<id>urn:sha1:537d6befacf669576edbd777a946f6d39cfae6fa</id>
<content type='text'>
070912	Added sanity check to init() to make sure that servers_max
	is large enough for the number of servers specified on the
	command line.
	Released 0.17.2.

070829	Faster string duplication courtesy of Nigel Horne.

070502	Updated automake links.

070212	Updated INSTALL with instructions for increasing the number
	of connections on Windows.

061204	Include server weight in response to "penctl servers" command.
	Set server weight on command line. Server is specified as
	host:port:maxconn:hard:weight.

060627	Bugfix by Chris Elsworth: server_by_weight would never
	consider blacklisted servers, which kept them blacklisted
	indefinitely.
	Released 0.17.1.

051230	Added code by Chris Elsworth for kqueue support. Configure
	with --with-kqueue to enable.
	Released 0.17.0.

051215	Changed the configure option for ssl to
	--with-experimental-only-ssl.
	Released 0.16.0.

040709	Added an "abuse server" for naughty clients that have been
	denied access by an acl. Works similar to the emergency server,
	use command-line option "-B host:port" to enable.
</content>
</entry>
<entry>
<title>Per the process outlined in revbump(1), perform a recursive revbump</title>
<updated>2008-01-18T05:06:18Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-01-18T05:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c8e24b168b5909ecc586bdbb660570b490d92ef'/>
<id>urn:sha1:1c8e24b168b5909ecc586bdbb660570b490d92ef</id>
<content type='text'>
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
</content>
</entry>
<entry>
<title>Full DESTDIR support.</title>
<updated>2008-01-07T12:26:20Z</updated>
<author>
<name>ghen</name>
<email>ghen</email>
</author>
<published>2008-01-07T12:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f72b5bfa8fa86ecd90565d758cce2dd847d6fb8b'/>
<id>urn:sha1:f72b5bfa8fa86ecd90565d758cce2dd847d6fb8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ran "pkglint --autofix", which corrected some of the quoting issues in</title>
<updated>2005-12-05T23:55:01Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T23:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dae8fea14cb07876cbc876f030a3b37361f56b8'/>
<id>urn:sha1:3dae8fea14cb07876cbc876f030a3b37361f56b8</id>
<content type='text'>
CONFIGURE_ARGS.
</content>
</entry>
<entry>
<title>Update to 0.15.0</title>
<updated>2005-09-26T21:46:27Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2005-09-26T21:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21249fe51b49ff164ef557bfb727655e0fdd9de4'/>
<id>urn:sha1:21249fe51b49ff164ef557bfb727655e0fdd9de4</id>
<content type='text'>
* Servers can be assigned different weights to account for
  differing capacity. New -W command-line option. New penctl
  commands:
  server S weight W       (assign weight to server)
  weight                  (use weight for server selection)
  no weight               (do not use weight for server selection)

  Cleaned up the logic in add_client so the weighted server
  selection can be used without client tracking.

* Some performance enhancing changes:

        New variable connections_used remembers the number of used
        slots in conns[]. It is incremented by store_conn and
        decremented by close_conn. This allows the main loop to
        only accept new connections if there are empty slots in
        conns[], which is much better than accepting the connection
        only to immediately close it because we can't handle it.

        New variable connections_last remembers the last used slot
        in conns[]. This allows us to scan for empty slots much faster
        in store_conn when there are many simultaneous connections.

* Documented the procedure to change FD_SETSIZE on Linux
 in INSTALL.

* Documented the include command in the penctl manpage.

* Fixed SSL so it works in nonblocking mode, except that
  it doesn't work anyway.
  Moved listenfd and ctrlfd out of main.

* Highly experimental SSL code in pen.c. Updated manpage
  with the new options. Added https example to HOWTO.
</content>
</entry>
<entry>
<title>Add RMD160 digests.</title>
<updated>2005-02-24T12:13:41Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-24T12:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1a40763b4c6fc2016feb3b56462f034e853c43'/>
<id>urn:sha1:5e1a40763b4c6fc2016feb3b56462f034e853c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 0.12.0.</title>
<updated>2003-10-30T23:36:29Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2003-10-30T23:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cdf10fdc9fef23b9a6fb2f978a62f2c86f0ab67a'/>
<id>urn:sha1:cdf10fdc9fef23b9a6fb2f978a62f2c86f0ab67a</id>
<content type='text'>
Update provided by Andreas Wrede &lt;andreas@planix.com&gt; via PR pkg/23319.

Changes:

031023	Released 0.12.0.

	Penlogd: sscanf would read 100 bytes + terminating nul into
	a buffer of size 100. Now reads 99+nul. Spotted by Oezguer Kesim.

	Let tracking time be set through penctl.cgi.
	In do_cmd, "no log": only close the logfile if it is open.
	New penctl command, "write [FILE]" writes current configuration
	to a file. If FILE is omitted, overwrite the original
	configuration file (-F option).

	Pen: Time based expiration of tracked clients. Default is
	0 seconds = never expire. Added -T option to control expiry
	time. Also added penctl command "tracking N".
	Penlogd: zero-terminate results from recvfrom.

	In penlogd.c: don't complain if recvfrom is interrupted by signal.

More bugfixes, etc.
</content>
</entry>
<entry>
<title>COMMENT should start with a capital letter.</title>
<updated>2003-07-21T17:10:16Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2003-07-21T17:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=54c9ec195d4868564d9533cc27abcd9eec796fbb'/>
<id>urn:sha1:54c9ec195d4868564d9533cc27abcd9eec796fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=016914e7f9e5498e9fdf870d12d99bfeb4e66d4a'/>
<id>urn:sha1:016914e7f9e5498e9fdf870d12d99bfeb4e66d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update of net/pen to 0.10.1.</title>
<updated>2003-04-13T11:43:25Z</updated>
<author>
<name>cjep</name>
<email>cjep</email>
</author>
<published>2003-04-13T11:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a2248e74c23e6d9dfc9c8387aced283f1a5a0481'/>
<id>urn:sha1:a2248e74c23e6d9dfc9c8387aced283f1a5a0481</id>
<content type='text'>
Changes since 0.10.0:
030407  Bugs uncovered by Charlie Reitsma &lt;reitsmac@denison.edu&gt;:
        HOWTO incorrectly specified penctl in place of penlog
	in Apache configuration example, and using penctl to
	redirect log to penlogd didn't work.
	Avoid bogus header rewriting in rewrite_request.
	Released 0.10.1.

Also increase FN_SETSIZE for our package.

From PR#21075 (Andreas Wrede). Thanks!
</content>
</entry>
</feed>
