http://silcnet.org/docs/server/ChangeLog Release Notes: "SILC Server 1.1.19 ================== This version fixes many many small bugs, some of them potentially crashbugs, found using static analysis tools. This version also increases the default public key algorithm length to 4096 bits." Thanks! :)
and it fixes a build error at amd64: md5.c:157:24: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/nasm -O2 -felf64 aes_x86_64.asm libtool: compile: /usr/bin/nasm -O2 -felf64 aes_x86_64.asm -o aes_x86_64.o aes_x86_64.asm:866: warning: label alone on a line without a colon might be in error aes_x86_64.asm:708: error: symbol `rip' undefined aes_x86_64.asm:802: error: symbol `rip' undefined Makefile:553: recipe for target 'aes_x86_64.lo' failed make[3]: *** [aes_x86_64.lo] Error 1
Either someone volunteers for proxy maintaining this or we treeclean this broken package: https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
Investigating this; if no-one else comes forward, I'll look after it for now.
See also: https://bugs.gentoo.org/show_bug.cgi?id=496758#c16
Sorry, I didn't find time to do something before. Now, thanks to Michael, I have just updated the ebuilds for server, client and toolkit to the current upstream versions and put in the build dependency for the toolkit into the server package. All three packages emerge without errors or warnings.
Created attachment 423328 [details] ebuild for the client
Created attachment 423330 [details] ebuild for the toolkit
Created attachment 423332 [details] ebuild for the server
Hoping to get these in-tree over the next week or so, I've had similar success.
(it's still hardmasked for removal until something is really fixed in the tree :|)
Ping on removal?
It's on my list .. gimme a couple of weeks, and I'll try get it updated. We can then remove the old/broken versions.
Major ping here. Are you really convinced you can maintain it?
Sorry about this .. got bogged down in a few things (illness being a recent inconvenience!). I do have working ebuilds in a branch of my gentoo fork, I've just not got to squashing commits and formulating a PR. Not entirely helped by recent restructuring to the P-M project, but I can still carry this forward unless there are any other burning volunteers. iirc, there are only two of the three proposed packages in-tree currently, but I do recall getting all three built, and the relative dependencies right. I think there was some discussion about USE flags, but I don't have my notes readily available. If you can give me a couple of weeks (about to go away on work trip) I'll dig out my notes, and see if I can't get this sorted out. There's another package on my radar which needed some extra patches integrating too.
Found my notes on the silc* packages, finally. Will see what I can muster in the coming weeks...
Any news on this? :|
I'm sorry but this is really taking too long, with the package being masked for over 10 months already. We will be happy to reintroduce it anytime someone wishes to work on it. [master 37194df] net-im/silc-server: Remove last-rited pkg, #522916 6 files changed, 1 insertion(+), 113 deletions(-) delete mode 100644 net-im/silc-server/Manifest delete mode 100644 net-im/silc-server/files/silcd.initd-r1 delete mode 100644 net-im/silc-server/metadata.xml delete mode 100644 net-im/silc-server/silc-server-1.1.18-r1.ebuild
Re-re-found my notes on this. Have a lot going on in personal life lately, so its still on the back burner, but hopefully things will ease a little over the holiday period approaching...
Created attachment 458464 [details] ebuild for silc-toolkit 1.1.12
Created attachment 458466 [details] ebuild for silc-client 1.1.11 Structure SilcClientConnectionStruct on silc-toolkit-1.1.12 has new fields. Silc-client 1.1.11 uses SilcIdType context_type; and some other fields missing in silc-toolkit-1.1.10. 1.1.11-r1 adds dependency on >=net-im/silc-toolkit-1.1.12
Created attachment 458468 [details] ebuild for silc-server 1.1.19
Created attachment 458470 [details] ebuild for silc-client 1.1.11 silc-client-1.1.11-r2 adds silc-toolkit to RDEPEND
(In reply to Sandino Araico Sanchez from comment #19) > Created attachment 458464 [details] > ebuild for silc-toolkit 1.1.12 Thanks for the update, will add to the notes on the table, should get a PR proposed later this month, all being well.
Created attachment 458512 [details] ebuild for silc-server 1.1.19 silc-server 1.1.19-r1 is based on the last silc-server 1.1.18 ebuild found on older portage snapshots.
Created attachment 458514 [details] silcd OpenRC script silcd OpenRC script needed by silc-server-1.1.19-r1.ebuild. It needs to be be copied to ${FILESDIR}/silcd.rc