• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Révision5f755e66d0cf598e7ec706e9f87adb7a21062934 (tree)
l'heure2014-10-20 04:44:18
AuteurCesar Strauss <cestrauss@gmai...>
CommiterCesar Strauss

Message de Log

Upgrade msys-bash to GNU Bash 3.1 patchlevel 23.

Change Summary

Modification

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
11 2014-10-19 Cesar Strauss <cestrauss@gmail.com>
22
3+ Upgrade msys-bash to GNU Bash 3.1 patchlevel 23.
4+
5+ * msys/msys-bash.xml: Update to 3.1.23-1.
6+ (msys-bash) <lnk>: New component for creating msys.bat shortcuts.
7+ * common/issue.log msys/issue.log: Updated accordingly.
8+
9+2014-10-19 Cesar Strauss <cestrauss@gmail.com>
10+
311 Revert corruption of file attributes (again).
412
513 * common/issue.log mingw32/issue.log msys/issue.log: Remove bogus
--- a/common/issue.log
+++ b/common/issue.log
@@ -23,6 +23,6 @@
2323 # MinGW Project, accept liability for any damages, however caused,
2424 # arising from the use of this software.
2525 #
26- 75fc52dde8d408d798c0be51070d5d02f4c63085 2014100700 package-list.xml
26+ 75fc52dde8d408d798c0be51070d5d02f4c63085 2014101900 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/msys/issue.log
+++ b/msys/issue.log
@@ -28,7 +28,7 @@
2828 8384936e52651ea2fcdbb8cba5fb7eb880699118 2012073100 msys-autogen.xml
2929 a7ff50459cd0958291619c918690c2a716149aa0 2012073100 msys-automake.xml
3030 99df5097edfe73e5081a1234d84f6c87ce5f46d2 2013072300 msys-base.xml
31- 56b441272a03bc5ade62d4c7dc9595468baa922f 2012073100 msys-bash.xml
31+ f531daec76442652e8a2e6a60e04e1d2b875baa5 2014101900 msys-bash.xml
3232 e52982cbff0b0bb825461deb9af0411f72f2e4a2 2010090600 msys-binutils.xml
3333 098df570908eec421a271133cd0556f5894cce65 2012073100 msys-bison.xml
3434 a339eb6a797f2365119e4d2fd12c97ef50615dfc 2013020400 msys-bzip2.xml
@@ -73,7 +73,7 @@
7373 ec0f6517ee5afb3d8f4887dd0061b558604fd3f5 2012073100 msys-mktemp.xml
7474 243df0057053eebc442d922dff075e09fb579805 2012073100 msys-openssh.xml
7575 0103c79956ba9fa128755cd93374f0fc334c7cf6 2012073100 msys-openssl.xml
76- 0defc38585dbedbe010d82bdf6e4dbbae8fb1398 2014100700 msys-package-list.xml
76+ 0defc38585dbedbe010d82bdf6e4dbbae8fb1398 2014101900 msys-package-list.xml
7777 d19e1e39e5fab25a3d40acb92b98b40a60b0da90 2012073100 msys-patch.xml
7878 d4f194d2e95035da2b712c54053fb6ad5d45e1d9 2013101200 msys-perl.xml
7979 19ddf46e23e23010a440af1b423d986712c3bda7 2012073100 msys-popt.xml
--- a/msys/msys-bash.xml
+++ b/msys/msys-bash.xml
@@ -24,21 +24,52 @@
2424 <licence tarname="bash-%-msys-%-lic.tar.%" />
2525
2626 <component class="bin">
27- <release tarname="bash-3.1.17-4-msys-1.0.16-bin.tar.lzma">
28- <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
29- <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
30- </release>
27+ <release tarname="bash-3.1.17-4-msys-1.0.16-bin.tar.lzma" />
28+ <release tarname="bash-3.1.23-1-msys-1.0.18-bin.tar.xz" />
29+ <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
30+ <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
3131 <requires eq="msys-core-*-msys-*-bin.tar" />
3232 <requires eq="msys-coreutils-*-msys-*-bin.tar" />
3333 </component>
3434
3535 <component class="doc">
3636 <release tarname="bash-3.1.17-4-msys-1.0.16-doc.tar.lzma" />
37+ <release tarname="bash-3.1.23-1-msys-1.0.18-doc.tar.xz" />
3738 </component>
3839
3940 <component class="lic">
4041 <release tarname="bash-3.1.17-4-msys-1.0.16-lic.tar.lzma" />
42+ <release tarname="bash-3.1.23-1-msys-1.0.18-lic.tar.xz" />
4143 </component>
44+
45+ <component class="lnk">
46+ <release tarname="bash-3.1.23-1-msys-1.0.18-lnk.tar.xz">
47+ <download tarname="none" />
48+ </release>
49+ <requires eq="msys-core-*-msys-*-ext.tar" />
50+ <action class="post-install">
51+ setup = require "setup"
52+ sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
53+ if sysroot_prefix then
54+ setup.create_shortcuts(
55+ '--description="Start MinGW Shell"',
56+ '--icon="'..sysroot_prefix..'\\msys.ico"',
57+ sysroot_prefix..'\\msys.bat', '"MinGW Shell"'
58+ )
59+ end
60+ </action>
61+ <action class="pre-remove">
62+ setup = require "setup"
63+ sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
64+ if sysroot_prefix then
65+ setup.delete_shortcuts(
66+ "--if-linked="..sysroot_prefix.."\\msys.bat",
67+ "--force", '"MinGW Shell"'
68+ )
69+ end
70+ </action>
71+ </component>
72+
4273 </package>
4374
4475 </package-collection>