Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-04 Thread kardan
manually, but for automation parsing the website would be necessary. Kardan ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-03 Thread kardan
to set > this up. Let's hope someone privileged puts attached file into https://sourceforge.net/projects/freepascal/files/Source/3.0.4 This is no recursive and repeatable solution but the very least necessary. If I get a positive response I am willing to invest

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-03 Thread kardan
scripts? Or you cannot find tools to generate checksums? I do not get your complaint. Please do not confuse "serving files for windows" with "files hosted on a windows server". If your server is able to host files you will be able to generate a checksum file *an

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-03 Thread kardan
On Sun, 3 Dec 2017 00:33:04 +0100 "Tomas Hajny" <xhaj...@hajny.biz> wrote: > On Fri, December 1, 2017 00:55, kardan wrote: > . > . > > In your case it would be probably enough to > > sha256sum $FILES > SHA256SUMS.txt > > gpg --sign SHA256SUMS.

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-03 Thread kardan
les first. Another option is to download the file on a server in seconds. Create a checksum and compare it with the one generated on your home computer. Kardan ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bi

Re: [fpc-pascal] FPC 3.0.4 released!

2017-11-30 Thread kardan
.gz wget $URL{,.sig} gpg --verify $(basename $URL).sig Riseup.net takes it one step further and sign important statements and certificates: https://riseup.net/en/canary https://riseup.net/en/security/network-security/riseup-ca In your case it would be probably enough to sha

Re: [fpc-pascal] fpcup / fpcupdeluxe

2017-11-30 Thread kardan
tory is needed. Which configuration options should I use in this case? Kardan ~/src/fpc/.git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [svn-remote "svn"] url = https://svn.freepascal.org/svn/fpc/trunk

Re: [fpc-pascal] FPC 3.0.4 released!

2017-11-30 Thread kardan
Wow, both of you managed to avoid my actual question. :) On Thu, 30 Nov 2017 13:00:07 +0100 kardan <kar...@riseup.net> wrote: > How can I verify those downloads with shasum or gpg fingerprints)? > (FTP and HTTP seem not to be the safest ways these da

Re: [fpc-pascal] FPC 3.0.4 released!

2017-11-30 Thread kardan
Thanks for the release in progress! How can I verify those downloads with shasum or gpg fingerprints)? (FTP and HTTP seem not to be the safest ways these days.) > Changes that may break backwards compatibility will be documented at: > http://wiki.freepascal.org/User_Changes_3_0_4 "T.B.D." >

Re: [fpc-pascal] MSEide+MSEgui 4.6 for FPC 3.0.4

2017-11-30 Thread kardan
I guess its better to go for fpcupdeluxe these days? On Thu, 30 Nov 2017 01:57:54 +0100 kardan <kar...@riseup.net> wrote: > Is it possible to tell fpcgui a folder with an already checked out svn > trunk? I cannot afford to download 1.1 gb again. use git-svn with existing trunk

Re: [fpc-pascal] MSEide+MSEgui 4.6 for FPC 3.0.4

2017-11-29 Thread kardan
Is it possible to tell fpcgui a folder with an already checked out svn trunk? I cannot afford to download 1.1 gb again. > Am Mittwoch, 29. November 2017, 21:43:00 schrieb Marcos Douglas B. > Santos: > > On Wed, Nov 29, 2017 at 9:35 PM, Rainer Stratmann > > > >