update to "Following -current": changes to expat und sudo
Tilo Stritzky <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hi,
marc@ has aswered theese on ports@ about 5 times in two weeks,
so I think the threshold for a FAQ is reached ;)
This adds the recent change in sudo environment handling and
the somewhat less recent move of libexpat from the ports tree to xenorca
to www/faq/current.html.
have fun
tilo
Index: faq/current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.67
diff -u -p -r1.67 current.html
--- faq/current.html 10 Jul 2007 20:42:24 -0000 1.67
+++ faq/current.html 15 Aug 2007 18:02:57 -0000
@@ -34,7 +34,9 @@
<li><a href="#20070327">2007/03/27 - updated ahci(4) may cause device
name change for SATA disks</a>
<li><a href="#20070331">2007/03/31 - bgpd filter language change</a>
+<li><a href="#20070510">2007/05/10 - ports using the libexpat shipped with xenocara</a></li>
<li><a href="#20070710">2007/07/10 - updated wpi(4) requires new firmware</a></li>
+<li><a href="#20070726">2007/07/26 - changes in the way sudo(8) passes environment</a></li>
<!-- New additions go on the bottom, please -->
</ul>
@@ -145,6 +147,21 @@ allow from any inet prefixlen 8 - 24<br>
deny from any inet6 prefixlen > 64<br>
</tt></blockquote>
+<a name="20070510"></a>
+<h3>2007/05/10 - ports are using the libexpat shipped with xenocara</h3>
+<p>
+The textproc/libexpat port has been removed from ports dependencies,
+now all ports use the libexpat that's shipped with xenocara.
+<p>
+This means that for a number of ports to work you need to have <tt>xbase</tt> installed.
+Refer to the <a href="file://localhost/usr/www/faq/faq4.html#AddFileSet">FAQ</a>
+on how to add <tt>xbase</tt> to a an installed system.
+<p>
+Ports affected by this include bash, mutt and all ports with devel/gettext as a dependency.
+<p>
+This affects package installation as well as ports builds.
+<p>
+
<a name="20070710"></a>
<h3>2007/07/10 - updated wpi(4) requires new firmware</h3>
<p>
@@ -154,8 +171,17 @@ Recent changes to the <tt>wpi(4)</tt> dr
As usual, you can find a prepackaged version of the firmware at:<br>
<a href="http://damien.bergamini.free.fr/packages/openbsd/wpi-firmware-2.14.4.tgz">http://damien.bergamini.free.fr/packages/openbsd/wpi-firmware-2.14.4.tgz</a>
-
+<a name="20070726"></a>
+<h3>2007/07/10 - changes in the way sudo(8) passes environment</h3>
+<p>
+Sudo(8) will by default reset the environment to a small default set
+with only certain variables preserved from the previous environment.
+<p>
+Several ways to deal with this are described
+<a href="http://marc.info/?l=openbsd-ports&m=118546676018223&w=2">here.</a>
<p>
+
+
<font color= "#0000e0">
<a href= "index.html">[FAQ Index]</a>
</font>