<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/chat/silc-server, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-10-03T00:12:51Z</updated>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Bring patch from SILC cvs, "extern inline" -&gt; "static inline".</title>
<updated>2004-07-12T21:40:02Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-07-12T21:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=108f99c81fc65719fc603228e7410eaff2085946'/>
<id>urn:sha1:108f99c81fc65719fc603228e7410eaff2085946</id>
<content type='text'>
Fixes build on Solaris with SunPro compiler.
</content>
</entry>
<entry>
<title>Add patches from silc cvs repository.</title>
<updated>2004-06-11T10:05:06Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-06-11T10:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a2e4f6e4de6bbadbffe39aa7ce1db2c817e275a2'/>
<id>urn:sha1:a2e4f6e4de6bbadbffe39aa7ce1db2c817e275a2</id>
<content type='text'>
Should fix build on Darwin/Mac OS X.
</content>
</entry>
<entry>
<title>Doesn't really need glib these days anymore.</title>
<updated>2004-06-06T12:21:16Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-06-06T12:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6bdf46692e4af62bf7cbd66301d1f33737f6f8a7'/>
<id>urn:sha1:6bdf46692e4af62bf7cbd66301d1f33737f6f8a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PKGREVISION++</title>
<updated>2004-06-06T11:47:30Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-06-06T11:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a6e259e5e20590918e54852a506a2375f79d7ab5'/>
<id>urn:sha1:a6e259e5e20590918e54852a506a2375f79d7ab5</id>
<content type='text'>
- Rework where silc-server is installed, make it consistent with silc-client
  changes.
- Minor cleanups.
</content>
</entry>
<entry>
<title>mk/bsd.pkg.install.mk now automatically registers</title>
<updated>2004-04-23T22:07:52Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-04-23T22:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cba182b47fc5b42f77862f4b5a18898200c81105'/>
<id>urn:sha1:cba182b47fc5b42f77862f4b5a18898200c81105</id>
<content type='text'>
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
</content>
</entry>
<entry>
<title>Fix build on sparc64 with gcc2.</title>
<updated>2004-03-20T05:15:45Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2004-03-20T05:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d124c45897ef445ecaa28cbb8c3b052278a3c8f'/>
<id>urn:sha1:6d124c45897ef445ecaa28cbb8c3b052278a3c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 0.9.18.</title>
<updated>2004-03-03T19:05:52Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-03-03T19:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1d92982ead81ffa6953eb8cb8a1f04f2dccfb788'/>
<id>urn:sha1:1d92982ead81ffa6953eb8cb8a1f04f2dccfb788</id>
<content type='text'>
Changes:

0.9.18:
=======

Upgrade release because of couple serious bugs in the 0.9.17.  Especially
backup router had stability problems with 0.9.17.  This was due to a rekey bug
when performing rekey with PFS, and because of another bug it caused the
backup (and other servers too) to crash.  If you are running a normal server
or backup router then ugprading is strongly recommended.  If you are running
any kind of server with PFS enabled in rekey, upgrading is recommended.

- Fixed protocol completion handling in connection closing.
- Fixed rekey with PFS to work on backup with disabled connections.
- Fixed CMODE command reply to return the user limit correctly.
- Fixed the watch notify to be called for resuming clients.

0.9.17:
=======
- Implemented the user limit to the CMODE_CHANGE notify and to the CMODE
  and JOIN command replies, as defined in the new protocol specs.
- Implemented the public key support to WATCH command, as defined in
  the new protocol specs.
- Added asynchronous connecting to remote router/server.
- Fixed the WHOIS public key deleting.
- Several other bugfixes were also made.
</content>
</entry>
<entry>
<title>bl3ify.</title>
<updated>2004-02-18T14:40:35Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-02-18T14:40:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=32ad393a3e5b9c29b21981455b64efc8755b1c90'/>
<id>urn:sha1:32ad393a3e5b9c29b21981455b64efc8755b1c90</id>
<content type='text'>
</content>
</entry>
</feed>
