Send MinGW-Notify mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."


Please do not reply to this notification; the sender address is unable to 
accept incoming e-mail.  If you wish to unsubscribe you can do so at 
https://lists.osdn.me/mailman/listinfo/mingw-notify.



Today's Topics:

   1. [mingw] #41041: Define of TreeView_GetItemRect error
      (MinGW Notification List)
   2. [mingw] #40887: is mailing list "MinGW-Users" still working?
      (MinGW Notification List)
   3. [mingw] #40872: Trojan Attack During MinGW Installation
      (MinGW Notification List)
   4. [mingw] #37868: Move the mingw.org CMS from Drupal to
      Wordpress (MinGW Notification List)
   5. [mingw] #37906: VOTE: wiki URL - change to lowercase
      (MinGW Notification List)
   6. [mingw] #37886: VOTE: mingw.org Users (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Tue, 13 Apr 2021 20:34:36 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41041: Define of TreeView_GetItemRect
        error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41041: Define of TreeView_GetItemRect error

  Open Date: 2020-12-10 04:17
Last Update: 2021-04-13 20:34

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41041
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41041

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-04-13 20:34 Updated by: keith
 * Owner Update from (None) to keith
 * Resolution Update from None to Accepted
 * Details Updated

Comment:

Reply To royqh1979
In include/commctrl.h, line 4587-4590:
...
line 4588
   (*(HTREEITEM *)((p) = (i)),
   is wrong ...
Thanks.  I agree with your assessment, and with your proposed correction.  You 
could have laid the report out better, (as I have done now), and had you 
provided a suitable patch, it might have made it into WSL-5.4.2.  As it is now, 
I've corrected it in my local repository copy, and will push it for inclusion 
in the next release.
How would you like the attribution to appear, in the ChangeLog?

---------------------------------------------------------------------
Ticket Status:

      Reporter: royqh1979
         Owner: keith
          Type: Issues
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

In include/commctrl.h, line 4587-4590:
#define TreeView_GetItemRect( w, i, p, c )                              \
  (*(HTREEITEM *)((p) = (i)),                                           \
    (BOOL)(SNDMSG ((w), TVM_GETITEMRECT, (c), (LPARAM)((LPRECT)(p))))   \
  )
line 4588
  (*(HTREEITEM *)((p) = (i)),
is wrong; should be:
  ((*(HTREEITEM *)(p) = (i)),


-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/41041
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41041


------------------------------

Message: 2
Date: Tue, 13 Apr 2021 21:35:17 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40887: is mailing list "MinGW-Users"
        still working?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#40887: is mailing list "MinGW-Users" still working?

  Open Date: 2020-10-28 13:12
Last Update: 2021-04-13 21:35

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/40887
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40887

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-04-13 21:35 Updated by: keith
 * Status Update from Open to Closed
 * Resolution Update from None to Works For Me


---------------------------------------------------------------------
Ticket Status:

      Reporter: www250
         Owner: (None)
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: Works For Me
---------------------------------------------------------------------

Ticket details:

Hi, I have tried to join Mailing List "MinGW-Users"  here:
http://www.mingw.org/mailing_lists
I have fill my info in the subscribe page:
https://lists.osdn.me/mailman/listinfo/mingw-users
but after many days,  when I send mail to "[email protected]", I still got 
reject mail,
Is this mail-list  still working?   Thank you for reply!!!
reject msg:
Due to spam issues this MinGW list is a member only list.  If you wish
to post, you will need to join the list.  If you don't want to receive
the list mail then choose the nomail option when joining.  Please
visit http://www.mingw.org/lists.shtml for links to the list form.
There may be a time lag between subscribing and when you are actually
listed as a member.  If you see this rejection message again after
subscribing, please try your post again later.  If you see this
rejection message and believe that you are listed as a registered
member then check the From address, it must match the registered
address.

-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/40887
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40887


------------------------------

Message: 3
Date: Tue, 13 Apr 2021 21:53:03 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40872: Trojan Attack During MinGW
        Installation
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#40872: Trojan Attack During MinGW Installation

       登録: 2020-10-21 09:44
   最終更新: 2021-04-13 21:53

このチケットのURL:
    https://osdn.net//projects/mingw/ticket/40872
このチケットのRSS feed:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40872

---------------------------------------------------------------------

このチケットの最終修正/コメント:
2021-04-13 21:53 更新者: keith
 * 状況 が オープン から 完了 に更新されました
 * 解決法 が なし から 直さない に更新されました

コメント:

So, chances are your anti-virus software is reporting false positives.  Verify 
the package checksums.  If there are OpenPGP signatures, verify them ... they 
will (most likely) have been signed by [email protected], with signing key 
footprint C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F.
Such verification is your own responsibility; we cannot help with that.  Beyond 
checksum and signature verification, it is also entirely your own choice as to 
how much faith you have in your anti-virus software; personally, I distrust 
every one of those which is commercially marketed, and trust only ClamAV.

---------------------------------------------------------------------
チケットの状態:

        報告者: (del#111767)
        担当者: (未割り当て)
チケットの種類: Issues
          状況: 完了
        優先度: 5 - 中
マイルストーン: (未割り当て)
コンポーネント: (未割り当て)
        重要度: 5 - 中
        解決法: 直さない
---------------------------------------------------------------------

チケットの詳細:

Hi! While I was installing MinGW, there were twice trojan attacks: 
Trojan.Generic. I have taken a screenshot which I can send if required.
Gaurav Sharma

-- 
MinGW - Minimalist GNU for Windows プロジェクトのチケット情報です
MinGW - Minimalist GNU for Windows プロジェクトはOSDNにホスティングされています

プロジェクト URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

このチケットのURL:
    https://osdn.net/projects/mingw/ticket/40872
このチケットのRSS feed:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40872


------------------------------

Message: 4
Date: Tue, 13 Apr 2021 22:03:06 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #37868: Move the mingw.org CMS from
        Drupal to Wordpress
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#37868: Move the mingw.org CMS from Drupal to Wordpress

  Open Date: 2018-01-10 14:43
Last Update: 2021-04-13 22:03

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/37868
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37868

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-04-13 22:03 Updated by: keith
 * Status Update from Open to Closed
 * Resolution Update from None to Rejected

Comment:

Since NetworkRedux are no longer hosting the site, both the original Drupal, 
and experimental WordPress implementations have disappeared.  I've migrated 
some of the content to mingw.osdn.io, as a pure HTML/CSS/JavaScript 
implementation; I propose that we continue along that path, and keep it that 
way.

---------------------------------------------------------------------
Ticket Status:

      Reporter: earnie
         Owner: earnie
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: Move the mingw.org CMS from Drupal to Wordpress
     Component: WEBSITE
      Severity: 5 - Medium
    Resolution: Rejected
---------------------------------------------------------------------

Ticket details:

This is the controlling ticket for this milestone.  If you wish to help then 
create a local pointer to resolve dev.mingw.org to the mingw.org IP address.  
Request access to the server via mingw-users-owner for the lists.osdn.me host.

-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/37868
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37868


------------------------------

Message: 5
Date: Tue, 13 Apr 2021 22:07:07 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #37906: VOTE: wiki URL - change to
        lowercase
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#37906: VOTE: wiki URL - change to lowercase

  Open Date: 2018-01-19 15:48
Last Update: 2021-04-13 22:07

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/37906
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37906

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-04-13 22:07 Updated by: keith
 * Details Updated

Comment:

If we don't migrate to WordPress, but instead adopt a pure HTML/CSS/JavaScript, 
as I propose following migration to mingw.osdn.io, I don't see the point.

---------------------------------------------------------------------
Ticket Status:

      Reporter: earnie
         Owner: earnie
          Type: Issues
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: Move the mingw.org CMS from Drupal to Wordpress
     Component: WEBSITE
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

You will be voting to move replace the URL for the pages from mixed case to 
lowercase. E.G. mingw.org/wiki/HOWTO will become mingw.org/wiki/howto
(+) lowercase (-) leave as is
Issue is that Wordpress moves what they call a permalink (link created based on 
title) to lowercase.  Even if a "leave as is" decision is made I might not be 
able to avoid it.  I cannot at the moment intentionally change a permalink to 
uppercase text as the editor just makes it lowercase.  If the decision is 
"leave as is" then I would need to look for a plugin for wordpress.

-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/37906
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37906


------------------------------

Message: 6
Date: Tue, 13 Apr 2021 22:15:38 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #37886: VOTE: mingw.org Users
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#37886: VOTE: mingw.org Users

  Open Date: 2018-01-14 16:33
Last Update: 2021-04-13 22:15

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/37886
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37886

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-04-13 22:15 Updated by: keith
 * Status Update from Open to Closed
 * Resolution Update from None to Out of Date

Comment:

Seems kind of redundant.  Following the discontinuation of NetworkRedux 
hosting, and migration to a pure HTML/CSS/JavaScript on mingw.osdn.io, there 
are no website subscribing authors.  Those who wish to participate, as website 
authors, may apply to join the project team, and help maintain site sources in 
git.

---------------------------------------------------------------------
Ticket Status:

      Reporter: earnie
         Owner: earnie
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: Move the mingw.org CMS from Drupal to Wordpress
     Component: WEBSITE
      Severity: 5 - Medium
    Resolution: Out of Date
---------------------------------------------------------------------

Ticket details:

You will be voting to include (+) or exclude (-) the list of users who have no 
posts at www.mingw.org.  I have converted 35 users from www.mingw.org who 
actually have content as authors.  I would prefer to leave the other 11,000 
plus users out of the database and anyone who wants can resubscribe.  If we 
move the other users I would set them as a Subscriber which gives them no post 
rights.  But the wiki plugin I've chosen might allow it anyway which means I 
would need to modify the code which is what I'm trying to prevent.  The choice 
of wiki plugins is limited.

-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/37886
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=37886


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 43, Issue 6
*******************************************

Reply via email to