Changeset 389
- Timestamp:
- Feb 9, 2012, 8:06:13 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r384 r389 2307 2307 mychk0=`${sampre} -H ${withval} 2>/dev/null` 2308 2308 if test "x$?" != "x0"; then 2309 : 2309 if test "x${nocl_code}" != "x"; then 2310 mychk0=`echo -H ${withval} | ${sampre} ${nocl_code} 2>/dev/null` 2311 if test "x$?" != "x0"; then 2312 : 2313 else 2314 mychk="${mychk0}" 2315 mychktest=yes 2316 fi 2317 fi 2310 2318 else 2311 2319 mychk="${mychk0}" -
trunk/docs/Changelog
r388 r389 1 1 3.0.2: 2 * fixed configure.ac for the case that --with-gpg and --enable-nocl are 3 used (./samhain for gpg checksum; problem report by Andy Jack) 2 4 * fixed a potential NULL pointer dereference in sh_inotify.c on 3 5 systems where inotify is not available (reported by <anonymous>)
Note:
See TracChangeset
for help on using the changeset viewer.