<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in daily</title>
    <link>http://nxr.netbsd.org/rss/src/etc/daily</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Convert uses of test (ie: '[') to use only POSIX specified forms,<br/>just on general principle (all but 3 of the changes are in code that<br/>is commented out...)</title>
    <description>/src/etc/daily - 1.93</description>
    <pubDate>Sun Sep 23 23:16:34 UTC 2018</pubDate>
    <dc:creator>kre</dc:creator>
</item>

<item>
    <title>branches:  1.92.14;  1.92.16;<br/>Indent.</title>
    <description>/src/etc/daily - 1.92</description>
    <pubDate>Sat Dec 13 02:53:08 UTC 2014</pubDate>
    <dc:creator>uebayasi</dc:creator>
</item>

<item>
    <title>'file system' for consistency with documentation (instead of 'filesystem').</title>
    <description>/src/etc/daily - 1.91</description>
    <pubDate>Tue Jul 22 17:11:09 UTC 2014</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>branches:  1.90.2;<br/>Add defaults for pkg_info and pkg_admin variables in case pkgpath.conf<br/>is not installed.</title>
    <description>/src/etc/daily - 1.90</description>
    <pubDate>Sun Sep 08 08:19:40 UTC 2013</pubDate>
    <dc:creator>prlw1</dc:creator>
</item>

<item>
    <title>Fix for problematic paths in /etc/daily and /etc/security reported in<br/>PR/47645.<br/><br/>Add a separate file which contains the paths for the pkg_admin and<br/>pkg_info utilities. This is called /etc/pkgpath.conf (to distinguish it<br/>from pkg.conf).<br/><br/>Thanks also to Edgar Fuss for the sanity check.</title>
    <description>/src/etc/daily - 1.89</description>
    <pubDate>Wed May 01 05:36:25 UTC 2013</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>add missing $, from Petar Bogdanovic</title>
    <description>/src/etc/daily - 1.88</description>
    <pubDate>Fri Mar 08 14:32:12 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.87.2;<br/>Use new makemandb -Q flag to be really quiet.</title>
    <description>/src/etc/daily - 1.87</description>
    <pubDate>Wed Aug 29 20:34:18 UTC 2012</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>only announce fetching vulnerabilities file if we do.</title>
    <description>/src/etc/daily - 1.86</description>
    <pubDate>Fri Aug 03 10:52:46 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>PR/46757: Check for fetch_pkg_vulnerabilities unset first.</title>
    <description>/src/etc/daily - 1.85</description>
    <pubDate>Tue Jul 31 09:23:09 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Call `makemandb -q` instead of `makemandb`, as proposed by Edgar Fuss on<br/>tech-userlevel on 20th of July 2012, 12:38.</title>
    <description>/src/etc/daily - 1.84</description>
    <pubDate>Mon Jul 30 22:13:38 UTC 2012</pubDate>
    <dc:creator>jdf</dc:creator>
</item>

<item>
    <title>PR/46757: Edgar Fu�: Change default to pkg_vulnerabilities from NO to unset,<br/>and make unset insted of NO to produce warnings, so that setting it to NO does<br/>produce warnings (if it is inappropriate for the machine to warn about this).</title>
    <description>/src/etc/daily - 1.83</description>
    <pubDate>Mon Jul 30 17:09:33 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>PR/46756: Edgar Fu�: Enable ignoring subdirectories in daily's find_core</title>
    <description>/src/etc/daily - 1.82</description>
    <pubDate>Mon Jul 30 17:06:51 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Run makemandb with the normal 022 umask, not the restrictive 077.</title>
    <description>/src/etc/daily - 1.81</description>
    <pubDate>Wed Feb 15 23:30:11 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.80.2;<br/>Don't overwrite run_makemandb. The default is already set in daily.conf.</title>
    <description>/src/etc/daily - 1.80</description>
    <pubDate>Thu Feb 09 13:38:44 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Import the new apropos/whatis.<br/><br/>This code has been developed by Abhinav Upadhyay as part of Google's Summer<br/>of Code 2011. It uses libmandoc to parse man pages and builds a Full<br/>Text Index in a SQLite database. The combination of indexing the full<br/>manual page, filtering out stop words and ranking individual matches<br/>based on the section gives a much improved user experience.<br/><br/>The old makewhatis and friends are kept under MKMAKEMANDB=no for now.</title>
    <description>/src/etc/daily - 1.79</description>
    <pubDate>Tue Feb 07 19:13:30 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Add option to include daily insecurity output in daily output.<br/>PR bin/17029</title>
    <description>/src/etc/daily - 1.78</description>
    <pubDate>Sat Dec 17 00:27:42 UTC 2011</pubDate>
    <dc:creator>darcy</dc:creator>
</item>

<item>
    <title>branches:  1.77.6;<br/>`` -&gt; $()</title>
    <description>/src/etc/daily - 1.77</description>
    <pubDate>Mon Dec 27 03:38:52 UTC 2010</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Deprecate the pkgdb_dir settings from daily.conf and security.conf in<br/>favor of the PKG_DBDIR variable in /etc/pkg_install.conf.  The purpose<br/>of this is to only have to define the location of the packages database<br/>in a single place and have all other system components pick it up.<br/><br/>pkgdb_dir is still honored if defined and the scripts will spit out a<br/>warning in that case, asking the administrator to migrate to the<br/>PKG_DBDIR setting.  We can't remove this compatibility workaround until,<br/>at least, after NetBSD 6 is released.</title>
    <description>/src/etc/daily - 1.76</description>
    <pubDate>Fri Feb 05 16:29:02 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>Reset the umask while refreshing the vulnerabilities database so that it<br/>remains world-readable.  Otherwise, it ends up with 600 permissions which<br/>make it unusable for building pkgsrc packages as non-root.<br/><br/>Problem found by wiz@.</title>
    <description>/src/etc/daily - 1.75</description>
    <pubDate>Wed Jan 27 16:22:41 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>Default fetch_pkg_vulnerabilities to NO and complain if it is set to that<br/>value when packages are found (so that the user knows he is not getting the<br/>vulnerability checks).<br/><br/>Why?  People is complaining.  (And somehow, the argument that NetBSD doesn't<br/>do any network operation by default convinces me that it should continue to<br/>do so.)<br/><br/>But still, I will be adding a question to sysinst to enable/disable this.</title>
    <description>/src/etc/daily - 1.74</description>
    <pubDate>Wed Jan 20 22:19:20 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>
</channel></rss>

