non port: security/gnutls/Makefile |
SVNWeb
|
Number of commits found: 192 (showing only 100 on this page) |
Fri, 27 May 2022
|
[ 16:58 Tijl Coosemans (tijl) ] b286f39
security/gnutls: update to 3.7.6
|
Tue, 17 May 2022
|
[ 21:41 Tijl Coosemans (tijl) ] 7701f7d
security/gnutls: update to 3.7.5
|
Wed, 13 Apr 2022
|
[ 12:11 Tijl Coosemans (tijl) ] a67a3f9
security/gnutls: update to 3.7.4
Switch from security/ca_root_nss to base system certificate store.
Disable obsolete TPM 1.2 support.
PR: 257995, 260723, 263107, 263131
Exp-run by: antoine
|
Sun, 28 Nov 2021
|
[ 20:21 Tijl Coosemans (tijl) ] 7f765b2
security/gnutls: Remove -Wa,-march=all for clang on aarch64
PR: 260078
|
Sun, 11 Jul 2021
|
[ 16:24 Tijl Coosemans (tijl) ] 5aab394
security/gnutls: update to 3.6.16
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 6 Sep 2020
|
[ 10:25 tijl ]
Update to 3.6.15.
MFH: 2020Q3
Security: https://gnutls.org/security-new.html#GNUTLS-SA-2020-09-04
|
Sun, 30 Aug 2020
|
[ 03:10 novel ] (Only the first 10 of 16 ports in this commit are shown above. )
Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.
See more details in the comments of the linked PR.
PR: 248819
Reported by: John Hein
|
Sun, 23 Aug 2020
|
[ 12:08 adamw ]
security/gnutls: Add MAN3 option
There are over 1,000 man3 pages. This adds a MAN3 option to
control their installation, similar to the openssl and libressl
ports.
PR: 248841
Approved by: maintainer (tijl)
|
Thu, 4 Jun 2020
|
[ 12:12 tijl ]
Update to 3.6.14.
MFH: 2020Q2
Security: https://gnutls.org/security-new.html#GNUTLS-SA-2020-06-03
|
Sat, 16 May 2020
|
[ 10:51 sunpoet ] (Only the first 10 of 34 ports in this commit are shown above. )
Bump PORTREVISION for security/nettle shlib change
|
Tue, 31 Mar 2020
|
[ 15:46 tijl ]
Update to 3.6.13.
Security: https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31
|
Sun, 2 Feb 2020
|
[ 11:54 tijl ]
Update to 3.6.12.
|
Fri, 13 Dec 2019
|
[ 16:28 tijl ]
Update to 3.6.11.1, white space fix, and https WWW.
|
Mon, 30 Sep 2019
|
[ 09:16 tijl ]
Update to 3.6.10.
Also revert r508194 (-Wl,-z,notext on i386). The problem has been fixed
upstream.
|
Mon, 5 Aug 2019
|
[ 16:33 tijl ]
Fix build on i386. Some asm code isn't position independent.
Reported by: cy
|
[ 09:55 tijl ]
Update to 3.6.9.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 9 Jul 2019
|
[ 17:13 sunpoet ] (Only the first 10 of 38 ports in this commit are shown above. )
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1]
|
Tue, 28 May 2019
|
[ 10:42 tijl ]
Update to 3.6.8.
|
Mon, 22 Apr 2019
|
[ 08:30 tijl ]
- Prevent detection of autogen. It causes some files to be regenerated
and then they require a newer header than is provided with gnutls.
- Remove ZLIB option. It's no longer available.
PR: 237419
Reported by: Kevin Oberman <rkoberman@gmail.com>
|
Fri, 19 Apr 2019
|
[ 14:32 tijl ]
Update to 3.6.7.
MFH: 2019Q2
Security: https://www.gnutls.org/security-new.html#GNUTLS-SA-2019-03-27
|
Sun, 24 Feb 2019
|
[ 15:22 tijl ]
- Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- Use --with-default-trust-store-file to set the location of the root
certificates so configure doesn't have to autodetect this and the
build dependency can be removed.
- Define TEST_TARGET.
- Remove DOCSDIR. The files are also in PREFIX/share/info.
- Use p11-kit-trust as the default PKCS#11 trust store.
PR: 235703
Reported by: mi
|
Sat, 9 Feb 2019
|
[ 23:25 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
|
Sat, 26 Jan 2019
|
[ 11:48 tijl ]
Update to 3.6.6.
|
Sun, 6 Jan 2019
|
[ 20:39 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
Update dns/libidn2 to 2.1.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
|
Wed, 19 Dec 2018
|
[ 09:32 tijl ]
Update to 3.6.5.
PR: 234012
Exp-run by: antoine
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 10 Aug 2018
|
[ 14:55 tijl ]
Update to 3.5.19.
|
Fri, 16 Feb 2018
|
[ 12:42 tijl ]
Update to 3.5.18.
|
Wed, 24 Jan 2018
|
[ 10:48 tijl ]
Update to 3.5.17.
|
Fri, 5 Jan 2018
|
[ 02:58 jbeich ]
security/gnutls: revert r431494 per FreeBSD 11.0 EOL
PR: 216045
Approved by: portmgr blanket
|
Sun, 22 Oct 2017
|
[ 13:53 tijl ]
Update to 3.5.16.
|
Thu, 21 Sep 2017
|
[ 12:19 tijl ]
Update to 3.5.15.
|
Thu, 8 Jun 2017
|
[ 10:46 tijl ]
Update to 3.5.13.
MFH: 2017Q2
Security: https://gnutls.org/security.html#GNUTLS-SA-2017-4
|
Fri, 12 May 2017
|
[ 16:46 tijl ]
Update to 3.5.12.
|
Tue, 25 Apr 2017
|
[ 14:50 tijl ]
Update to 3.5.11.
|
Mon, 20 Feb 2017
|
[ 14:34 tijl ]
Update to 3.5.9. Disable use of libidn2 for now because it does not provide
a pkgconfig file.
PR: 217073
Exp-run by: antoine
|
Sat, 14 Jan 2017
|
[ 20:51 jbeich ]
security/gnutls: unbreak aarch64 after r431214
lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:5:1: error: unknown directive
.arch armv8-a+crypto
^
lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:49:2: error: instruction
requires: crypto
aese v6.16b,v0.16b
^
PR: 216045
Approved by: tijl (maintainer)
|
Wed, 11 Jan 2017
|
[ 22:27 tijl ]
Update to 3.5.8.
PR: 215909
Submitted by: brnrd
Exp-run by: antoine
MFH: 2017Q1
Security: 0c5369fc-d671-11e6-a9a5-b499baebfeaf
|
Fri, 9 Dec 2016
|
[ 10:26 tijl ]
Update to 3.4.17 and pass the right dlopen path for libtspi to configure.
|
Mon, 17 Oct 2016
|
[ 18:25 tijl ]
Update to 3.4.16.
|
Wed, 5 Oct 2016
|
[ 13:55 jrm ]
Add math/gmp to LIB_DEPENDS
Q/A warned that bin/certtool was linked to lib/libgmps.so.10
Approved by: swills (mentor) tijl (maintainer)
Differential Revision: https://reviews.freebsd.org/D8153
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
[ 13:22 tijl ]
Update to 3.4.15.
MFH: 2016Q3
Security: https://gnutls.org/security.html#GNUTLS-SA-2016-3
|
Fri, 8 Jul 2016
|
[ 15:36 tijl ]
Update to 3.4.14.
|
Tue, 7 Jun 2016
|
[ 16:26 tijl ]
Update to 3.4.13.
|
Mon, 30 May 2016
|
[ 18:55 tijl ]
Update to 3.4.12.
libpkcs11mock1.so is commented out in pkg-plist because it is part of the
testsuite and shouldn't be installed. This has been fixed upstream.
|
Tue, 12 Apr 2016
|
[ 10:18 tijl ]
Update to 3.4.11.
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 21 Mar 2016
|
[ 12:03 tijl ]
- Take maintainer.
- Fix a build problem with upcoming libc++.
PR: 207768, 208175
Approved by: bdrewery (maintainer)
|
Tue, 15 Mar 2016
|
[ 06:21 ohauer ]
- bump PORTREVISION on ports depending on unbound
PR: 207948
Submitted by: jaap@NLnetLabs.nl (maintainer)
|
Thu, 4 Feb 2016
|
[ 15:58 erwin ]
- Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports
Some Upgrade Notes:
This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.
Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the (Only the first 15 lines of the commit message are shown above )
|
Sat, 23 Jan 2016
|
[ 21:14 johans ]
Bump versions to chase Nettle shared library update
|
Fri, 14 Aug 2015
|
[ 20:38 feld ]
Update MASTER_SITES to fix fetching problem due to abnormal version number
PR: 202332
|
[ 16:39 feld ]
- Update to 3.3.17.1
MFH: 2015Q3
Relnotes: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8268
Security: ec6a2a1e-429d-11e5-9daa-14dae9d210b8
|
Mon, 27 Jul 2015
|
[ 18:59 bdrewery ]
- Update to 3.3.16
Changes: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8235
|
Fri, 22 May 2015
|
[ 15:46 delphij ]
Update to 3.3.15.
PR: 198875
Approved by: maintainer
|
Tue, 5 May 2015
|
[ 19:03 bdrewery ]
GnuTLS tries to use /usr/local/share/certs/ca-root-nss.crt. Instead of
maybe using it if it is already installed or if the P11KIT option is selected
(which depends on ca_root_nss), just always depend on ca_root_nss.
Reported by: Tatsuki Makino
|
Thu, 19 Mar 2015
|
[ 15:55 bdrewery ]
Add CPE information.
PR: 153859
Submitted by: shun <shun.fbsd.pr@dropcut.net>
|
Thu, 1 Jan 2015
|
[ 12:39 tijl ]
Update gnutls to 3.2.21
PR: 196400
Approved by: bdrewery (maintainer)
|
Tue, 28 Oct 2014
|
[ 01:13 amdmi3 ]
- Fix plist for LIBDANE option
Approved by: portmgr blanket
|
Wed, 15 Oct 2014
|
[ 19:22 bdrewery ]
Fix build on systems without stdnoreturn.h
Reported by: many
|
[ 15:38 bdrewery ]
- Update to 3.2.19
|
Thu, 2 Oct 2014
|
[ 18:40 bdrewery ]
Update to 3.2.18
|
Sat, 30 Aug 2014
|
[ 18:18 tijl ] (Only the first 10 of 51 ports in this commit are shown above. )
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
|
Fri, 22 Aug 2014
|
[ 09:06 amdmi3 ]
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns
Approved by: portmgr blanket
|
Tue, 29 Jul 2014
|
[ 09:14 koobs ]
security/gnutls: Support OPTIONal library dependencies
Factor out libidn, libp11-kit and libtspi into OPTIONal library
dependencies, with the CRYWRAP, P11KIT and TPM options respectively, as per
the upstream documentation [1].
Make ZLIB an OPTION because we can, and the choice to customise
compression support in security software (especially lately) may be
very useful for some consumers.
Add CRYWRAP, P11KIT, TPM and ZLIB to OPTIONS_DEFAULT to retain current
default functionality.
[1] http://gnutls.org/manual/html_node/Downloading-and-installing.html
Inspired by: Recent gnutls 2 -> 3 change, fan of minimal dependencies
PR: 192090
Submitted by: koobs
Approved by: maintainer
|
Mon, 28 Jul 2014
|
[ 06:43 novel ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine
|
Thu, 24 Jul 2014
|
[ 20:38 bdrewery ]
- Fix plist
Reported by: many
|
[ 19:43 bdrewery ]
Update to 3.2.16
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 15 Jul 2014
|
[ 16:57 adamw ] (Only the first 10 of 14 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 4 Jun 2014
|
[ 18:51 cy ]
Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing.
Obtained from:
https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd
Security: CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317
|
Wed, 30 Apr 2014
|
[ 18:20 tijl ]
- New LIB_DEPENDS syntax.
- USES=libtool:keepla tar:bzip2.
- Remove -fPIC flag. Leftover from an old version.
|
Tue, 4 Mar 2014
|
[ 22:46 bdrewery ]
- Add fixes for:
CVE-2014-0092 - Certificate verification issue
CVE-2014-1959 - Certificate verification issue
All users are recommended to upgrade ASAP.
Security: f645aa90-a3e8-11e3-a422-3c970e169bc2
|
Wed, 22 Jan 2014
|
[ 07:06 novel ]
Add an additional mirror to MASTER_SITES.
PR: 185901
Submitted by: Bruno Machado <bruno@bsd.com.br>
|
Fri, 10 Jan 2014
|
[ 20:33 marino ]
security/gnutls: Fix hardcoded perl paths
Perl was recently added as a build tool for gnutls, and immediately the
port fails to build on systems that do not have the /usr/bin/perl
symlink. The cause is harded perl path of "/usr/bin/perl". Shebangfix
will fix a couple of these, REINPLACE_CMD will fix the other. Committed
under the new "Just fix it" blanket, but it was tested in redports.
|
Wed, 8 Jan 2014
|
[ 11:18 novel ]
- Fix possbile DoS in TLS record decoding [1]
- Fix installation without NLS [2]
- Require gmake and perl for build because in some
occasions it will rebuild the documentation that
works in a proper way with gmake only and needs perl
- Bump PORTREVISION
Security: CVE-2013-2116
Reported by: mat [2]
|
Mon, 6 Jan 2014
|
[ 10:59 novel ]
- Support stagedir
- Add LICENSE
- Fix pkg-descr formatting
PR: 185409
Submitted by: Takefu <takefu@airport.fm>
|
Sun, 3 Nov 2013
|
[ 09:22 novel ]
- Chase security/libtasn1 update
- Add UPDATING entry
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Wed, 6 Feb 2013
|
[ 17:30 novel ] (Only the first 10 of 11 ports in this commit are shown above. )
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
|
Tue, 5 Feb 2013
|
[ 16:14 novel ]
Update to 2.12.23.
Security: http://www.gnutls.org/security.html#GNUTLS-SA-2013-1
|
Wed, 15 Aug 2012
|
[ 13:57 novel ]
- Drop automatic dependency detection [1]
- Do not link to -lphread directly [2]
- Use USE_PKGCONFIG [2]
- Pet portlint by removing ABI number references [2]
- Drop no longer actual --with-lzo=no switch, lzo support
is disabled by default anyway [2]
- Bump PORTREVISION
PR: 170390 [2]
Submitted by: Jason E. Hale [2], A.J. Kehoe IV (Nanoman) [1]
|
Tue, 10 Apr 2012
|
[ 11:06 novel ]
Respect NOPORTEXAMPLES.
PR: 166693
Submitted by: scheidell, crees
|
Sun, 25 Mar 2012
|
[ 15:24 novel ]
Update to 2.12.18. This update includes a dirty hack to prevent shared
library bump which is necessary because of not properly set LIBTOOLFILES.
This would be properly fixed after ports slush is over.
PR: 166307
Submitted by: delphij
Security: CVE-2012-1569, CVE-2012-1573
Feature safe: yes
|
Thu, 12 Jan 2012
|
[ 02:45 novel ]
Update to 2.12.16.
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
[ 05:51 novel ]
Update to 2.12.14.
|
Sat, 29 Oct 2011
|
[ 07:20 miwi ]
- Fix build on FreeBSD 10
Reported by: pointyhat
|
Sun, 23 Oct 2011
|
[ 21:02 novel ]
Update to 2.12.12.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 18 Sep 2011
|
[ 23:53 novel ]
Update to 2.12.11.
|
Number of commits found: 192 (showing only 100 on this page) |