You are not logged in.

#1 2022-07-27 12:24:07

sweet_potato_0419
Member
Registered: 2019-10-09
Posts: 19

[Solved] How to submit merge request or patch to official repository?

Hi,

I would like to patch libtiff to support symbol versioning since one of my AUR package requires that.  Where can I submit merge requests or patches?  I opened a feature request long time ago, but the maintainer seems did not saw it.  If any developer can patch the package using the following patch file, that would be great:

--- PKGBUILD.old	2022-07-27 20:21:53.000000000 +0800
+++ PKGBUILD.new	2022-07-27 20:22:53.000000000 +0800
@@ -42,6 +42,7 @@
 	  --sysconfdir=/etc \
 	  --mandir=/usr/share/man \
     --with-docdir=/usr/share/doc/${pkgname}
+    --enable-ld-version-script
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }

Thanks,
William

Last edited by sweet_potato_0419 (2022-08-01 04:44:50)

Offline

#2 2022-07-27 12:35:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,431

Re: [Solved] How to submit merge request or patch to official repository?

bug reports on the flyspray should be the way to go, but it looks like this might've flown under the radar, maybe make a comment in your bug report to retrigger potential notifications? But I can imagine anthraxx might be quite busy with loads of other stuff.

Offline

#3 2022-08-01 04:44:12

sweet_potato_0419
Member
Registered: 2019-10-09
Posts: 19

Re: [Solved] How to submit merge request or patch to official repository?

Thank to David(dvzrv), the package is now updated with CVE patches and symbol versioning support.  Mark as solved.

Offline

Board footer

Powered by FluxBB