This list is closed, nobody may subscribe to it.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(13) |
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(38) |
Jul
(10) |
Aug
(70) |
Sep
(63) |
Oct
(61) |
Nov
(41) |
Dec
(28) |
2002 |
Jan
(43) |
Feb
(11) |
Mar
(9) |
Apr
(2) |
May
(97) |
Jun
(94) |
Jul
(13) |
Aug
(49) |
Sep
(41) |
Oct
(24) |
Nov
(55) |
Dec
(126) |
2003 |
Jan
(90) |
Feb
(75) |
Mar
(32) |
Apr
(24) |
May
(54) |
Jun
(54) |
Jul
(22) |
Aug
(4) |
Sep
(16) |
Oct
(8) |
Nov
(6) |
Dec
(13) |
2004 |
Jan
|
Feb
(17) |
Mar
(60) |
Apr
(21) |
May
(12) |
Jun
|
Jul
(13) |
Aug
|
Sep
(29) |
Oct
|
Nov
|
Dec
(2) |
2005 |
Jan
(22) |
Feb
(3) |
Mar
(2) |
Apr
(13) |
May
(82) |
Jun
(18) |
Jul
(30) |
Aug
(17) |
Sep
(3) |
Oct
(19) |
Nov
(4) |
Dec
(8) |
2006 |
Jan
(1) |
Feb
(6) |
Mar
(2) |
Apr
(40) |
May
|
Jun
(21) |
Jul
(1) |
Aug
(410) |
Sep
(3) |
Oct
|
Nov
(56) |
Dec
(7) |
2007 |
Jan
(19) |
Feb
|
Mar
(4) |
Apr
(8) |
May
(19) |
Jun
(6) |
Jul
(4) |
Aug
(6) |
Sep
|
Oct
(4) |
Nov
(3) |
Dec
(2) |
2008 |
Jan
(13) |
Feb
(18) |
Mar
(12) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(6) |
Mar
(8) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
(11) |
Oct
(13) |
Nov
(17) |
Dec
(6) |
2010 |
Jan
(24) |
Feb
(10) |
Mar
(27) |
Apr
(20) |
May
(108) |
Jun
(8) |
Jul
(23) |
Aug
(38) |
Sep
(49) |
Oct
(17) |
Nov
(12) |
Dec
(14) |
2011 |
Jan
(17) |
Feb
(7) |
Mar
(28) |
Apr
(8) |
May
(20) |
Jun
(11) |
Jul
(7) |
Aug
(12) |
Sep
(4) |
Oct
(20) |
Nov
(19) |
Dec
(2) |
2012 |
Jan
(2) |
Feb
(6) |
Mar
(5) |
Apr
(24) |
May
(5) |
Jun
(4) |
Jul
(6) |
Aug
(18) |
Sep
(38) |
Oct
(26) |
Nov
(12) |
Dec
(6) |
2013 |
Jan
(19) |
Feb
(18) |
Mar
(44) |
Apr
(35) |
May
(18) |
Jun
(21) |
Jul
(10) |
Aug
(19) |
Sep
(44) |
Oct
(25) |
Nov
(1) |
Dec
(2) |
2014 |
Jan
(8) |
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
|
Oct
(4) |
Nov
(4) |
Dec
(7) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
(4) |
Jul
(6) |
Aug
(2) |
Sep
(8) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2016 |
Jan
(7) |
Feb
(9) |
Mar
(5) |
Apr
(5) |
May
(9) |
Jun
(4) |
Jul
(20) |
Aug
(4) |
Sep
(7) |
Oct
(6) |
Nov
(9) |
Dec
(2) |
2017 |
Jan
(7) |
Feb
(7) |
Mar
(5) |
Apr
|
May
(1) |
Jun
(4) |
Jul
(12) |
Aug
(4) |
Sep
(1) |
Oct
(4) |
Nov
(11) |
Dec
(14) |
2018 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
(2) |
4
|
5
(3) |
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
(1) |
24
|
25
|
26
(2) |
27
|
28
|
29
|
30
(2) |
31
|
|
|
|
From: Keith M. <kei...@us...> - 2011-08-30 18:04:08
|
Update of /cvsroot/mingw/mingw-get/src In directory vz-cvs-4.sog:/tmp/cvs-serv26079/src Modified Files: pkgproc.h tarproc.cpp Log Message: Support archive extraction to arbitrary destination without install. Index: pkgproc.h =================================================================== RCS file: /cvsroot/mingw/mingw-get/src/pkgproc.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pkgproc.h 27 Feb 2011 16:21:36 -0000 1.5 --- pkgproc.h 30 Aug 2011 18:04:06 -0000 1.6 *************** *** 85,88 **** --- 85,91 ---- const char *tarname; const char *pkgfile; + + virtual int CreateExtractionDirectory( const char* ); + virtual int ExtractFile( int, const char*, int ); }; *************** *** 145,150 **** */ public: ! /* Constructor and destructor... */ pkgTarArchiveProcessor( pkgXmlNode* ); virtual ~pkgTarArchiveProcessor(); --- 148,154 ---- */ public: ! /* Constructors and destructor... */ + pkgTarArchiveProcessor(){} pkgTarArchiveProcessor( pkgXmlNode* ); virtual ~pkgTarArchiveProcessor(); *************** *** 179,184 **** --- 183,207 ---- }; + class pkgTarArchiveExtractor : public pkgTarArchiveProcessor + { + /* Worker class supporting extraction of tar archives to an + * arbitrary directory, without performing an installation. + */ + public: + pkgTarArchiveExtractor( const char*, const char* ); + + private: + /* Specialised implementations of the archive processing methods... + */ + virtual int ProcessDirectory( const char* ); + virtual int ProcessDataStream( const char* ); + }; + class pkgTarArchiveInstaller : public pkgTarArchiveProcessor { + /* Worker class for extraction of package tar archive content + * to the sysroot directory nominated in the package manifest, + * for the purpose of performing an installation or upgrade. + */ public: /* Constructor and destructor... *************** *** 198,201 **** --- 221,227 ---- class pkgTarArchiveUninstaller : public pkgTarArchiveProcessor { + /* Worker class for removing package content which has been + * previously installed by the pkgTarArchiveInstaller. + */ public: /* Constructor and destructor... Index: tarproc.cpp =================================================================== RCS file: /cvsroot/mingw/mingw-get/src/tarproc.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tarproc.cpp 7 Jun 2011 21:03:37 -0000 1.11 --- tarproc.cpp 30 Aug 2011 18:04:06 -0000 1.12 *************** *** 47,54 **** /******************* * ! * Class Implementation: pkgTarArchiveProcessor * */ pkgTarArchiveProcessor::pkgTarArchiveProcessor( pkgXmlNode *pkg ) { --- 47,97 ---- /******************* * ! * Class Implementation: pkgArchiveProcessor * */ + int pkgArchiveProcessor::CreateExtractionDirectory( const char *pathname ) + { + /* Helper method for creation of the directory infrastructure + * into which archived file entities are to be extracted. + */ + int status; + if( (status = mkdir_recursive( pathname, 0755 )) != 0 ) + dmh_notify( DMH_ERROR, "cannot create directory `%s'\n", pathname ); + return status; + } + + int pkgArchiveProcessor::ExtractFile( int fd, const char *pathname, int status ) + { + /* Helper method to finalise extraction of archived file entities; + * called by the ProcessDataStream() method of the extractor class, + * where "fd" is the file descriptor for the extraction data stream, + * "pathname" is the corresponding path wher the data is extracted, + * and "status" is the result of calling the ProcessEntityData() + * method of the extractor class on "fd". + */ + if( fd >= 0 ) + { + /* File stream was written; close it... + */ + close( fd ); + if( status != 0 ) + { + /* The target file was not successfully and completely + * written; discard it, and diagnose failure. + */ + unlink( pathname ); + dmh_notify( DMH_ERROR, "%s: extraction failed\n", pathname ); + } + } + /* Finally, we pass the original status value back to the caller. + */ + return status; + } + /******************* + * + * Class Implementation: pkgTarArchiveProcessor + * + */ pkgTarArchiveProcessor::pkgTarArchiveProcessor( pkgXmlNode *pkg ) { *************** *** 461,465 **** /******************* * ! * Class Implementation: pkgTarArchiveInstaller * */ --- 504,508 ---- /******************* * ! * Class Implementation: pkgTarArchiveExtractor * */ *************** *** 478,481 **** --- 521,598 ---- } + pkgTarArchiveExtractor::pkgTarArchiveExtractor( const char *fn, const char *dir ) + { + /* A simplified variation on the installer theme; this extracts + * the tar archive named by "fn" into any arbitrarily chosen path, + * specified by "dir", without creating an installation record. + * + * The extractor uses a specialised constructor; however, we + * begin by initialising as for the general case. + */ + sysroot_len = 0; + + sysroot = NULL; + sysroot_path = NULL; + installed = NULL; + stream = NULL; + + /* When an explicit extraction path name is specified... + */ + if( dir != NULL ) + { + /* ...then set up the template which the extractor will use + * to generate path names for each extracted file entity... + */ + const char *template_format = "%F%%/M/%%F"; + char template_text[mkpath( NULL, template_format, dir, NULL )]; + mkpath( template_text, template_format, dir, NULL ); + + /* ...suborning the sysroot_len and sysroot_path properties + * to pass it to the extraction methods. + */ + sysroot_len = mkpath( NULL, template_text, "", NULL ) - 1; + sysroot_path = strdup( template_text ); + } + + /* Finally, open the specified archive using the appropriate + * stream type, and invoke the extraction Process() method. + */ + stream = pkgOpenArchiveStream( fn ); + Process(); + } + + int pkgTarArchiveExtractor::ProcessDirectory( const char *pathname ) + { + /* We are obliged to provide an implementation for this method, + * since the base class declares it as abstract; in this instance, + * delegation to a real base class method suffices. + */ + return CreateExtractionDirectory( pathname ); + } + + int pkgTarArchiveExtractor::ProcessDataStream( const char *pathname ) + { + /* Also declared as abstract in the base class, in this case + * we must set up the output stream, and initiate entity data + * processing on behalf of the base class ExtractFile() method.. + */ + int status; + int fd = set_output_stream( pathname, octval( header.field.mode ) ); + if( (status = ExtractFile( fd, pathname, ProcessEntityData( fd ))) == 0 ) + /* + * ...and commit the file after successful extraction... + */ + commit_saved_entity( pathname, octval( header.field.mtime ) ); + + /* ...ultimately returning the extraction status code. + */ + return status; + } + + /******************* + * + * Class Implementation: pkgTarArchiveInstaller + * + */ pkgTarArchiveInstaller:: pkgTarArchiveInstaller( pkgXmlNode *pkg ):pkgTarArchiveProcessor( pkg ) *************** *** 532,536 **** else { ! if( (status = mkdir_recursive( pathname, 0755 )) == 0 ) /* * Either the specified directory already exists, --- 649,653 ---- else { ! if( (status = CreateExtractionDirectory( pathname )) == 0 ) /* * Either the specified directory already exists, *************** *** 539,548 **** */ installed->AddEntry( dirname_key, pathname + sysroot_len ); - - else - /* A required subdirectory could not be created; - * diagnose this failure. - */ - dmh_notify( DMH_ERROR, "cannot create directory `%s'\n", pathname ); } return status; --- 656,659 ---- *************** *** 574,600 **** else { int fd = set_output_stream( pathname, octval( header.field.mode ) ); ! int status = ProcessEntityData( fd ); ! if( fd >= 0 ) { ! /* File stream was written; close it... ! */ ! close( fd ); ! if( status == 0 ) ! { ! /* ...and on successful completion, commit it and ! * record it in the installation database. */ commit_saved_entity( pathname, octval( header.field.mtime ) ); installed->AddEntry( filename_key, pathname + sysroot_len ); - } - - else - { /* The target file was not successfully and completely - * written; discard it, and diagnose failure. - */ - unlink( pathname ); - dmh_notify( DMH_ERROR, "%s: extraction failed\n", pathname ); - } } return status; --- 685,701 ---- else { + int status; + + /* Establish an output file stream, extract the entity data, + * writing it to this stream... + */ int fd = set_output_stream( pathname, octval( header.field.mode ) ); ! if( (status = ExtractFile( fd, pathname, ProcessEntityData( fd ))) == 0 ) { ! /* ...and on successful completion, commit the file ! * and record it in the installation database. */ commit_saved_entity( pathname, octval( header.field.mtime ) ); installed->AddEntry( filename_key, pathname + sysroot_len ); } return status; |
From: Keith M. <kei...@us...> - 2011-08-30 17:49:13
|
Update of /cvsroot/mingw/mingw-get/src In directory vz-cvs-4.sog:/tmp/cvs-serv24370/src Modified Files: pkgopts.h Log Message: Make --download-only and --print-uris imply --reinstall. Index: pkgopts.h =================================================================== RCS file: /cvsroot/mingw/mingw-get/src/pkgopts.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pkgopts.h 7 Aug 2011 05:37:48 -0000 1.4 --- pkgopts.h 30 Aug 2011 17:49:11 -0000 1.5 *************** *** 86,92 **** #define OPTION_REINSTALL (0x00000010) ! #define OPTION_DNLOAD_ONLY (0x00000020) ! #define OPTION_DOWNLOAD_ONLY (0x00000020) ! #define OPTION_PRINT_URIS (0x00000060) #if __cplusplus --- 86,92 ---- #define OPTION_REINSTALL (0x00000010) ! #define OPTION_DNLOAD_ONLY (0x00000030) ! #define OPTION_DOWNLOAD_ONLY (0x00000030) ! #define OPTION_PRINT_URIS (0x00000070) #if __cplusplus |
From: Charles W. <cwi...@us...> - 2011-08-26 16:07:49
|
Update of /cvsroot/mingw/mingw-dist In directory vz-cvs-4.sog:/tmp/cvs-serv26187 Modified Files: ChangeLog Log Message: Add msys-rsync, msys-diffstat, msys-help2man Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-dist/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** ChangeLog 23 Aug 2011 23:17:05 -0000 1.92 --- ChangeLog 26 Aug 2011 16:07:47 -0000 1.93 *************** *** 1,2 **** --- 1,13 ---- + 2011-08-26 Charles Wilson <mi...@cw...> + + Add msys-rsync, msys-diffstat, msys-help2man. + + * msys/msys-rsync.xml: New file (version 3.0.8). + * msys/msys-diffstat.xml: New file (version 1.54). + * msys/msys-help2man.xml: New file (version 1.40.4). + * msys/msys-package-list.xml: Add new manifests. + * msys/mingw-developer-toolkit.xml: Add rsync and diffstat. + * msys/issue.log: Updated accordingly. + 2011-08-23 Chris Sutcliffe <ir0...@us...> |
From: Charles W. <cwi...@us...> - 2011-08-26 16:07:28
|
Update of /cvsroot/mingw/mingw-dist/msys In directory vz-cvs-4.sog:/tmp/cvs-serv26161/msys Modified Files: msys-package-list.xml mingw-developer-toolkit.xml issue.log Added Files: msys-rsync.xml msys-help2man.xml msys-diffstat.xml Log Message: Add msys-rsync, msys-diffstat, msys-help2man Index: msys-package-list.xml =================================================================== RCS file: /cvsroot/mingw/mingw-dist/msys/msys-package-list.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** msys-package-list.xml 7 Oct 2010 18:46:42 -0000 1.15 --- msys-package-list.xml 26 Aug 2011 16:07:26 -0000 1.16 *************** *** 31,34 **** --- 31,35 ---- <package-list catalogue="msys-dash" /> <package-list catalogue="msys-diffutils" /> + <package-list catalogue="msys-diffstat" /> <package-list catalogue="msys-expat" /> <package-list catalogue="msys-file" /> *************** *** 44,47 **** --- 45,49 ---- <package-list catalogue="msys-guile" /> <package-list catalogue="msys-gzip" /> + <package-list catalogue="msys-help2man" /> <package-list catalogue="msys-inetutils" /> <package-list catalogue="msys-less" /> *************** *** 65,68 **** --- 67,71 ---- <package-list catalogue="msys-rebase" /> <package-list catalogue="msys-regex" /> + <package-list catalogue="msys-rsync" /> <package-list catalogue="msys-rxvt" /> <package-list catalogue="msys-sed" /> --- NEW FILE: msys-help2man.xml --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> <!-- File: msys-help2man.xml --> <package-collection subsystem="msys"> <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> <package name="msys-help2man"> <affiliate group="MinGW Developer Toolkit" /> <description lang="en" title="help2man: generate man pages" > <paragraph>help2man is a perl script to create man pages from program --help and --version output. </paragraph> </description> <source tarname="help2man-%-msys-%-src.tar" /> <licence tarname="help2man-%-msys-%-lic.tar" /> <component class="bin"> <release tarname="help2man-1.40.4-1-msys-1.0.17-bin.tar.lzma" /> <requires eq="msys-perl-*-msys-*-bin.tar" /> </component> <component class="doc"> <release tarname="help2man-1.40.4-1-msys-1.0.17-doc.tar.lzma" /> </component> <component class="lic"> <release tarname="help2man-1.40.4-1-msys-1.0.17-lic.tar.lzma" /> </component> </package> </package-collection> </software-distribution> <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> Index: mingw-developer-toolkit.xml =================================================================== RCS file: /cvsroot/mingw/mingw-dist/msys/mingw-developer-toolkit.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mingw-developer-toolkit.xml 6 Sep 2010 07:45:21 -0000 1.1 --- mingw-developer-toolkit.xml 26 Aug 2011 16:07:26 -0000 1.2 *************** *** 45,48 **** --- 45,49 ---- <requires eq="msys-coreutils-*-msys-*-ext.tar" /> <requires eq="msys-cvs-*-msys-*-bin.tar" /> + <requires eq="msys-diffstat-*-msys-*-bin.tar" /> <requires eq="msys-flex-*-msys-*-bin.tar" /> <requires eq="msys-guile-*-msys-*-bin.tar" /> *************** *** 55,58 **** --- 56,60 ---- <requires eq="msys-patch-*-msys-*-bin.tar" /> <requires eq="msys-perl-*-msys-*-bin.tar" /> + <requires eq="msys-rsync-*-msys-*-bin.tar" /> <requires eq="msys-vim-*-msys-*-bin.tar" /> </component> --- NEW FILE: msys-rsync.xml --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> <!-- File: msys-rsync.xml --> <package-collection subsystem="msys"> <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> <package name="msys-rsync"> <affiliate group="MinGW Developer Toolkit" /> <description lang="en" title="rsync: file transfer program" > <paragraph>rsync is a file transfer program. rsync uses the 'rsync algorithm' which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. </paragraph> </description> <source tarname="rsync-%-msys-%-src.tar" /> <licence tarname="rsync-%-msys-%-lic.tar" /> <component class="bin"> <release tarname="rsync-3.0.8-1-msys-1.0.17-bin.tar.lzma" /> <requires eq="msys-core-*-msys-*-bin.tar" /> <requires eq="msys-libiconv-*-msys-*-dll-2.tar" /> <requires eq="msys-libpopt-*-msys-*-dll-0.tar" /> </component> <component class="doc"> <release tarname="rsync-3.0.8-1-msys-1.0.17-doc.tar.lzma" /> </component> <component class="lic"> <release tarname="rsync-3.0.8-1-msys-1.0.17-lic.tar.lzma" /> </component> </package> </package-collection> </software-distribution> <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> Index: issue.log =================================================================== RCS file: /cvsroot/mingw/mingw-dist/msys/issue.log,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** issue.log 31 Jul 2011 23:33:00 -0000 1.38 --- issue.log 26 Aug 2011 16:07:26 -0000 1.39 *************** *** 24,28 **** # arising from the use of this software. # ! ce5435d81de37b3f0026eeadcfc184837b1ae8ec 2010090600 mingw-developer-toolkit.xml dfd9cb4f354c07f66eba1de1453ec4eeb6171e50 2010092500 msys-autoconf.xml f8c23efaeaf06405cd535a6ae5959b0983516d00 2010090600 msys-autogen.xml --- 24,28 ---- # arising from the use of this software. # ! 71d9784c4b1d73fd13e665b8416d89dfa226720d 2011082600 mingw-developer-toolkit.xml dfd9cb4f354c07f66eba1de1453ec4eeb6171e50 2010092500 msys-autoconf.xml f8c23efaeaf06405cd535a6ae5959b0983516d00 2010090600 msys-autogen.xml *************** *** 40,43 **** --- 40,44 ---- eda455371db497bb83193712da725c6f2ec8524d 2010080900 msys-cygutils.xml 20ea54bde4876deded24112b2b69bf4a56109efb 2010090600 msys-dash.xml + 0ffa11b6a76d550813e38306592d7ddb6833788a 2011082600 msys-diffstat.xml c3c1de61dab88cf0d909a1a4a7d6a4e31a03d7d9 2010072800 msys-diffutils.xml caade7aec2195638c25c88566b9b38666963ac33 2010081000 msys-expat.xml *************** *** 54,57 **** --- 55,59 ---- 2fcd6a4ee24dea76373c433bf60b829e07c2d265 2010090600 msys-guile.xml 3de9e82f88247132a08b5a0173471f0654b710b6 2010072800 msys-gzip.xml + 72961ec83f17f48a5a7365749314de00e4617e28 2011082600 msys-help2man.xml 475e04ecb555319cdf316af52b1941e54e86d70d 2010090600 msys-inetutils.xml 4abbf2f7c0420e8d3ea103f2702e9a1ce9716d76 2010080500 msys-less.xml *************** *** 70,74 **** 3bd4da5adb392657a7f4e28715c30aee87c6e5a9 2010090600 msys-openssh.xml 2902a92042e440f0b0f46ef8fdb3c0c17af48d63 2010090600 msys-openssl.xml ! 113afbae95941e2882995eb70f89270a6ca0fc0c 2010100700 msys-package-list.xml 791f69a07674cad4e57c562e583432b48a7bc8d4 2010081000 msys-patch.xml 52ce9085a89646d5830394b29f3352baa3f88b45 2011042700 msys-perl.xml --- 72,76 ---- 3bd4da5adb392657a7f4e28715c30aee87c6e5a9 2010090600 msys-openssh.xml 2902a92042e440f0b0f46ef8fdb3c0c17af48d63 2010090600 msys-openssl.xml ! 3b32fd408512138a48e3c2e18de8ef8c153dd97d 2011082600 msys-package-list.xml 791f69a07674cad4e57c562e583432b48a7bc8d4 2010081000 msys-patch.xml 52ce9085a89646d5830394b29f3352baa3f88b45 2011042700 msys-perl.xml *************** *** 76,79 **** --- 78,82 ---- 25fa44b9bdf48be926aa01f7290cfdebaeb92443 2010090600 msys-rebase.xml 00e25e5a049ee12dd2d502c1a1275f0823e6e974 2010080500 msys-regex.xml + bc916d5aa21ea1a488699e21a0c511225aaebc60 2011082600 msys-rsync.xml 094f8c82e164908cac0da9c9d7340f055dd9f0c1 2010090600 msys-rxvt.xml 7bf3e063f14fbe52243606ec37f77bd3c0bac947 2010072600 msys-sed.xml --- NEW FILE: msys-diffstat.xml --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> <!-- File: msys-diffstat.xml --> <package-collection subsystem="msys"> <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> <package name="msys-diffstat"> <affiliate group="MinGW Developer Toolkit" /> <description lang="en" title="diffstat: patch file histograms" > <paragraph>diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files. </paragraph> </description> <source tarname="diffstat-%-msys-%-src.tar" /> <licence tarname="diffstat-%-msys-%-lic.tar" /> <component class="bin"> <release tarname="diffstat-1.54-1-msys-1.0.17-bin.tar.lzma" /> <requires eq="msys-core-*-msys-*-bin.tar" /> </component> <component class="doc"> <release tarname="diffstat-1.54-1-msys-1.0.17-doc.tar.lzma" /> </component> <component class="lic"> <release tarname="diffstat-1.54-1-msys-1.0.17-lic.tar.lzma" /> </component> </package> </package-collection> </software-distribution> <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
From: Chris S. <ir0...@us...> - 2011-08-23 23:17:07
|
Update of /cvsroot/mingw/mingw-dist/mingw32 In directory vz-cvs-4.sog:/tmp/cvs-serv9216/mingw32 Modified Files: mingw32-runtime.xml issue.log Log Message: 2011-08-23 Chris Sutcliffe <ir0...@us...> Update & publish mingwrt. * mingw32/mingw32-runtime.xml: Update mingwrt to 3.20. * mingw32/issue.log: Updated accordingly. Index: mingw32-runtime.xml =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/mingw32-runtime.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mingw32-runtime.xml 20 Aug 2011 19:34:54 -0000 1.7 --- mingw32-runtime.xml 23 Aug 2011 23:17:05 -0000 1.8 *************** *** 30,33 **** --- 30,34 ---- <component class="dev"> <requires eq="mingwrt-%-mingw32-dll.tar" /> + <release tarname="mingwrt-3.20-mingw32-dev.tar.gz" /> <release tarname="mingwrt-3.19-mingw32-dev.tar.gz" /> <release tarname="mingwrt-3.18-mingw32-dev.tar.gz" /> *************** *** 36,39 **** --- 37,41 ---- <component class="dll"> + <release tarname="mingwrt-3.20-mingw32-dll.tar.gz" /> <release tarname="mingwrt-3.19-mingw32-dll.tar.gz" /> <release tarname="mingwrt-3.18-mingw32-dll.tar.gz" /> Index: issue.log =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/issue.log,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** issue.log 20 Aug 2011 19:34:54 -0000 1.43 --- issue.log 23 Aug 2011 23:17:05 -0000 1.44 *************** *** 52,56 **** 85218a27818c20463c1bb520f8a3044969406fbc 2010090600 mingw32-popt.xml 31b0150f6403ae4a1039c1f3cc9633be29e929c5 2011071201 mingw32-pthreads-w32.xml ! e175a1e70cbed570f9372178f29882f367169797 2011082000 mingw32-runtime.xml 713bf38bf91f67c0e1bdb9cc379285c10c3d7afb 2010090600 mingw32-xz.xml 09f15afc1c832abdf7ecf7d983d8633a90c89697 2011042400 mingw32-zlib.xml --- 52,56 ---- 85218a27818c20463c1bb520f8a3044969406fbc 2010090600 mingw32-popt.xml 31b0150f6403ae4a1039c1f3cc9633be29e929c5 2011071201 mingw32-pthreads-w32.xml ! 488d6d4e037b19acdffc6a54c753fa69c21e80f9 2011082300 mingw32-runtime.xml 713bf38bf91f67c0e1bdb9cc379285c10c3d7afb 2010090600 mingw32-xz.xml 09f15afc1c832abdf7ecf7d983d8633a90c89697 2011042400 mingw32-zlib.xml |
From: Chris S. <ir0...@us...> - 2011-08-20 19:34:56
|
Update of /cvsroot/mingw/mingw-dist In directory vz-cvs-4.sog:/tmp/cvs-serv23900 Modified Files: ChangeLog Log Message: 2011-08-20 Chris Sutcliffe <ir0...@us...> Update & publish mingwrt. * mingw32/mingw32-runtime.xml: Update mingwrt to 3.19. * mingw32/issue.log: Updated accordingly. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-dist/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** ChangeLog 5 Aug 2011 14:29:09 -0000 1.90 --- ChangeLog 20 Aug 2011 19:34:53 -0000 1.91 *************** *** 1,2 **** --- 1,9 ---- + 2011-08-20 Chris Sutcliffe <ir0...@us...> + + Update & publish mingwrt. + + * mingw32/mingw32-runtime.xml: Update mingwrt to 3.19. + * mingw32/issue.log: Updated accordingly. + 2011-08-05 Chris Sutcliffe <ir0...@us...> |
From: Keith M. <kei...@us...> - 2011-08-07 05:37:50
|
Update of /cvsroot/mingw/mingw-get In directory vz-cvs-4.sog:/tmp/cvs-serv28186 Modified Files: ChangeLog Log Message: Implement --download-only and --print-uris options. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-get/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** ChangeLog 29 Jul 2011 20:21:57 -0000 1.112 --- ChangeLog 7 Aug 2011 05:37:47 -0000 1.113 *************** *** 1,2 **** --- 1,17 ---- + 2011-08-07 Keith Marshall <kei...@us...> + + Implement --download-only and --print-uris options. + + * src/pkgopts.h (OPTION_DOWNLOAD_ONLY, OPTION_PRINT_URIS): + New manifest constants, identifying flag bits; define them. + (OPTION_DNLOAD_ONLY): Likewise; an alias for OPTION_DOWNLOAD_ONLY. + + * src/pkgbase.h (pkgActionItem::PrintURI): New private method. + * src/pkginet.cpp: Implement it. + + * src/clistub.c (options): Add "download-only" and "print-uris". + (help_text): Document them. + * src/pkgexec.cpp (pkgActionItem::Execute): Process them. + 2011-07-29 Keith Marshall <kei...@us...> |
From: Chris S. <ir0...@us...> - 2011-08-05 14:29:11
|
Update of /cvsroot/mingw/mingw-dist/mingw32 In directory vz-cvs-4.sog:/tmp/cvs-serv7793/mingw32 Modified Files: mingw32-binutils.xml issue.log Log Message: 2011-08-05 Chris Sutcliffe <ir0...@us...> Update & publish mingw32-binutils. * mingw32/mingw32-binutils.xml: Update to 2.21.53-1. * mingw32/issue.log: Updated accordingly. Index: mingw32-binutils.xml =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/mingw32-binutils.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mingw32-binutils.xml 5 Aug 2011 02:53:45 -0000 1.8 --- mingw32-binutils.xml 5 Aug 2011 14:29:09 -0000 1.9 *************** *** 23,26 **** --- 23,29 ---- <component class="bin"> + <release tarname="binutils-2.21.53-1-mingw32-bin.tar.lzma" > + <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" /> + </release> <release tarname="binutils-2.21.1-2-mingw32-bin.tar.lzma" > <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" /> *************** *** 38,41 **** --- 41,45 ---- <component class="doc"> + <release tarname="binutils-2.21.53-1-mingw32-doc.tar.lzma" /> <release tarname="binutils-2.21.1-2-mingw32-doc.tar.lzma" /> <release tarname="binutils-2.21.1-1-mingw32-doc.tar.lzma" /> *************** *** 45,48 **** --- 49,53 ---- <component class="lang"> + <release tarname="binutils-2.21.53-1-mingw32-lang.tar.lzma" /> <release tarname="binutils-2.21.1-2-mingw32-lang.tar.lzma" /> <release tarname="binutils-2.21.1-1-mingw32-lang.tar.lzma" /> Index: issue.log =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/issue.log,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** issue.log 5 Aug 2011 02:53:45 -0000 1.41 --- issue.log 5 Aug 2011 14:29:09 -0000 1.42 *************** *** 29,33 **** 9de97172522316bb359227b484cfc9bc4c5b6c5a 2011060500 mingw32-base.xml 7ff448c34d1b3e7d49f9c10bbe4630366d0d9f3d 2010090600 mingw32-basic-bsdtar.xml ! 50e965109ffefcee6458508147f6d5c33ea89d9c 2011080500 mingw32-binutils.xml ec771f5e285c64e0696f091c99f680286c3c908e 2011052100 mingw32-bzip2.xml 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml --- 29,33 ---- 9de97172522316bb359227b484cfc9bc4c5b6c5a 2011060500 mingw32-base.xml 7ff448c34d1b3e7d49f9c10bbe4630366d0d9f3d 2010090600 mingw32-basic-bsdtar.xml ! cd3faf71149703f55db157afeb230766558635e6 2011080501 mingw32-binutils.xml ec771f5e285c64e0696f091c99f680286c3c908e 2011052100 mingw32-bzip2.xml 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml |
From: Chris S. <ir0...@us...> - 2011-08-05 02:53:47
|
Update of /cvsroot/mingw/mingw-dist/mingw32 In directory vz-cvs-4.sog:/tmp/cvs-serv7638/mingw32 Modified Files: mingw32-binutils.xml issue.log Log Message: 2011-08-04 Chris Sutcliffe <ir0...@us...> Update & publish mingw32-binutils. * mingw32/mingw32-binutils.xml: Update to 2.21.1-2. * mingw32/issue.log: Updated accordingly. Index: mingw32-binutils.xml =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/mingw32-binutils.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mingw32-binutils.xml 16 Feb 2011 03:56:24 -0000 1.7 --- mingw32-binutils.xml 5 Aug 2011 02:53:45 -0000 1.8 *************** *** 23,26 **** --- 23,30 ---- <component class="bin"> + <release tarname="binutils-2.21.1-2-mingw32-bin.tar.lzma" > + <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" /> + </release> + <release tarname="binutils-2.21.1-1-mingw32-bin.tar.lzma" /> <release tarname="binutils-2.21-3-mingw32-bin.tar.lzma" > <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" /> *************** *** 34,37 **** --- 38,43 ---- <component class="doc"> + <release tarname="binutils-2.21.1-2-mingw32-doc.tar.lzma" /> + <release tarname="binutils-2.21.1-1-mingw32-doc.tar.lzma" /> <release tarname="binutils-2.21-3-mingw32-doc.tar.lzma" /> <release tarname="binutils-2.21-2-mingw32-doc.tar.lzma" /> *************** *** 39,42 **** --- 45,50 ---- <component class="lang"> + <release tarname="binutils-2.21.1-2-mingw32-lang.tar.lzma" /> + <release tarname="binutils-2.21.1-1-mingw32-lang.tar.lzma" /> <release tarname="binutils-2.21-3-mingw32-lang.tar.lzma" /> <release tarname="binutils-2.21-2-mingw32-lang.tar.lzma" /> Index: issue.log =================================================================== RCS file: /cvsroot/mingw/mingw-dist/mingw32/issue.log,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** issue.log 5 Aug 2011 00:01:47 -0000 1.40 --- issue.log 5 Aug 2011 02:53:45 -0000 1.41 *************** *** 29,33 **** 9de97172522316bb359227b484cfc9bc4c5b6c5a 2011060500 mingw32-base.xml 7ff448c34d1b3e7d49f9c10bbe4630366d0d9f3d 2010090600 mingw32-basic-bsdtar.xml ! 89f2e01067e79bd79bf30d3e547874e58b065397 2011021600 mingw32-binutils.xml ec771f5e285c64e0696f091c99f680286c3c908e 2011052100 mingw32-bzip2.xml 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml --- 29,33 ---- 9de97172522316bb359227b484cfc9bc4c5b6c5a 2011060500 mingw32-base.xml 7ff448c34d1b3e7d49f9c10bbe4630366d0d9f3d 2010090600 mingw32-basic-bsdtar.xml ! 50e965109ffefcee6458508147f6d5c33ea89d9c 2011080500 mingw32-binutils.xml ec771f5e285c64e0696f091c99f680286c3c908e 2011052100 mingw32-bzip2.xml 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml |
From: Chris S. <ir0...@us...> - 2011-08-05 00:01:49
|
Update of /cvsroot/mingw/mingw-dist In directory vz-cvs-4.sog:/tmp/cvs-serv1558 Modified Files: ChangeLog Log Message: 2011-08-04 Chris Sutcliffe <ir0...@us...> Update & publish mingw32-gdb. * mingw32/mingw32-gdb.xml: Update to 7.3-2. * mingw32/issue.log: Updated accordingly. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-dist/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** ChangeLog 3 Aug 2011 10:50:43 -0000 1.87 --- ChangeLog 5 Aug 2011 00:01:47 -0000 1.88 *************** *** 1,2 **** --- 1,9 ---- + 2011-08-04 Chris Sutcliffe <ir0...@us...> + + Update & publish mingw32-gdb. + + * mingw32/mingw32-gdb.xml: Update to 7.3-2. + * mingw32/issue.log: Updated accordingly. + 2011-08-01 Chris Sutcliffe <ir0...@us...> |
From: Chris S. <ir0...@us...> - 2011-08-03 10:50:46
|
Update of /cvsroot/mingw/mingw-dist In directory vz-cvs-4.sog:/tmp/cvs-serv15454 Modified Files: ChangeLog Log Message: 2011-08-01 Chris Sutcliffe <ir0...@us...> Update & publish mingw32-gdb. * mingw32/mingw32-gdb.xml: Update to 7.3-1. * mingw32/issue.log: Updated accordingly. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-dist/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** ChangeLog 31 Jul 2011 23:32:59 -0000 1.86 --- ChangeLog 3 Aug 2011 10:50:43 -0000 1.87 *************** *** 1,2 **** --- 1,9 ---- + 2011-08-01 Chris Sutcliffe <ir0...@us...> + + Update & publish mingw32-gdb. + + * mingw32/mingw32-gdb.xml: Update to 7.3-1. + * mingw32/issue.log: Updated accordingly. + 2011-07-31 Chris Sutcliffe <ir0...@us...> |
From: Charles W. <cwi...@us...> - 2011-08-03 04:02:09
|
Update of /cvsroot/mingw/mingw-get-inst In directory vz-cvs-4.sog:/tmp/cvs-serv27835 Modified Files: ChangeLog RELEASE_NOTES.txt mingw-get-inst.iss Log Message: 20110802 release Index: mingw-get-inst.iss =================================================================== RCS file: /cvsroot/mingw/mingw-get-inst/mingw-get-inst.iss,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mingw-get-inst.iss 30 May 2011 23:40:59 -0000 1.7 --- mingw-get-inst.iss 3 Aug 2011 04:02:07 -0000 1.8 *************** *** 27,31 **** ; the _inst subdirectory of the directory in which this file is located. ; ! ; $ V=0.3-mingw32-alpha-1 ; $ S=http://downloads.sourceforge.net/mingw ; $ rm -rf _inst && mkdir _inst --- 27,31 ---- ; the _inst subdirectory of the directory in which this file is located. ; ! ; $ V=0.3-mingw32-alpha-2.1 ; $ S=http://downloads.sourceforge.net/mingw ; $ rm -rf _inst && mkdir _inst *************** *** 61,68 **** #define MyAppName "MinGW-Get" ! #define MyAppVersion "0.3-alpha-1" #define MyAppPublisher "MinGW" #define MyAppURL "http://www.mingw.org/" ! #define MyCatalogueSnapshotDate "20110530" [Setup] --- 61,68 ---- #define MyAppName "MinGW-Get" ! #define MyAppVersion "0.3-alpha-2.1" #define MyAppPublisher "MinGW" #define MyAppURL "http://www.mingw.org/" ! #define MyCatalogueSnapshotDate "20110802" [Setup] Index: RELEASE_NOTES.txt =================================================================== RCS file: /cvsroot/mingw/mingw-get-inst/RELEASE_NOTES.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RELEASE_NOTES.txt 30 May 2011 23:40:59 -0000 1.5 --- RELEASE_NOTES.txt 3 Aug 2011 04:02:07 -0000 1.6 *************** *** 28,32 **** The 'update' command updates the local copy of the package information database. This version of mingw-get-inst ships with a snapshot of that ! database, from 2011 May 30. (During the GUI phase of the installation, you will be given the option of automatically updating the database to the latest version, or using the pre-packaged snapshot). --- 28,32 ---- The 'update' command updates the local copy of the package information database. This version of mingw-get-inst ships with a snapshot of that ! database, from 2011 Aug 02. (During the GUI phase of the installation, you will be given the option of automatically updating the database to the latest version, or using the pre-packaged snapshot). *************** *** 42,45 **** --- 42,57 ---- Changes ========== + 20110802: + * Ship with mingw-get-0.3-alpha-2.1. This bugfix release corrects + critical defect in the version matching code within mingw-get's + dependency resolver, which resulted in failure of wild card tokens + in a requirements specification to match an actual package version, + where that version was qualified by a release status descriptor, + (such as "alpha", "beta", "pre", etc.). Therefore, this version of + mingw-get is a mandatory prerequisite upgrade for all users who may + wish to install and deploy the upcoming MinGW GCC-4.6 pre-release + packages using mingw-get. + * Update catalogue to 2011-08-02. + 20110530: * Ship with mingw-get-0.3-alpha-1. This feature enhancement Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/mingw-get-inst/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 30 May 2011 23:40:59 -0000 1.8 --- ChangeLog 3 Aug 2011 04:02:07 -0000 1.9 *************** *** 1,2 **** --- 1,9 ---- + 2011-08-02 Charles Wilson <...> + + 20110802 release + * mingw-get-inst.iss: Use mingw-get-0.3-alpha-2.1. Update + catalogue snapshot date. + * RELEASE_NOTES.txt: Document changes. + 2011-05-30 Charles Wilson <...> |