py-django vulnerabilities
Hello, Django just released some updates to address vulnerabilities. I have created the vuxml entry. https://vuxml.freebsd.org/freebsd/b0e54dc1-45d2-11e5-adde-14dae9d210b8.html Let me know if you need any help getting these updates pushed and merged to quarterly branch Thanks! ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: py-django vulnerabilities
On Tue, Aug 18, 2015, at 13:38, Mark Felder wrote: > Hello, > > Django just released some updates to address vulnerabilities. I have > created the vuxml entry. > > https://vuxml.freebsd.org/freebsd/b0e54dc1-45d2-11e5-adde-14dae9d210b8.html > > > Let me know if you need any help getting these updates pushed and merged > to quarterly branch > > > Thanks! Due to the radio silence and simplicity of the updates (no plist changes) I am moving forward with pushing these updates and merging to the quarterly branch. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: py-django vulnerabilities
On Wed, Aug 19, 2015, at 10:27, Li-Wen Hsu wrote: > On Wed, Aug 19, 2015 at 11:23 PM, Mark Felder wrote: > > > > > > On Tue, Aug 18, 2015, at 13:38, Mark Felder wrote: > >> Hello, > >> > >> Django just released some updates to address vulnerabilities. I have > >> created the vuxml entry. > >> > >> https://vuxml.freebsd.org/freebsd/b0e54dc1-45d2-11e5-adde-14dae9d210b8.html > >> > >> > >> Let me know if you need any help getting these updates pushed and merged > >> to quarterly branch > >> > >> > >> Thanks! > > > > Due to the radio silence and simplicity of the updates (no plist > > changes) I am moving forward with pushing these updates and merging to > > the quarterly branch. > > Thanks for the update. I have the same patch with you. But I haven't > had www/py-django-devel pass the poudriere test. Are you working on > that too? > > Li-Wen I have not yet touched www/py-django-devel. I figure fewer users are affected by it, so I wanted to get the stable releases pushed out first. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: py-django vulnerabilities
On Wed, Aug 19, 2015, at 10:30, Mark Felder wrote: > > > On Wed, Aug 19, 2015, at 10:27, Li-Wen Hsu wrote: > > On Wed, Aug 19, 2015 at 11:23 PM, Mark Felder wrote: > > > > > > > > > On Tue, Aug 18, 2015, at 13:38, Mark Felder wrote: > > >> Hello, > > >> > > >> Django just released some updates to address vulnerabilities. I have > > >> created the vuxml entry. > > >> > > >> https://vuxml.freebsd.org/freebsd/b0e54dc1-45d2-11e5-adde-14dae9d210b8.html > > >> > > >> > > >> Let me know if you need any help getting these updates pushed and merged > > >> to quarterly branch > > >> > > >> > > >> Thanks! > > > > > > Due to the radio silence and simplicity of the updates (no plist > > > changes) I am moving forward with pushing these updates and merging to > > > the quarterly branch. > > > > Thanks for the update. I have the same patch with you. But I haven't > > had www/py-django-devel pass the poudriere test. Are you working on > > that too? > > > > Li-Wen > > > I have not yet touched www/py-django-devel. I figure fewer users are > affected by it, so I wanted to get the stable releases pushed out first. Setting the snapshot date to 20150819 seems to fetch and build fine. Is that OK? Do you follow django development and prefer to carefully choose a different snapshot date to avoid any recent bugs/issues that could affect users? ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: py-django vulnerabilities
On Thu, Aug 20, 2015, at 07:15, Li-Wen Hsu wrote: > On Wed, Aug 19, 2015 at 10:36:54 -0500, Mark Felder wrote: > > On Wed, Aug 19, 2015, at 10:30, Mark Felder wrote: > > > On Wed, Aug 19, 2015, at 10:27, Li-Wen Hsu wrote: > > > > Thanks for the update. I have the same patch with you. But I haven't > > > > had www/py-django-devel pass the poudriere test. Are you working on > > > > that too? > > > > > > I have not yet touched www/py-django-devel. I figure fewer users are > > > affected by it, so I wanted to get the stable releases pushed out first. > > > > Setting the snapshot date to 20150819 seems to fetch and build fine. Is > > that OK? Do you follow django development and prefer to carefully choose > > a different snapshot date to avoid any recent bugs/issues that could > > affect users? > > GH_TAGNAME should also be updated, or you will get the old code. > > I got following error from poudriere. > > https://gist.github.com/anonymous/7fdf1a8d9645ef324e82 > > I am a bit not sure if this is due to our python port infrastructure or > django itself. Haven't looked into it, but `python setup.py install` on > Mac also failed. > I just had a chat with a django developer and he told me those things are not supposed to be byte-compiled https://github.com/django/django/blob/master/setup.py#L26-L28 They're listed right there in the setup.py So the question is: is this a bug on their side if you also saw it on OSX? ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: Python26-2.6.6 fails to build with pth
On Sun, Sep 12, 2010 at 10:39 AM, Mark Felder wrote: > > Turns out I had some free time on my hands today so I fixed the patch. It > was really just the offset that changed. CC'd the python team. > > *sigh* disregard that patch. I looked at the wrong terminal and thought it built successfully. Turns out python will need more prodding because although this patches cleanly, it doesn't exclusively use gnu pthreads. I'll leave this to the experts on the python team. Regards, Mark __ In file included from ./../Python/thread_pthread.h:9, from ./../Python/thread.c:121: /usr/local/include/pth/pthread.h:285: error: conflicting types for 'pthread_t' /usr/include/sys/_pthreadtypes.h:65: error: previous declaration of 'pthread_t' was here /usr/local/include/pth/pthread.h:286: error: conflicting types for 'pthread_attr_t' /usr/include/sys/_pthreadtypes.h:68: error: previous declaration of 'pthread_attr_t' was here /usr/local/include/pth/pthread.h:288: error: conflicting types for 'pthread_once_t' /usr/include/sys/_pthreadtypes.h:74: error: previous declaration of 'pthread_once_t' was here /usr/local/include/pth/pthread.h:289: error: conflicting types for 'pthread_mutexattr_t' /usr/include/sys/_pthreadtypes.h:70: error: previous declaration of 'pthread_mutexattr_t' was here /usr/local/include/pth/pthread.h:290: error: conflicting types for 'pthread_mutex_t' /usr/include/sys/_pthreadtypes.h:69: error: previous declaration of 'pthread_mutex_t' was here /usr/local/include/pth/pthread.h:291: error: conflicting types for 'pthread_condattr_t' /usr/include/sys/_pthreadtypes.h:72: error: previous declaration of 'pthread_condattr_t' was here /usr/local/include/pth/pthread.h:292: error: conflicting types for 'pthread_cond_t' /usr/include/sys/_pthreadtypes.h:71: error: previous declaration of 'pthread_cond_t' was here /usr/local/include/pth/pthread.h:293: error: conflicting types for 'pthread_rwlockattr_t' /usr/include/sys/_pthreadtypes.h:76: error: previous declaration of 'pthread_rwlockattr_t' was here /usr/local/include/pth/pthread.h:294: error: conflicting types for 'pthread_rwlock_t' /usr/include/sys/_pthreadtypes.h:75: error: previous declaration of 'pthread_rwlock_t' was here In file included from ./../Python/thread_pthread.h:13, from ./../Python/thread.c:121: /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' /usr/local/include/pth/pthread.h:357: error: previous declaration of 'pthread_kill' was here *** Error code 1 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: Python26-2.6.6 fails to build with pth
On Sun, Sep 12, 2010 at 10:14 AM, Mark Felder wrote: > > Just got an update for python from 2.6.5 to 2.6.6 and it won't build with > the GNU PTH patch. > > Turns out I had some free time on my hands today so I fixed the patch. It was really just the offset that changed. CC'd the python team. See attached. Regards, Mark extra-patch-configure-pth Description: Binary data ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"