instead of the developers' own site, because they insist on using name of
"download.html" and don't provide a useful mtime.
The above was requested by one named: jhell,v
While here, add patches from Debian/Ubuntu to fix varargs-manipulations, and
from Gentoo to fix mode of the newly-created files.
Also, make sure the man-page of selthresh is installed.
Replace my hack from 2008 with the MAKE_JOBS_SAFE=yes.
log:
off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer
promotion here:
map_off = map->len - 2048
First the unsigned subtraction is performed, and then the unsigned (!) value
is sign-extended to 64-bit. Hence a negative value becomes positive, which is
wrong.
Reported by: Franz Schwartau <franz@electromail.org>
Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300
Changes from 3.10.2 to 3.11.0:
This version of libdap implements DAP 3.4 which introduces multiple
function calls in a single URL.
Also updated is the geogrid() function; it can now take the latitude and
longitude vectors as explicit arguments. Thus you can request geographic
subsets of Grid variables using two forms of this function:
- geogrid(SST,50,-90,20,-60)
- geogrid(SST,SST.COADSY,SST.COADSX,50,-90,20,-60)
Both will request data from the SST variable within the region of latitude
50 north to 20 north and longitude 60 west to 90 west. Calling geogrid
without arguments returns the version documentation pointer. You can try
the function on the coads climatology dataset.
Bug fixes, most notably a bug where Grids were not treated correctly given
certain projections. Now the type of a Grid variable 'decays' to a
Structure when a projection returns one or more variables that cannot be a
Grid (because the number of maps fails to meet the data array's
dimensionality, for example).
Approved by: pgollucci (mentor)
not cause collisions for different licenses as well as for _LICENSE_REPORT.
The patch also makes it clear what license file belongs to what license
in an installed package.
PR: 148808
Submitted by: Anonymous <swell.k@gmail.com>
Tested on: pointyhat
www/nginx-devel.
Update CONFLIGS and temporary mark IGNORE www/nginx-devel, because latest
version available from www/nginx.
<Announcement>
Now the 0.8.x branch becomes a stable branch. The new features have been
appeared during 0.8 development:
o named regular expression captures;
o file AIO in FreeBSD and Linux;
o SSL CRL;
o SCGI and uwsgi modules.
</Announcement>